This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

setdimmingcurve??
#4
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.
Code:
canxdali.sendcmds({   lineid = 0,   nodeid = 1,   cmds = {     { cmd = 'setdtr0', value = 1 }, -- 0 = logarithmic, 1 = linear     { cmd = 'enabledevicetype', value = 6 },     { cmd = 'selectdimmingcurvedt6', address = 's0' },   } })
Reply


Messages In This Thread
setdimmingcurve?? - by jcruz10 - 10.06.2026, 20:55
RE: setdimmingcurve?? - by admin - 11.06.2026, 10:43
RE: setdimmingcurve?? - by jcruz10 - 11.06.2026, 18:19
RE: setdimmingcurve?? - by admin - 12.06.2026, 06:00
RE: setdimmingcurve?? - by jcruz10 - 12.06.2026, 07:22

Forum Jump: