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.

dimming two lights at once
#8
Then you have 2 options:
1. Technically correct way - Create DALI group and then control them via script. Unfortunately our tool still do not allow to create grouping and you would have to use an external one.
2. Link them over KNX via simple script like this

Code:
value = event.getvalue()
grp.update('Dali Internal - 1 4-bit dimming', value)
KNX is much faster than DALI so it should work flawlessly, specially that we just use IP command here.

BR
------------------------------
Ctrl+F5
Reply


Messages In This Thread
dimming two lights at once - by managementboy - 11.01.2019, 09:34
RE: dimming two lights at once - by Daniel - 11.01.2019, 09:42
RE: dimming two lights at once - by Daniel - 11.01.2019, 10:10
RE: dimming two lights at once - by Daniel - 11.01.2019, 10:21
RE: dimming two lights at once - by Daniel - 11.01.2019, 10:51
RE: dimming two lights at once - by Daniel - 11.01.2019, 11:30

Forum Jump: