-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
[Bug] Color reverts to the previous color I selected on RGB+CCT Bulb #239
Comments
Can you provide debug logs (run homebridge with |
Sure thing. These are the logs I get when I change the color to violet but it reverts back to teal. I noticed from troubleshooting that the bug goes away when I restart Homebridge. I also noticed that the bug only happens when I change color using my iPad running a beta version of IOS 15. After changing colors from my Ipad the bug starts happening on my other devices as well. Perhaps it might be an IOS beta (cloud sync?) issue rather than a Z2M issue. From Homebridge in Debug mode:[20/07/2021, 19:46:07] [zigbee2mqtt] Pending data: {"color":{"x":0.15354,"y":0.38526}} From Zigbee2MQTT:Debug Received MQTT message on 'zigbee2mqtt/0x60a423fffe328b76/set' with data '{"color":{"x":0.15354,"y":0.38526}}' |
I'm not running any beta versions at the moment, but I haven't seen this behavior either. What I do find strange is that Z2M reports color temperatures outside of the range of the device (or perhaps the range is not yet specified for it). Luckily I think that problem will be resolved with the changes I'm working on for #208 Other than that, nothing in the logs really stands out to me. It just looks normal. 🤔 |
Will close this issue seeing as how there's nothing in the logs that point to the cause of the problem. I will wait and see if future betas and future versions of the plugin still have this problem. Appreciate the effort in making and continuously updating this plugin. |
Please use the template and fill in all the data requested below!
Describe the bug
When I change the color of my zigbee RGB+CCT bulb the color reverts to the previous color that I have selected.
To Reproduce
Steps to reproduce the behavior, for example:
Expected behavior
For the color to change.
MQTT messages
[19/07/2021, 22:00:01] [zigbee2mqtt] Publish to 'zigbee2mqtt/0x60a423fffe328b76/set': '{"color":{"x":0.69707,"y":0.30005}}'
[19/07/2021, 22:00:02] [zigbee2mqtt] Publish to 'zigbee2mqtt/0x60a423fffe328b76/set': '{"color":{"x":0.15387,"y":0.38346}}'
[19/07/2021, 22:00:02] [homebridge-z2m] This plugin generated a warning from the characteristic 'Color Temperature': characteristic was supplied illegal value: number 67 exceeded minimum of 150. See https://git.io/JtMGR for more info.
[19/07/2021, 22:00:03] [zigbee2mqtt] Publish to 'zigbee2mqtt/0x60a423fffe328b76/set': '{"color":{"x":0.31306,"y":0.12139}}'
[19/07/2021, 22:00:05] [zigbee2mqtt] Publish to 'zigbee2mqtt/0x60a423fffe328b76/set': '{"color":{"x":0.13579,"y":0.0453}}'
[19/07/2021, 22:00:05] [homebridge-z2m] This plugin generated a warning from the characteristic 'Color Temperature': characteristic was supplied illegal value: number 566 exceeded maximum of 500. See https://git.io/JtMGR for more info.
[19/07/2021, 22:00:06] [zigbee2mqtt] Publish to 'zigbee2mqtt/0x60a423fffe328b76/set': '{"color_temp":405}'
[19/07/2021, 22:00:07] [zigbee2mqtt] Publish to 'zigbee2mqtt/0x60a423fffe328b76/set': '{"color":{"x":0.7,"y":0.29981}}'
[19/07/2021, 22:00:08] [zigbee2mqtt] Publish to 'zigbee2mqtt/0x60a423fffe328b76/set': '{"color":{"x":0.7,"y":0.29981}}'
[19/07/2021, 22:00:10] [zigbee2mqtt] Publish to 'zigbee2mqtt/0x60a423fffe328b76/set': '{"color_temp":405}'
[19/07/2021, 22:00:11] [zigbee2mqtt] Publish to 'zigbee2mqtt/0x60a423fffe328b76/set': '{"color":{"x":0.1723,"y":0.74451}}'
[19/07/2021, 22:00:11] [homebridge-z2m] This plugin generated a warning from the characteristic 'Color Temperature': characteristic was supplied illegal value: number 128 exceeded minimum of 150. See https://git.io/JtMGR for more info.
[19/07/2021, 22:00:13] [zigbee2mqtt] Publish to 'zigbee2mqtt/0x60a423fffe328b76/set': '{"color":{"x":0.1723,"y":0.74451}}'
[19/07/2021, 22:00:13] [homebridge-z2m] This plugin generated a warning from the characteristic 'Color Temperature': characteristic was supplied illegal value: number 128 exceeded minimum of 150. See https://git.io/JtMGR for more info.
[19/07/2021, 22:00:14] [zigbee2mqtt] Publish to 'zigbee2mqtt/0x60a423fffe328b76/set': '{"color_temp":405}'
[19/07/2021, 22:00:15] [zigbee2mqtt] Publish to 'zigbee2mqtt/0x60a423fffe328b76/set': '{"color":{"x":0.13579,"y":0.0453}}'
[19/07/2021, 22:00:15] [homebridge-z2m] This plugin generated a warning from the characteristic 'Color Temperature': characteristic was supplied illegal value: number 566 exceeded maximum of 500. See https://git.io/JtMGR for more info.
Versions used
Please provide the version of the following pieces of software:
RPReplay_Final1626703216.mov
The text was updated successfully, but these errors were encountered: