-
-
Notifications
You must be signed in to change notification settings - Fork 30.6k
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
Error during dimming yeelight bulb #125254
Comments
Hey there @zewelor, @shenxn, @starkillerOG, @alexyao2015, mind taking a look at this issue as it has been labeled with an integration ( Code owner commandsCode owners of
(message by CodeOwnersMention) yeelight documentation |
The same, |
Me too. I'm trying to set kelvin and brightness from Node-Red, which had previously been working for years. model: yeelink.light.lamp15 "Yeelight Screen Light Bar" error: HomeAssistantError: Timed out when calling async_set_colortemp for bulb Yeelight Lamp15 0xed532a0 at 172.16.80.124: <class 'TimeoutError'> service call payload representation: domain: "light"
service: "turn_on"
target: {
device_id: "579061d380cc2afa5667d640dd4e3215",
entity_id: [
0: "light.yeelight_lamp15_0xed532a0_ambilight",
1: "light.yeelight_lamp15_0xed532a0"
],
data: {
kelvin: 5489.325568501504,
brightness_pct: 100
}
} |
Same for me! But it kills my whole home assistant, it hangs up :( I had to disable this integration - for my key kitchen lamp!!! |
The problem
Hi,
I got the following error when I change the light brightness so I cant use this operation in an automation:
Error: Error when calling async_set_default for bulb Yeelight Mono5 0x11716a95 at 192.168.0.167: {'code': -5006, 'message': 'illegal request'}
I saw a similar issue from the past:
#9602
What version of Home Assistant Core has the issue?
2024.9.0
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant Container
Integration causing the issue
No response
Link to integration documentation on our website
No response
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: