Does anybody know if the IQ4 hub is supported? I turned on control4 and have confirmed that the panel has port 12345 open but I can’t get mqtt to connect to the panel. Totally out of ideas, other that the iq4 hub firmware doesn’t support C4 yet?
Here’s the error:
qolsys_panel: Establishing connection to 10.0.0.13:12345
2024-02-01 22:34:15.823380 ERROR qolsys_panel: error while listening
Traceback (most recent call last):
File “/config/apps/qolsysgw/qolsys/socket.py”, line 72, in listen
reader, writer = await asyncio.open_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3.11/asyncio/streams.py”, line 48, in open_connection
transport, _ = await loop.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3.11/asyncio/base_events.py”, line 1085, in create_connection
raise exceptions[0]
File “/usr/lib/python3.11/asyncio/base_events.py”, line 1069, in create_connection
sock = await self._connect_sock(
^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3.11/asyncio/base_events.py”, line 973, in _connect_sock
await self.sock_connect(sock, address)
File “/usr/lib/python3.11/asyncio/selector_events.py”, line 634, in sock_connect
return await fut
^^^^^^^^^
File “/usr/lib/python3.11/asyncio/selector_events.py”, line 674, in _sock_connect_cb
raise OSError(err, f’Connect call failed {address}')
TimeoutError: [Errno 110] Connect call failed (‘10.0.0.13’, 12345)
2024-02-01 22:34:15.851744 INFO qolsys_panel: sleeping 60 second(s) before reconnecting