Page 1 of 1

When relay changed notifications not working.

PostPosted: Mon Jan 22, 2018 6:23 pm
by digiblur
I was able to program my panel to use a virtual relay. I was going to setup all 8 of the internal zones but then I noticed on the notification for when a relay changes didn't have the ability to pick which relay I decided to just setup the motion one that mattered.

Got everything programmed in and I can see !REL:12,01,00 and !REL:12,01,01 messages just like I am supposed to even when it is armed! Success!

I make a notification and hit test and save, I get the test email but no emails are sent when the relay changes. What's the trick to getting this to work? Is there a way to pass the relays to SmartThings like the zones are?

I also noticed these messages in the log even though I used the docker install and saw the webapp update the other day with a few commits.

2018-01-23 01:54:25,529 WARNING: Could not clear events: alarmdecoder library is probably out of date. [in /opt/alarmdecoder-webapp/ad2web/decoder.py:368]
2018-01-23 01:54:25,531 INFO: AlarmDecoder device was closed. [in /opt/alarmdecoder-webapp/ad2web/decoder.py:395]
2018-01-23 01:54:25,601 WARNING: Could not bind event "on_aui_message": alarmdecoder library is probably out of date. [in /opt/alarmdecoder-webapp/ad2web/decoder.py:324]
2018-01-23 01:54:25,611 INFO: AlarmDecoder device was closed. [in /opt/alarmdecoder-webapp/ad2web/decoder.py:395]

relay1.JPG
relay1.JPG (69.75 KiB) Viewed 3632 times


relay1.JPG
relay1.JPG (69.75 KiB) Viewed 3632 times

Re: When relay changed notifications not working.

PostPosted: Mon Jan 22, 2018 7:02 pm
by kevin
You should be getting emails on a relay changed event if you subscribed to it. If there's anything in the logs around the time of an event it would be helpful to diagnose.

Not sure about smartthings unfortunately... you can try emailing support and maybe get a better answer

Re: When relay changed notifications not working.

PostPosted: Tue Jan 23, 2018 4:54 am
by digiblur
kevin wrote:You should be getting emails on a relay changed event if you subscribed to it. If there's anything in the logs around the time of an event it would be helpful to diagnose.

Not sure about smartthings unfortunately... you can try emailing support and maybe get a better answer

I will look back in the logs and see if I can catch what is happening exactly at the time the relay triggers come across. Thanks for the help. It so close to all working!

Re: When relay changed notifications not working.

PostPosted: Tue Jan 23, 2018 3:09 pm
by digiblur
kevin wrote:You should be getting emails on a relay changed event if you subscribed to it. If there's anything in the logs around the time of an event it would be helpful to diagnose.

Not sure about smartthings unfortunately... you can try emailing support and maybe get a better answer


Nothing in the App logs except for the app update checking process.
2018-01-23 22:46:03,911 INFO: Checking for version updates - last check at: 01-23-2018 22:35:53 [in /opt/alarmdecoder-webapp/ad2web/decoder.py:600]
2018-01-23 22:56:14,925 INFO: Checking for version updates - last check at: 01-23-2018 22:46:03 [in /opt/alarmdecoder-webapp/ad2web/decoder.py:600]
2018-01-23 23:06:23,208 INFO: Checking for version updates - last check at: 01-23-2018 22:56:14 [in /opt/alarmdecoder-webapp/ad2web/decoder.py:600]

I can see the !REL messages on the Live side and telnet without any issue. It just isn't see the relay changes in the app.