ParadoxIP150
ParadoxIP150 copied to clipboard
Python-based IP150 interrogator that publishes data and subscribes to control commands to and from an MQTT broker, without using a headless browser.
hi for some reason my mqtt messages for zone opens closes only show closes not sure why. have installed python2.7 no change mqtt sub# output below ```` Paradox/ZS/Z2 S:CLOSED,P:1,N:"Hallway PIR"...
I've altered the code to write to a log file instead of doing prints. I've also made a systemctl service file. I think it logs from the main method, but...
This script is great!But it would improve by adding the payload for the state of Arm and Disarm making it compatible with other systems (eg: Home Assistant) It's possible? V2...