-
Notifications
You must be signed in to change notification settings - Fork 503
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
Command colorloop
results in error 951
#7989
Comments
This is an old ZLL Gamut-A light, that should be handled by the I can set 951 means that the REST API plugin couldn't queue the Zigbee command, which could be because the bridge is busy, but also because of some internal error (like invalid command parameters). I think this might be caused by the value of Could you try and read the Color Control cluster attributes in the GUI, confirm that the API reports a non-zero |
Hell yeah that worked! I figure I should do this with every single color bulb in my environment reporting Is this a bug? Or have I done something wrong? |
Indeed.
I would expect deCONZ to read this on pairing, and persist the value to the database. If you restart deCONZ too soon after pairing, the value might not yet be persisted in the database, and it needs to be re-read after restart. I suppose that, apparently, this doesn't happen, could be considered a bug in the legacy code, but we're not going to touch that.
Not sure. I'm suspicious that the light isn't exposed by DDF (which would force the re-read). It could also be that the light runs on ancient firmware (the |
As there has not been any response in 21 days, this issue has been automatically marked as stale. At OP: Please either close this issue or keep it active It will be closed in 7 days if no further activity occurs. |
Does the issue really belong here?
Is there already an existing issue for this?
Describe the bug
Sending
PUT .../lights/6/state
with a payload{"effect":"colorloop"}
results inwhere
GET .../lights/6
results inI have some more color bulbs in the network. The same error occurs on each of them. So here's the API response for "Get all lights" call
GET .../lights
: https://pastebin.com/75Px7GcsI learned somewhere here, that error 951 means something like "bridge busy", but the network itself works quite fine.
Steps to reproduce the behavior
Sending
PUT .../lights/6/state
with a payload{"effect":"colorloop"}
Expected behavior
Colorloop starts
Screenshots
No response
Environment
deCONZ Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: