[Question] - Options to log arm/disarm action #12
Replies: 4 comments
|
The KeybusReader and Status sketches already have Serial input, you can type the keys directly: KeybusReader is the one you'll want to use for debugging - you can try entering digits 0-9 and see if they are recognized correctly in the serial output. |
|
You've thought about everything, I did not look enough on the code :-) However I have not yet succceed to use the The first 2 Arm Stay is initiated by the |
|
Found the setting - now the system arms and disarmes nicely both from the Homey and the Keybus Reader |
|
Great to hear that the wiring is working! Good point on the panel configuration, I've updated the README.md with info some pertinent panel settings (like swinger shutdown). |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I trying to activate/disarm the alarm from the Homey. I have followed your description in terms of hardware and software setup, but the only thing that happends when I trigg the armStay
dsc.write('s')is the LCD Display [Ready LED] toggle on/off, so something happens. I would guess the wiring is okI now need to debug - I would like via the KeybusReader sketch to trigg a message (Virtual keypad keys s & w & disarm) to be sent to the alarm system i.e to verify the message to be sent. Is there a possiblity to add such feature to enter an input command via keybord? or do you have another idea?
All reactions