OK… just fyi… I struggled with this, and was just about to write it off, then I played aroung with the RGB controller Plugin… it’s really designed to work with the Fibaro RGBW module, but it at least it made the zipato bulb change colors, albeit incorrectly… then when i looked at my upnp log, I saw that the NODE that it was sending the setcolour command data to was NOT the NODEID of the actual device… it was the ALTID… In my setup the normal ID for this node is 127, but the ALTID is 12… when I changed the Luup code from
expected:
My next objective it to modify the RGBcontroller plugin code to work with the Zipato RGBW Bulb… I’ll have it done in a day or two, hectic schedule for the weekend permitting.
Hope this helps some of you!
EDIT: No need to edit the existing RGB Controller plugin really… if you set the deviceID in the variables to the Zipato Bulb’s ID it just works… Quite well
Awesome. I might be slightly hijacking this thread, but I get some weird behavior when using the sliders. The #RGBW don’ts always reflect the slider movements I made, but using the wheel seems to work better. I think this might just be some UI7 fun!
I’ve fixed a bug in the plugin for the Fibaro device and I would like to know if it still works with the Zipato.
It seems that the size of following data, in multiple colour channels, is the number of colors (1 byte for the color and byte for the value) and not the number of bytes to send.
[quote=“vosmont, post:31, topic:183723”]The version 1.0 of the plugin RGB Controller has been approved.
It should be compatible with the Zipato RGBW Bulb.[/quote]
tried the update method, got “BAD_PLUGIN” message
thanks, that worked, I have to say this bulb doesn’t have the most color in it, more of a tint of color but can see it change (think it’s the bulb though not the plugin)
thanks, that worked, I have to say this bulb doesn’t have the most color in it, more of a tint of color but can see it change (think it’s the bulb though not the plugin)[/quote]
You will get that effect if the warm white channel is also on… Make sure it is off.
Also remember that when sending the command you might need to use the ALTID of your device for the “NODE” value as explained in here… I would set ALL the color channels to 0x00. Then you should get pure colors
Also remember that when sending the command you might need to use the ALTID of your device for the “NODE” value as explained in here… I would set ALL the color channels to 0x00. Then you should get pure colors
T[/quote]
wow, real colors, I ran this, then the plug in worked great