After working perfectly for weeks, my desk has disconnections issues and isn't fully responding to requests.
When I request to change the position the desk moves just partially and stops moving.
It looks like the desk des disconnected every few minutes :
I'm using the last version ESPHome 2023.2.4
Thanks in advance for any advice
The log of my node:
[14:41:48][D][binary_sensor:036]: 'Desk Moving': Sending state OFF
WARNING desk.local: Connection error occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/dist-packages/aioesphomeapi/connection.py", line 520, in send_message_await_response_complex
await fut
asyncio.exceptions.CancelledError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/dist-packages/aioesphomeapi/connection.py", line 520, in send_message_await_response_complex
await fut
File "/usr/local/lib/python3.9/dist-packages/async_timeout/__init__.py", line 129, in __aexit__
self._do_exit(exc_type)
File "/usr/local/lib/python3.9/dist-packages/async_timeout/__init__.py", line 212, in _do_exit
raise asyncio.TimeoutError
asyncio.exceptions.TimeoutError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/dist-packages/aioesphomeapi/connection.py", line 303, in _keep_alive_loop
await self._ping()
File "/usr/local/lib/python3.9/dist-packages/aioesphomeapi/connection.py", line 628, in _ping
await self.send_message_await_response(PingRequest(), PingResponse)
File "/usr/local/lib/python3.9/dist-packages/aioesphomeapi/connection.py", line 537, in send_message_await_response
res = await self.send_message_await_response_complex(
File "/usr/local/lib/python3.9/dist-packages/aioesphomeapi/connection.py", line 522, in send_message_await_response_complex
raise TimeoutAPIError(
aioesphomeapi.core.TimeoutAPIError: Timeout waiting for response for <class 'api_pb2.PingRequest'> after 10.0s
INFO Disconnected from ESPHome API for desk.local
WARNING Disconnected from API
Hi,
After working perfectly for weeks, my desk has disconnections issues and isn't fully responding to requests. When I request to change the position the desk moves just partially and stops moving.
It looks like the desk des disconnected every few minutes :
I'm using the last version ESPHome 2023.2.4
Thanks in advance for any advice
The log of my node: