Paradox alarm with IP150 interface integration

May need to start a new thread here somewhere. There are at least five methods of connecting to these panels:

  1. interfacing to the panel 4 wire “combus” like this:

    Interfacing with Paradox home security system – Martin's corner on the web

  2. direct connection to the serial interface eg:

    https://harizanov.com/2014/07/interfacing-with-paradox-home-security-system-attempt-2/

  3. interfacing with the serial interface using an APR3-PRT3 (as per Guest’s Vera plugin)

    Paradox Alarm Plugin

    http://goo.gl/9GAeGh

  4. 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

  5. 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.