-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow setting Security System state #1
Comments
Hi Gareth, Couldn't see another way too message you directly regarding this - but have you heard of a system called Homey, but uses Node.JS I believe to create open source apps - your Texecom plug works great with Homebridge and I was wondering if you'd be interested in porting it to Homey, or if you have any idea of how easy that would be for a beginner such as myself? Just after some advice really, cheers in advance. Thanks Nigel |
Hey Gareth, I may have worked this out. If you enable "quick arm" in the alarm panel settings you should be able to arm it using the following: Sending "KEYA" should arm the alarm for Away Sending "KEYP" then "KEYY" will part arm preset 1. Then to Disarm, you create a new user called "Homekit" on the panel and enable the "auto yes" attribute. Pick a 4 digit code and sequentially send "KEY1" "KEY2" "KEY3" "KEY4" to the panel to disarm if the user code was 1234. Will need a 350ms delay when sending numerous button presses. Edit - This is using the Crestron IP protocol - I Cant vouch that these will work using their V4 API as ive had nothing to do with it. |
Any progress on being able to set / under the alarm with this plugin? Thanks in advance |
+1 |
Currently setting the Security System (Alarm) state in HomeKit has no effect.
This is simply because I have yet to figure out what (if?) there is a socket command that can be sent to activate it.
The text was updated successfully, but these errors were encountered: