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 Payload for Arm/Disarm #4

Open dxcoco2 opened 7 years ago

dxcoco2 commented 7 years ago

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 does it already ....

Home Assistant exists in a component called MQTT Alarm which provides for the control (even with the alarm code) by sending messages like: Paradox / C / P1 /> Arm

Would be great....

Thank you

cybertza commented 7 years ago

So, Im busy with the same thing at the moment, and i think for the moment i am going to use node-red to Manipulate data in such a way that its useful to Home_assistant so i will read on the status paradox\status topic, then run a function to relay it to Binary sensors for HA, after that, i will play some more and do the reverse as well for the different modes.

This software made a great base for paradox => mqtt, and then i went homekit bridge, it in itself working well. i am using V2 of the software.