I followed and couldn’t get it to work, got close but not showing zones?
2025-07-17 20:13:04,943 - INFO - PAI - Starting…
2025-07-17 20:13:04,944 - INFO - PAI.paradox.paradox - Disconnecting from the Alarm Panel
2025-07-17 20:13:04,944 - INFO - PAI.paradox.paradox - Clean Session
2025-07-17 20:13:04,944 - INFO - PAI.paradox.paradox - Cleaning previous session. Closing connection
2025-07-17 20:13:04,946 - ERROR - PAI.paradox.connections.protocols - Connection was closed: None
2025-07-17 20:13:04,946 - ERROR - PAI.paradox.connections.connection - Connection was lost
2025-07-17 20:13:04,947 - INFO - PAI.paradox.paradox - Disconnected from the Alarm Panel
2025-07-17 20:13:04,948 - INFO - PAI.paradox.paradox - Connecting to interface
2025-07-17 20:13:04,948 - INFO - PAI.paradox.connections.ip.connection - Connecting. Try 1/3
2025-07-17 20:13:04,952 - INFO - PAI.paradox.connections.connection - Connection established
2025-07-17 20:13:04,952 - INFO - PAI.paradox.connections.ip.commands - Authenticating with IP Module
2025-07-17 20:13:04,961 - INFO - PAI.paradox.connections.ip.commands - Authentication Success. IP(114) Module version 20, firmware: 5.6, serial: 720527ef
2025-07-17 20:13:04,977 - INFO - PAI.paradox.connections.ip.commands - Session successfully established with IP Module
2025-07-17 20:13:04,977 - INFO - PAI.paradox.paradox - Connecting to Panel
2025-07-17 20:13:05,006 - INFO - PAI.paradox.paradox - Panel Identified EVO192 version 7.70 build 1
2025-07-17 20:13:05,006 - INFO - PAI.paradox.paradox - Initiating panel connection
2025-07-17 20:13:05,040 - ERROR - PAI - Restarting
Traceback (most recent call last):
File “/usr/local/lib/python3.11/site-packages/paradox/main.py”, line 81, in run_loop
if await alarm.full_connect():
^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.11/site-packages/paradox/paradox.py”, line 207, in full_connect
if not await self.connect():
^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.11/site-packages/paradox/paradox.py”, line 187, in connect
result = await self.panel.initialize_communication(cfg.PASSWORD)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.11/site-packages/paradox/hardware/evo/panel.py”, line 172, in initialize_communication
payload = parsers.InitializeCommunication.build(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.11/site-packages/construct/core.py”, line 356, in build
self.build_stream(obj, stream, **contextkw)
File “/usr/local/lib/python3.11/site-packages/construct/core.py”, line 368, in build_stream
self._build(obj, stream, context, “(building)”)
File “/usr/local/lib/python3.11/site-packages/construct/core.py”, line 2024, in _build
buildret = sc._build(subobj, stream, context, path)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.11/site-packages/construct/core.py”, line 2493, in _build
return self.subcon._build(obj, stream, context, path)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.11/site-packages/construct/core.py”, line 4386, in _build
I followed your settings above but first watched this video too https://www.youtube.com/watch?v=wB79oepnn20 (In Spanish but used subtitles) and not sure where this is going wrong…?