In have my vista 20P connected to the system via AD2USB and everything is functioning. My goal is to write an AppleScript to arm the system. I have looked extensively but came ups with nothing.
This is not the only way to do it:
First make a scene that arms your alarm. You will need to use the Advanced Tab of the scene editor. Here’s a post with a screenshot.
Make a note of the scene’s ID number (white-on-orange text while you are editing the scene).
Then run that scene with an HTTP request (a previous post with the same question)
Get it working in your web browser first. Then figure out how to invoke the same URL from AppleScript (hint: Google knows everything).
Awesome. Thanks. Don’t know why I didn’t think of that.
Okay. I got it working. I did not have to go to the advanced tab or do anything special. I use the Roomie remote on my iPhone and iPads to control my home automation systems. I added another remote control for the alarm and the scene URLs. Now I don’t have to wait for a login screen and password in order to arm and disarm my alarm while I’m on my home network. All is working beautifully. Thank you for your help.