[QUESTION] How to send key sequene? #115
Unanswered
cskollar
asked this question in
dscKeybusInterface Discussion
Replies: 2 comments
-
Ahh, I've used
.. and everything is working well :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Good to hear you caught the issue, thanks for the update! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to make a "night mode" option in Home Assistant that bypass 3 zones (05,07,15) and then sets a stay arm.
This key sequence works on my PK5500 keypad (access code not needed to bypass):
*1050715#
So, I tried this in my code:
dsc.write('*1050715#s');
But as I see, the panel only got the 's' command, and sent error beep because the 3 zones were open and not bypassed.
What is the correct format for a key sequence string in the dsc.write()?
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions