25.05.2020, 09:49
(22.05.2020, 19:55)Erwin van der Zwart Wrote: Hi,
Set object 1/5/10 to a 250 byte object and you (probably) will receive the value “CoolOn”
Then create a event based script on object 1/5/10 like this:
Object type 20.105 does not exist in the controller but its just a 1 byte value so you can just use a 05. 1 byte unsigned integer object for this.Code:if event.getvalue() == "CoolOn" then
grp.checkwrite('1/7/18', true)
grp.checkwrite('1/7/2', 3)
end
Some 20.105 values to test are values are: 0=Aut, 1=Heat, 3=Cool, 9=Fan, 14=Dry
BR,
Erwin
Thank u so much!! Works!!