CLUZ 2.0 Firmware
Download the beta software and find out what's newBeta Version
5.15.18 (build 2623)
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.18 (build 2623)
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
5.15.14 (build 2618)
14 May 2026
- DALI Controller v4.0.3:
- Added new group control methods to the
DALI_MASTERobject:HoldGroup,HoldGroupUp,HoldGroupDown- dimming up / dimming down luminaires for the specified group,SetGroupHSVValue,SetGroupHSVHue,SetGroupHSVSaturation- control using the HSV model for the specified group,SetGroupColourTemperature- setting the colour temperature for the specified group,SetGroupRGBValue- setting the R (Red), G (Green), B (Blue) channel values for the specified group,SetGroupWAFValue- setting the W (White) channel value, as well as A (Amber) and F (Freecolour) parameters for the specified group,SetGroupLastActiveLevel- turning on ballasts in the group with the DAPCValue level set before turning off.
- Added new group control methods to the
- Extended existing methods in the
DALI_MASTERobject:- Added
LastActiveLevelparameter to theSetPowerOnLevelmethod, - Added
Broadcastparameter to theSetLastActiveLevelmethod.
- Added
- Added new event
OnDALI_BusPowerRestoredto theDALI_MASTERobject - triggered after DALI bus power is restored.
- Extended existing
Switchmethod inDALI_GEARandDALI_GEAR_DT8objects:- Added
Modeparameter to theSwitchmethod with two operating modes:Default- toggles between 0 and 254 (previous behavior),LastActiveLevel- on turning on, restores the last active DAPCValue level.
- Added
- Added a mechanism for reading the DAPCValue after DALI bus power is restored.
- Optimized
SetColourTemperature. - Fixed the operation of the first
Holdcall followingGetDAPCValue.
- Optimized