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.

LM5 DW1 4bit with KNX Sensor
#1
Hello everyone

I would like to dim the light using a KNX button (4-bit datapoint).
In the dali tab, i can link this object for the lamp, the dimming works well for one lamp, but as soon as more than 5 lamps with the same data type are controlled, the lamps dim differently and with a delay.

does anyone know a script to control the dali group with 4bit datapoint?
like that:

daligroup=0
if (grp.getvalue('10/0/3') > 1) then
require('user.dali')
dalicmd('internal', 'arc', { addrtype = 'group', address = daligroup, value = (grp.getvalue('10/0/3')*2.54) })
  else
  require('user.dali')
dalicmd('internal', 'arc', { addrtype = 'group', address = daligroup, value = 0 })
end


thx

used firmware: LM5 Lite+Ext (i.MX6)
produkt: LM5 DW1
Reply


Messages In This Thread
LM5 DW1 4bit with KNX Sensor - by pepe - 10.11.2021, 11:16
RE: LM5 DW1 4bit with KNX Sensor - by Daniel - 10.11.2021, 11:39
RE: LM5 DW1 4bit with KNX Sensor - by pepe - 11.11.2021, 19:27
RE: LM5 DW1 4bit with KNX Sensor - by pepe - 10.11.2021, 13:07
RE: LM5 DW1 4bit with KNX Sensor - by Daniel - 10.11.2021, 13:13
RE: LM5 DW1 4bit with KNX Sensor - by admin - 10.11.2021, 13:14

Forum Jump: