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

Add Exit Delay and Entry Delay Alarm codes #3

Closed brucejackson closed 8 years ago

brucejackson commented 8 years ago

Changes based on Issue #2

Tertiush commented 8 years ago

Thanks Bruce, will merge in a bit.

I'm busy with a new version of the script to use the software port directly rather than scraping the web interface. I hope to publish the initial code in a hour or so. The new version gives access to PGM outputs and a host of other info. The nice thing this time round is I'm using referenced dictionaries to support different alarm models (MG5050 is mostly supported by now) that can be extended quite easily. If you interested you can check it out later at: https://github.com/Tertiush/ParadoxIP150v2

brucejackson commented 8 years ago

Excellent. I look forward to it. I am using as 5050 as well.

On Sat, May 21, 2016, 13:10 Tertius notifications@github.com wrote:

Thanks Bruce, will merge in a bit.

I'm busy with a new version of the script to use the software port directly rather than scraping the web interface. I hope to publish the initial code in a hour or so. The new version gives access to PGM outputs and a host of other info. The nice thing this time round is I'm using referenced dictionaries to support different alarm models (MG5050 is mostly supported by now) that can be extended quite easily. If you interested you can check it out later at: https://github.com/Tertiush/ParadoxIP150v2 http://url

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/Tertiush/ParadoxIP150/pull/3#issuecomment-220789384

ghost commented 8 years ago

I also use a 5050 with IP150, thanks, will try.