24.06.2019, 09:43
(21.06.2019, 13:21)admin Wrote: This script sets short address to 42 to all connected ballasts on internal gateway 1.
Code:address = 42
require('user.dali')
dalicmd('internal', 'setdtr', { addrtype = 'broadcast', value = address * 2 + 1 })
dalicmd('internal', 'storeshortaddress', { addrtype = 'broadcast' })
You need to run this script once for each new ballast you have. Make sure that only one ballast is connected when script is run. Then connect all ballasts and run scan in last mode (only add new devices).
Thank you. it works perfectly. everything that can be done with this device is incredible.