Anamico / node-red-contrib-alarm

Nodes to build your own home alarm system. Designed to work easily with (but does not require) homekit.
MIT License
24 stars 8 forks source link

No Alarm trigger in default Mode after modechange #9

Closed chri4chri closed 5 years ago

chri4chri commented 5 years ago

Hi, today I was playing around with „default“ mode. After starting NodeRed in homemode the first alarm was working. After switching to another state the alarm trigger won‘t trigger an alarm anymore. I was sending the payload like {"SecuritySystemTargetState": "1"} to the change state node.

macinspak commented 5 years ago

Do you have a “catch” node sending to a debug (whole message object) on the same flow? Try that and see if it’s throwing an exception

chri4chri commented 5 years ago

I have tried that, but there is no exception

macinspak commented 5 years ago

ok, strange, can you attach a screenshot and an export of your flow so I can understand your configuration and what could be going wrong.

chri4chri commented 5 years ago

Strange, it‘s now also working. Thanks again!