The RGBW LED module allows for independent control of individual channels, but sometimes there is a need to control several of them in groups.
This situation occurs when the LED stripe has to be divided into several channels due to excessive load.
To group control the channels of the RGBW LED module:
1. Create a script responsible for group control and then add a script parameter:
2. Using the Action component, set the parameter value in the selected channels of the RGBW LED module / modules:
CLU->RGBW_01->SetRedValue(led_val)
CLU->RGBW_01->SetGreenValue(led_val)
CLU->RGBW_02->SetWhiteValue(led_val)
3. Add the Dimmer_v2 widget to the mobile interface and configure it as follows:
where:
* Value - the value of one of the controlled channels:
* Action set value:
* Action on:
* Action off:
4. The configuration created in this way should be sent to the CLU and the interface to the mobile device: