Since update to 2025.01 not working anymore
I just updated my install and unfortunately Erin into a problem
Please help. Thank you
Logger: homeassistant.config_entries Quelle: config_entries.py:640 Erstmals aufgetreten: 22:10:47 (1 Vorkommnisse) Zuletzt protokolliert: 22:10:47
Error setting up entry 192.168.178.142 for comfoconnect Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/config_entries.py", line 640, in __async_setup_with_context result = await component.async_setup_entry(hass, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/comfoconnect/init.py", line 72, in async_setup_entry await bridge.connect(entry.data[CONF_LOCAL_UUID]) File "/usr/local/lib/python3.13/site-packages/aiocomfoconnect/comfoconnect.py", line 120, in connect await connected asyncio.exceptions.CancelledError: Global task timeout
Logger: homeassistant Quelle: /usr/src/homeassistant/homeassistant/runner.py:112 Erstmals aufgetreten: 22:10:47 (1 Vorkommnisse) Zuletzt protokolliert: 22:10:47
Error doing job: Task exception was never retrieved (None) Traceback (most recent call last): File "/usr/local/lib/python3.13/site-packages/aiocomfoconnect/comfoconnect.py", line 81, in _reconnect_loop read_task = await self._connect(uuid) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/aiocomfoconnect/bridge.py", line 100, in _connect self._reader, self._writer = await asyncio.wait_for(asyncio.open_connection(self.host, self.PORT), TIMEOUT) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/asyncio/tasks.py", line 507, in wait_for return await fut ^^^^^^^^^ File "/usr/local/lib/python3.13/asyncio/streams.py", line 48, in open_connection transport, _ = await loop.create_connection( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lambda: protocol, host, port, **kwds) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/asyncio/base_events.py", line 1161, in create_connection raise exceptions[0] File "/usr/local/lib/python3.13/asyncio/base_events.py", line 1136, in create_connection sock = await self._connect_sock( ^^^^^^^^^^^^^^^^^^^^^^^^^ exceptions, addrinfo, laddr_infos) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/asyncio/base_events.py", line 1039, in _connect_sock await self.sock_connect(sock, address) File "/usr/local/lib/python3.13/asyncio/selector_events.py", line 641, in sock_connect return await fut ^^^^^^^^^ File "/usr/local/lib/python3.13/asyncio/selector_events.py", line 681, in _sock_connect_cb raise OSError(err, f'Connect call failed {address}') OSError: [Errno 113] Connect call failed ('192.168.178.142', 56747)
I have the same problem
Also somehow after reverting to ja core 24.12.5 I had to reset the comfo module, could not connect anymore, amazon not via Zehnder App. Don't know if it is related or not
I'm on 2025.01 and I don't have any issues.
Are you sure that your bridge is reachable at 192.168.178.142? The log indicates it could not connect.
Not sure if related but getting a lot of error messages with the integration
Although it seem to work fine, I am getting sensor data and can control my Zehnder, so not sure what is triggering these errors