26.06.2023, 06:10
I have an LM-DR and cannot find any Dali devices on the on-site debugging bus. I tried to obtain a Dali device with a short address of 3 using the following script, and the log shows the following:
* arg: 1
* nil
* arg: 2
* string: busy
Can someone help me? Thank you in advance.
Quote:require('user.dali')log:
res, err = dalicmd('internal', 'querystatus', { addrtype = 'short', address = 3 })
log( res, err )
* arg: 1
* nil
* arg: 2
* string: busy
Can someone help me? Thank you in advance.