-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connectivity issues #62
Comments
Same here:
|
This was referenced Jul 17, 2024
Unfortunately not addressed in the latest update. Lately situation seems to be a bit worse and I have disabled the add-in because it is flooding the logbook and HA logs. Let me know if there is something else you'd like me to look into or provide.
other errors
|
|
Same for me. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Might be a duplicate, took a look around but didn't see anything that directly mapped.
Every so often the bridge loses connection and my log ends up filled with things looking like this. The log thereafter is filled with ComfoAirQ turned off, on, off, on, every minute or two. If I reload the add-on the issue is resolved but within a few hours the same issue will resume. I have 27 sensors and enabled airflow, duty, temperature, some others. I have trouble shooted this by rebooting HA vs LanC, etc, but the issue seems to always resolve by rebooting HA or reloading the addon.
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/aiocomfoconnect/bridge.py", line 121, in _read_messages
raise AioComfoConnectNotConnected("We have been disconnected") from exc
aiocomfoconnect.exceptions.AioComfoConnectNotConnected: We have been disconnected
2024-06-06 23:45:11.320 WARNING (MainThread) [aiocomfoconnect.bridge] Timeout while waiting for response from bridge
2024-06-06 23:45:11.328 WARNING (MainThread) [aiocomfoconnect.bridge] Timeout while waiting for response from bridge
2024-06-06 23:45:11.366 WARNING (MainThread) [aiocomfoconnect.bridge] Timeout while waiting for response from bridge
2024-06-06 23:45:15.250 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved (None)
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/aiocomfoconnect/bridge.py", line 218, in _process_message
message = await self._read()
^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiocomfoconnect/bridge.py", line 181, in _read
msg_len_buf = await self._reader.readexactly(4)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/asyncio/streams.py", line 750, in readexactly
raise exceptions.IncompleteReadError(incomplete, n)
asyncio.exceptions.IncompleteReadError: 0 bytes read on a total of 4 expected bytes
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/aiocomfoconnect/bridge.py", line 113, in _read_messages
await self._process_message()
File "/usr/local/lib/python3.12/site-packages/aiocomfoconnect/bridge.py", line 252, in _process_message
raise AioComfoConnectNotConnected("The connection was closed.") from exc
aiocomfoconnect.exceptions.AioComfoConnectNotConnected: The connection was closed.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/aiocomfoconnect/bridge.py", line 121, in _read_messages
raise AioComfoConnectNotConnected("We have been disconnected") from exc
aiocomfoconnect.exceptions.AioComfoConnectNotConnected: We have been disconnected
2024-06-06 23:45:15.257 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved (None)
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/aiocomfoconnect/bridge.py", line 218, in _process_message
message = await self._read()
^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiocomfoconnect/bridge.py", line 181, in _read
msg_len_buf = await self._reader.readexactly(4)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/asyncio/streams.py", line 750, in readexactly
raise exceptions.IncompleteReadError(incomplete, n)
asyncio.exceptions.IncompleteReadError: 0 bytes read on a total of 4 expected bytes
The text was updated successfully, but these errors were encountered: