24.03.2021, 17:39
(24.03.2021, 16:27)Daniel. Wrote: Create resident script with interval as often you want to read the value. Change 1/1/1 to object you want to write the value to.
Code:require('bacnet')
value = bacnet.readvalue(2, 'analog input', 1)
grp.checkwrite('1/1/1', value)
This was what I needed, thank you again Daniel!