CLUZ 2.0 Firmware
Download the beta software and find out what's newBeta Version
5.15.23 (build 2631A)
Firmware is accessible from the zip package.
Installation and start-up process in accordance with the User Manual - Chapter VI, Section 10.2.B.
What's New
5.15.23 (build 2631A)
12 August 2026
- LED RGBW DIN v4.0.3 and LED RGBW FM v3.0.1:
- Changed the parameter order of the
Switchmethod in theLED_CHANNELandLED_CCTobjects - theModeparameter is now optional and passed last, after theTimeandRampparameters, which restores backward compatibility with calls from previous versions. - Extended
SwitchOnmethod inLED_CHANNELandLED_CCTobjects:- Added optional
Modeparameter with two operating modes:Default- turns the output on with MaxValue (previous behavior),LastValue- turns the output on with the last non-zero value instead of MaxValue.
- Added optional
- Changed the parameter order of the
- Retention of the last value at which the output was on:
- The value is stored every time the output is switched on or its value is changed,
- The value is kept in the CLU non-volatile storage and restored after a CLU restart,
- Calling the
SwitchorSwitchOnmethod with theModeparameter set toLastValueturns the output on with the stored value, - In the
LED_CCTobject the brightness is stored together with the color temperature.
- Changed the behavior of the
Rampparameter set to 0 in theSwitch,SwitchOnandSwitchOffmethods of theLED_CHANNELandLED_CCTobjects - the value 0 now applies the ramp time from theRampTimefeature instead of changing the output value immediately. TheSetValue,SetColorTempandHoldmethods keep their previous behavior.
- Dimmer DIN and Dimmer FM v3.0.2:
- Extended
SwitchandSwitchOnmethods in theDIMMobject:- Added optional
Modeparameter with two operating modes:Default- turns the output on with MaxValue (previous behavior),LastValue- turns the output on with the last non-zero value.
- Added optional
- Extended
- Retention of the last value at which the output was on:
- The value is stored every time the output is switched on or its value is changed,
- The value is kept in the CLU non-volatile storage and restored after a CLU restart,
- Calling the
SwitchorSwitchOnmethod with theModeparameter set toLastValueturns the output on with the stored value.
- Changed the behavior of the
Rampparameter set to 0 in theSwitch,SwitchOnandSwitchOffmethods - the value 0 now applies the ramp time from theRampTimefeature instead of changing the output value immediately. TheSetValueandHoldmethods keep their previous behavior.
- Fixed button
Holdbehavior for theDALI_GEARobject - during a single hold the brightness now changes in one direction only, without alternating between brightening and dimming. In addition, in all objects the times of theHoldmethods and of switching for a specified time are no longer extended when the CLU is heavily loaded with scripts.
5.15.18 (build 2623)
18 June 2026
- LED RGBW DIN version 4.0.2 - fix update devices with hwVersion = 2 (24-2-2).
8 June 2026
- LED RGBW DIN version 4.0.0 and LED RGBW FM version 3.0.0:
- Added a new
LED_CCTobject for controlling luminaries with adjustable color temperature:ColorTempandColorTemp%features - color temperature readings in Kelvin and as a percentage,WarmValueandColdValuefeatures - calculated values of the warm and cool white channels,SetValue,SwitchOn,SwitchOff,Switch, andHoldValue/HoldValueUp/HoldValueDownmethods - brightness and output switching control,SetColorTempandSetColorTempPercentmethods - setting the color temperature in Kelvin or as a percentage,HoldColorTempandHoldColorTempWarmmethods,HoldColorTempCool- smooth color temperature change and shifting it towards warm or cool white,OnColorTempChangeevent - generated when the color temperature changes.
- Added a new
- Extended functionality of the
Switchmethod in theLED_CHANNELobject:- Added
Modeparameter with two operating modes:Default- toggles the output state (previous behavior),LastValue- restores the last non-zero brightness value instead ofMaxValuewhen turned on.
- Added
Note!
The new firmware version introduces
Please note the lack of synchronization between the control model using
Therefore, the configuration must be set up consistently: use either the
The new firmware version introduces
LED_CHANNEL objects, enabling control of individual RGBW LED channels. The RedValue, GreenValue, BlueValue, and WhiteValue properties—along with their associated Set/Hold methods—are not visible within the main LEDRGBW object. Please note the lack of synchronization between the control model using
LED_CHANNEL objects and the model using the main LEDRGBW object. A channel value change made via LED_CHANNEL is not propagated to the corresponding value in the LEDRGBW object. Therefore, the configuration must be set up consistently: use either the
LED_CHANNEL objects or the LEDRGBW object. Mixing both control models in a single configuration is not recommended, as this may lead to inconsistencies in the reported channel states.