home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
71.26k stars 29.85k forks source link

Error during dimming yeelight bulb #125254

Open Orneeman opened 1 week ago

Orneeman commented 1 week ago

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: https://github.com/home-assistant/core/issues/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

home-assistant[bot] commented 1 week ago

Hey there @zewelor, @shenxn, @starkillerog, @alexyao2015, mind taking a look at this issue as it has been labeled with an integration (yeelight) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `yeelight` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign yeelight` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


yeelight documentation yeelight source (message by IssueLinks)

Flegm commented 1 week ago

The same, Error when calling async_set_default for bulb Yeelight Ceilc 0x2a437e9a at 192.168.1.110: {'code': -5006, 'message': 'illegal request'} error always when i trying change brightness on the YLXD0130-B (450C)

kjake commented 4 days ago

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
  }
}