Logic Machine Forum
DALI connection refused - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Gateway (https://forum.logicmachine.net/forumdisplay.php?fid=10)
+--- Thread: DALI connection refused (/showthread.php?tid=5223)



DALI connection refused - Bitver - 31.01.2024

Hi there,

I faced an issue with internal DALI on LM4.
All devices are shown in dali configuration and easily re-scan, re-bind addresses in GW-internal devices, but when I try to run some scripts, I always get "connection refused" error, for example:

Code:
require('user.dali')
res, err = dalicmd('internal', 'setdtr', { addrtype = 'broadcast', value = 0 })
log(res, err) -- nil, connection refused

What is it may be or am I doing wrong?

LM4 20200720
package installed
genohm-scada-dali 20200722


RE: DALI connection refused - admin - 31.01.2024

Try 2023 firmware.


RE: DALI connection refused - Bitver - 01.02.2024

It works! Thanks.