Hi ,
I have 5 new GU10 mono yeelight bulbs (wifi) , I’ve encountered an issue where Home-Assistant stops controlling these bulbs after a few hours of operation. To resolve this, I’ve had to restart the Home Assistant Docker container, but the problem recurs later on. Interestingly, the Yeelight app consistently operates these bulbs without any problems (using LAN control). Additionally, I have 2 other Yeelight bulbs (non-GU10) that work perfectly fine within the same setup.
Any insights on what might be causing this issue would be greatly appreciated.
Thanks!
Thanks
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/yeelight/aio.py", line 101, in async_send_command
response = await future
^^^^^^^^^^^^
asyncio.exceptions.CancelledError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/yeelight/light.py", line 256, in _async_wrap
return await func(self, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/yeelight/light.py", line 628, in async_set_brightness
await self._bulb.async_set_brightness(
File "/usr/local/lib/python3.12/site-packages/yeelight/aio.py", line 45, in wrapper
cmd = await self.async_send_command(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/yeelight/aio.py", line 100, in async_send_command
async with asyncio_timeout(TIMEOUT):
File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
raise TimeoutError from exc_val
TimeoutError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/core.py", line 2335, in _run_service_call_catch_exceptions
await coro_or_task
File "/usr/src/homeassistant/homeassistant/core.py", line 2356, in _execute_service
return await target(service_call)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 905, in entity_service_call
single_response = await _handle_entity_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 975, in _handle_entity_call
result = await task
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/light/__init__.py", line 628, in async_handle_light_on_service
await light.async_turn_on(**filter_turn_on_params(light, params))
File "/usr/src/homeassistant/homeassistant/components/yeelight/light.py", line 803, in async_turn_on
await self.async_set_brightness(brightness, duration)
File "/usr/src/homeassistant/homeassistant/components/yeelight/light.py", line 262, in _async_wrap
raise HomeAssistantError(
homeassistant.exceptions.HomeAssistantError: Timed out when calling async_set_brightness for bulb Yeelight Monob 0x1b409415 at 192.168.0.156: <class 'TimeoutError'>