I'm using the latest commits of alarmdecoder / alarmdecoder-webapp & firmware V2.2a.8.8. I have a notification setup to email me anytime the system is armed and disarmed.
Currently, the notification appears to be getting triggered twice for every event, eg:
2017-10-26 00:41:13,117 INFO: Event: The alarm system has been disarmed. [in /opt/alarmdecoder-webapp/ad2web/notifications/types.py:281]
2017-10-26 00:41:13,450 INFO: Event: The alarm system has been disarmed. [in /opt/alarmdecoder-webapp/ad2web/notifications/types.py:281]
2017-10-26 00:42:58,590 INFO: Event: The alarm system has been armed AWAY. [in /opt/alarmdecoder-webapp/ad2web/notifications/types.py:281]
2017-10-26 00:42:58,849 INFO: Event: The alarm system has been armed AWAY. [in /opt/alarmdecoder-webapp/ad2web/notifications/types.py:281]
In case it helps, output from when I arm the system looks like:
[01010001000000000D--],008,[000200000000000000000000000000],"Exit Delay In Progress "
[01010001000000000D--],008,[000200000000000000000000000000],"Exit Delay In Progress "
[01010001000000000D--],005,[000200000000000000000000000000],"System Armed In Away Mode "
[01010001000000000D--],005,[000200000000000000000000000000],"System Armed In Away Mode "
!LRR:000,1,DSC_00bf,00
!LRR:040,1,CID_3401,00
[01010001000000000D--],005,[000200000000000000000000000000],"System Armed In Away Mode "
[01010001000000000D--],005,[000200000000000000000000000000],"System Armed In Away Mode "
Any ideas?