Hi
I use the mysensors protocol to control the lighting on an arduino in combination with domoticz. I would connect an LED strip RGBWW via the color picker from domoticz.
I have created a "type" S_RGBW_LIGHT in the arduino.
for (int i = 0; i < MaxDMXChannels; i++) {
present((FirstDMXChannel + i), S_RGBW_LIGHT, DMXDescription[i], true);
In domoticz I get a color picker with only RGB or warm white.
I can choose an RGB color or warm white color picker.
It"s not possible to combine RGB with warm white.
How can I get a combination between cold and warm white that is possible in domoticz in a different color picker?
Is this possible within mysensors protocol?
Regards