May need to start a new thread here somewhere. There are at least five methods of connecting to these panels:
-
interfacing to the panel 4 wire “combus” like this:
Interfacing with Paradox home security system – Martin's corner on the web
-
direct connection to the serial interface eg:
https://harizanov.com/2014/07/interfacing-with-paradox-home-security-system-attempt-2/
-
interfacing with the serial interface using an APR3-PRT3 (as per Guest’s Vera plugin)
-
via an IP150 and the web interface it provides at http://Paradox_IP150_IP_address/login_page.html
PGMs are not controllable using this method, excepting the two IP150 PGMs.
ParadoxIP150/IP150-MQTT.py at master · Tertiush/ParadoxIP150 · GitHub
GitHub - tracstarr/ParadoxAlarmControl: Paradox Alarm Control via IP150 module
-
using a socket connection on port 10000 to access the IP150, as used by the Paradox programs “Babyware” and “Winload”
ParadoxIP150v2/IP150-MQTTv2.py at master · Tertiush/ParadoxIP150v2 · GitHub
My previous comments have been referring to method 5.