Tertiush / ParadoxIP150

Python-based IP150 interrogator that publishes data and subscribes to control commands to and from an MQTT broker, without using a headless browser.
Other
19 stars 10 forks source link

Additional Values for Alarm Status #2

Closed brucejackson closed 8 years ago

brucejackson commented 8 years ago

First, Thank you for your time & effort on this project. Finding this project finally convinced me to buy and IP150 for my alarm.

Two additional values for the Alarm state for lines 456 through 468 are: 6 - Entry Delay 7 - Exit Delay

I got this by changing line 468 to include the Alarm Status value: newstate = "Unsure: " + val

Then I armed/disarmed my alarm comparing the value this script reports versus the IP150 web interface.

Tertiush commented 8 years ago

PR has been merged. thanks for helping