-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Description
Is your feature request related to a problem? Please describe.
No problem. Just an idea for enhancement.
Current situation: I use a total of four H801 LED-Controller. They each have 5 PWM outputs.
I use them to control different PWM-LED-Spots (RGB-CCT, RGBW and CCT spot types). The first controller is connected to one RGB-CCT spot, the second one powers one RGBW spot, and the last two ones each control two CCT white spots.
Currently, by using the sync function on all controllers, I can change white (intensity, and temperature on CCT) of all spots simultaneously and also change RGB-colors syncronized.
It would be really cool if one of my controllers could be the "master" and be aware of the other (CCT)-LED spots. Then it would be possible to use the "master's" web-UI to run effects using all the spots or control each spot independently.
This currently works for RGBW-spots. I can setup two controllers with "PWM RGBW" config, then use one of them as "master" by adding the other controller as virtual second LED to it by using "DDP RGBW". Then one controller knows about two LEDs and can play effects on them.
However, this does not work with CCT-LEDs. There is no "DDP CCT" or "DDP RGB+CCT" LED option for connecting virtual CCT-white or RGB-CCT spots.
Describe the solution you'd like
It would be great to have additional DDP options: "DDP CCT", "DDP RGB+CCT" and maybe also "DDP white".
Right now, it is possible to have two CCT-white spots physically connected to a WLED controller, but it's not possible to connect a virtual CCT-LED.
Describe alternatives you've considered
As an alternative for "DDP white" it is possible to use "DDP RGBW" instead, according to a quick experiment.
Also, "DDP RGBW" can be used to address a WLED controller that physically controls CCT-white spots. RGB is ignored and white is received. But, of course, then no color temperature values are transmitted, and the receiving controller converts receiving 100% white over DDP into 50% cold and 50% warm white PWM for the CCT-white spots.