12.06.2026, 06:00
Updated app: https://dl.openrb.com/pkg/canxdali-20260612.ipk
The previous app version only implemented "select dimming curve" command for DT5 devices. Since the DT6 "select dimming curve" command number is different from DT5 the command names have been changed to selectdimmingcurvedt6 and selectdimmingcurvedt5.
Use this script for DT6. You don't have to send "select dimming curve" twice, it is done automatically.
The previous app version only implemented "select dimming curve" command for DT5 devices. Since the DT6 "select dimming curve" command number is different from DT5 the command names have been changed to selectdimmingcurvedt6 and selectdimmingcurvedt5.
Use this script for DT6. You don't have to send "select dimming curve" twice, it is done automatically.
Code:
canxdali.sendcmds({
lineid = 0,
nodeid = 1,
cmds = {
{ cmd = 'setdtr0', value = 1 }, -- 0 = logarithmic, 1 = linear
{ cmd = 'enabledevicetype', value = 6 },
{ cmd = 'selectdimmingcurvedt6', address = 's0' },
}
})