-
Notifications
You must be signed in to change notification settings - Fork 27
Description
Before submitting this form
-
I have checked that there hasn't been a similar issue submitted in the past
-
I have updated the issue title to something relevant and clear to understand the bug I'm facing
Version of the panel
IQ Panel 4
Version of qolsysgw
How do i tell?
Description of the bug
No MQTT connections it all shows as unavailable in HA.
Expected behavior
I expecetd to see available devices in the MQTT portal.
DEBUG logs
2025-07-11 16:35:34.736184 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.12/asyncio/streams.py", line 48, in open_connection transport, _ = await loop.create_connection( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/asyncio/base_events.py", line 1132, in create_connection raise exceptions[0] File "/usr/lib/python3.12/asyncio/base_events.py", line 1107, in create_connection sock = await self._connect_sock( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/asyncio/base_events.py", line 1010, in _connect_sock await self.sock_connect(sock, address) File "/usr/lib/python3.12/asyncio/selector_events.py", line 651, in sock_connect return await fut ^^^^^^^^^ File "/usr/lib/python3.12/asyncio/selector_events.py", line 691, in _sock_connect_cb raise OSError(err, f'Connect call failed {address}') TimeoutError: [Errno 110] Connect call failed ('192.168.1.114', 12345)
Additional context
No response