11.01.2019, 10:51
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
KNX is much faster than DALI so it should work flawlessly, specially that we just use IP command here.
BR
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)
BR
------------------------------
Ctrl+F5
Ctrl+F5