Hi, is this working with 09.001 Temperature type objects??
I added this example to my boiler's temperature group, and nothing going on...
Also added this code and manually changed temp value, but nothing changed, log was not written. Shoud I change something for 09.001 type??
if value then
value1 = grp.getvalue('20/2/2') -- this is 09.001 type
log(value1)
grp.update('40/1/1', value1)
end
Alex
I added this example to my boiler's temperature group, and nothing going on...
Also added this code and manually changed temp value, but nothing changed, log was not written. Shoud I change something for 09.001 type??
if value then
value1 = grp.getvalue('20/2/2') -- this is 09.001 type
log(value1)
grp.update('40/1/1', value1)
end
Alex