(21.12.2023, 13:19)Daniel Wrote: W4K does not support what LM has, stick to default solutions what SE provides.
OK, I will investigate.
Hope my script still will work with this device

This is the basics of the script in the LM:
value = bacnet.readvalue(2457601, 'analog input',12)
value = float2hex(value)
mb1

mb1

Now I need to find an equivalent of the bacnet.readvalue function