-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Misreading xy_color from API #7
Comments
Please enable debug through the logger component and give me some printouts from the creation of the light and some updates over the web socket. |
What should I put as log level? I don't get anything with this:
Except from this:
Though I do see some inconsistent behaviour with the xy_color in HA: {
"brightness": 126,
"xy_color": [
29035,
26541
],
"effect_list": [
"colorloop"
],
"rgb_color": [
253,
169,
0
],
"friendly_name": "Panthella",
"supported_features": 125
} and {
"brightness": 126,
"xy_color": [
0.444783,
0.406578
],
"effect_list": [
"colorloop"
],
"rgb_color": [
214,
177,
108
],
"friendly_name": "Panthella",
"supported_features": 125
}
|
That error has got to do with unsupported sensor types so nothing related to lights.. change warning to debug since we don't really know what triggers the issue |
Nothing weird for now. As you can see above, the error seems to be occasional..
|
You should get a web socket call just above those update lines, can you dig them out? |
|
Great! So we can verify that this is indeed some kind of error, but it is part of deconz so you need to create and issue with them. |
Not sure if related - but the websocket seems to get spammed when calling a scene with a Trådfri bulb included:
|
Is it with a transition? that would explain the spamming. Lets close this one and open one with deconz. You can reference this issue to keep history |
Yes, it is a transition for a group of 5 bulbs (4 Hues and 1 Trådfri). But it seems that only the Trådfri is spamming the log. |
The data in HA seems to be off for some entities:
Compared to the deconz API:
The text was updated successfully, but these errors were encountered: