10.11.2020, 08:57
Looks like the extension is missing ID.
Try writing it via a script once and then reboot your LM and see if Dali gateways appear.
Try writing it via a script once and then reboot your LM and see if Dali gateways appear.
Code:
id = 'dw2' -- dw2 is a newer version of dw1
b1, b2, b3 = id:byte(1, 3)
res = require('i2c').write(0, 0x50, 0x70, b1, b2, b3)