Has anybody tested RGB bulb color changes with this?
Trying to automate a color changing bulb to go Magenta at a certain time and Green at another time. When the color change is sent, the bulb flashes the proper color but then changes to a completely random color. I’ve tried using color_name, rgb_color and hs_color and it’s always the same random result.
When setting Magenta it will go Magenta for 1s, then change to red, sometimes blue, yellow, cyan. It seems random. On the HE side, I enabled descriptive and debug logging and it seems to be receiving multiple commands for color changes.
dev:3692020-05-10 09:09:38.944 pm infoLiving Room Fan Bulb 1 color is Cyan
dev:3692020-05-10 09:09:38.909 pm debugcolors: [0, 255, 0]
dev:3692020-05-10 09:09:38.892 pm infoLiving Room Fan Bulb 1 hue is 50
dev:3692020-05-10 09:09:38.872 pm debuggot SwitchColorReport: SwitchColorReport(colorComponent:red, colorComponentId:2, value:0)
dev:3692020-05-10 09:09:38.861 pm debugcolors: [0, 255, 255]
dev:3692020-05-10 09:09:38.841 pm debugparse:zw device: 35, command: 3304, payload: 02 00 , isMulticast: false
dev:3692020-05-10 09:09:38.826 pm debuggot SwitchColorReport: SwitchColorReport(colorComponent:blue, colorComponentId:4, value:255)
dev:3692020-05-10 09:09:38.823 pm debugparse:zw device: 35, command: 3304, payload: 04 FF , isMulticast: false
dev:3692020-05-10 09:09:38.679 pm debugcolors: [0, 255, 0]
dev:3692020-05-10 09:09:38.635 pm debuggot SwitchColorReport: SwitchColorReport(colorComponent:red, colorComponentId:2, value:0)
dev:3692020-05-10 09:09:38.610 pm debugcolors: [5, 255, 0]
dev:3692020-05-10 09:09:38.607 pm debugparse:zw device: 35, command: 3304, payload: 02 00 , isMulticast: false
dev:3692020-05-10 09:09:38.578 pm debuggot SwitchColorReport: SwitchColorReport(colorComponent:green, colorComponentId:3, value:255)
dev:3692020-05-10 09:09:38.576 pm debugparse:zw device: 35, command: 3304, payload: 03 FF , isMulticast: false
dev:3692020-05-10 09:09:38.384 pm infoLiving Room Fan Bulb 1 hue is 33
dev:3692020-05-10 09:09:38.360 pm debugcolors: [5, 255, 0]
dev:3692020-05-10 09:09:38.250 pm debuggot SwitchColorReport: SwitchColorReport(colorComponent:coldWhite, colorComponentId:1, value:0)
dev:3692020-05-10 09:09:38.247 pm debugparse:zw device: 35, command: 3304, payload: 01 00 , isMulticast: false
dev:3692020-05-10 09:09:38.244 pm debugcolors: [5, 255, 0]
dev:3692020-05-10 09:09:38.220 pm debuggot SwitchColorReport: SwitchColorReport(colorComponent:warmWhite, colorComponentId:0, value:0)
dev:3692020-05-10 09:09:38.206 pm debugparse:zw device: 35, command: 3304, payload: 00 00 , isMulticast: false
dev:3692020-05-10 09:09:38.136 pm infoLiving Room Fan Bulb 1 color is Green
You can see here in the log within 1s it goes from green to warm white, cold white, green again, red, blue, red again and finally settles on cyan.