Skip to content
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

Open
Orneeman opened this issue Sep 4, 2024 · 4 comments
Open

Error during dimming yeelight bulb #125254

Orneeman opened this issue Sep 4, 2024 · 4 comments
Assignees

Comments

@Orneeman
Copy link

Orneeman commented Sep 4, 2024

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

@home-assistant
Copy link

home-assistant bot commented Sep 4, 2024

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
Copy link

Flegm commented Sep 6, 2024

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
Copy link

kjake commented Sep 12, 2024

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

@Jerry0022
Copy link

Same for me! But it kills my whole home assistant, it hangs up :( I had to disable this integration - for my key kitchen lamp!!!
I tried it without calling any brightness change but as well reading out values seems to provoke the error.
Please fix it....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants