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.

Dali Short adress change and delete
#2
Run "Set addresses for new devices only" scan mode. This will assign short addresses to ballasts that don't already have one.
"Full scan, keep device mapping" scan mode will remove any missing ballasts from the list.

There's no built-in option for changing short addresses but it can be done via a script:
Code:
old_address = 12
new_address = 63

require('user.dali')

dalicmd('internal', 'setdtr', { addrtype = 'short', address = old_address , value = new_address * 2 + 1 })
dalicmd('internal', 'storeshortaddress', { addrtype = 'short', address = old_address })

You will need to run scan again (without addressing) after that and assign mapping for the new short address.
Reply


Messages In This Thread
Dali Short adress change and delete - by Kuru - 18.06.2024, 12:33
RE: Dali Short adress change and delete - by admin - 18.06.2024, 12:43

Forum Jump: