I am using Bond bridge for fan control. For last several months and over so many HA versions, I am seeing the following error being logged very frequently for every fan. The fans can be controlled via HA without any issues. Not sure what is causing these errors. Is there a way to either suppress these messages or do they indicate some deeper issue?
2024-08-08 10:57:40.027 WARNING (MainThread) [homeassistant.components.bond.entity] Entity fan.guest_bedroom_ceiling_fan has become unavailable
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/bond/entity.py", line 145, in _async_update_from_api
state: dict = await self._bond.device_state(self._device_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/bond_async/bond.py", line 78, in device_state
return await self.__get(f"/v2/devices/{device_id}/state")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/bond_async/bond.py", line 177, in __get
return await self.__call(get)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/bond_async/bond.py", line 209, in __call
return await handler(self._session)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/bond_async/bond.py", line 171, in get
async with session.get(
File "/usr/local/lib/python3.12/site-packages/aiohttp/client.py", line 1344, in __aenter__
self._resp = await self._coro
^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/client.py", line 675, in _request
await resp.start(conn)
File "/usr/local/lib/python3.12/site-packages/aiohttp/client_reqrep.py", line 989, in start
with self._timer:
File "/usr/local/lib/python3.12/site-packages/aiohttp/helpers.py", line 702, in __exit__
raise asyncio.TimeoutError from None
TimeoutError