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
#3
thank you very much, but this is the wrong way...

I was able to dim with the following script, the problem is that I have to press it every time.
as soon as I press it, it must be sent cyclically, as long as I press the button, it is dimmed (that is normal)

daligroup=0
if (grp.getvalue('10/0/52') == 9) then
require('user.dali')
dalicmd('internal', 'up', { addrtype = 'group', address = daligroup })
dalicmd('internal2', 'up', { addrtype = 'group', address = daligroup })

elseif (grp.getvalue('10/0/52') == 1) then
require('user.dali')
dalicmd('internal', 'down', { addrtype = 'group', address = daligroup })
dalicmd('internal2', 'down', { addrtype = 'group', address = daligroup })

end

big thx
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: