pai
pai copied to clipboard
Question about compatibility for Serial over IP connection (ESP8266) for EVO192 with ver.6.86
Alarm system
EVO192, FW is 6.86 , connection method is Serial over IP with ESP8266 -->
Environment
##Configuration
LOGGING_FILE: null
LOGGING_LEVEL_CONSOLE: 20
LOGGING_LEVEL_FILE: 40
LOGGING_DUMP_PACKETS: true
LOGGING_DUMP_MESSAGES: true
LOGGING_DUMP_STATUS: true
LOGGING_DUMP_EVENTS: true
CONNECTION_TYPE: IP
SERIAL_PORT: /dev/ttyUSB0
SERIAL_BAUD: 9600
IP_CONNECTION_HOST: <ip>
IP_CONNECTION_PORT: 23
IP_CONNECTION_PASSWORD: paradox # tried paradox and null
IP_CONNECTION_SITEID: null
IP_CONNECTION_EMAIL: null
IP_CONNECTION_PANEL_SERIAL: null
IP_CONNECTION_BARE: true
LIMITS: {}
SYNC_TIME: true
PASSWORD: '0000' # Tried 0000 and my main user password
MQTT_ENABLE: true
MQTT_HOST: <host>
MQTT_PORT: 1883
MQTT_USERNAME: <user>
MQTT_PASSWORD: <password>
MQTT_RETAIN: true
MQTT_BIND_ADDRESS: 127.0.0.1
MQTT_BIND_PORT: 0
MQTT_HOMEASSISTANT_AUTODISCOVERY_ENABLE: true
Question
I am using this integration on two other platforms (MG5050) and it works flawlessly. Tried it on an EVO192 with 6.86 fw version and it can't connect to the panel. Not even showing the version of the panel. The ESP8266 is properly configured and I am able to ping it. I see that in the Compatibility page, the 6.86 fw is listed as working with the IP module, but no info on connection with Serial over IP. Does that mean that it is not working or not tested with it? Should it at least print the panel version in the logs, even if not supported?
Logs (if required)
INFO - PAI - Starting...
INFO - PAI.paradox.paradox - Connecting to interface
INFO - PAI.paradox.paradox - Using IP Connection
INFO - PAI.paradox.connections.ip.connection - Connecting. Try 1/3
INFO - PAI.paradox.connections.connection - Connection established
INFO - PAI.paradox.paradox - Connecting to Panel
INFO - PAI.paradox.interfaces.mqtt.core - MQTT Broker Connected
ERROR - PAI.paradox.paradox - Timeout while connecting to panel. Is an other connection active?