scudre / alarm-central-station-receiver

Python daemon for receiving events from a home alarm system via Contact ID protocol
Apache License 2.0
36 stars 10 forks source link

Send notification on failed arm/disam #33

Closed scudre closed 6 years ago

scudre commented 6 years ago

It's possible for the alarm system to fail to arm or disarm. For example if a door is open, the alarm system usually won't arm. The daemon should have a timeout period waiting for an arm/disarm notification after the Raspberry PI GPIO has been triggered. If the timeout is hit, a notification should be sent indicating the system failed to arm/disarm. This should also be saved to the alarm history.

scudre commented 6 years ago

See https://github.com/scudre/alarm-central-station-receiver/commit/fbe63d57120f91c8e6341d2c36c0702f8cc0d047