23.09.2016, 18:20
(This post was last modified: 23.09.2016, 19:45 by Erwin van der Zwart.)
True (:
If you need faster time then 30 minutes, maybe you have a spare channel on a dimmer or another device where you can store your value.
Create a new groupaddress to that object and perform a grp.read to that object (somehwere in the field) during init. Make sure the read flag is enable on that object.
BR,
Erwin
Hi,
Don't use capitals in commands, 'If' 'Then' 'Else' 'End' "Grp.write' is not correct, use if, then, else, end, grp.write etc.
You can see it on the color, if a command stays black it's wrong.
Also what do you compare with '== 1' ? A bit object? You must use false and true on boolean values (bit objects)
BR,
Erwin
If you need faster time then 30 minutes, maybe you have a spare channel on a dimmer or another device where you can store your value.
Create a new groupaddress to that object and perform a grp.read to that object (somehwere in the field) during init. Make sure the read flag is enable on that object.
BR,
Erwin
Hi,
Don't use capitals in commands, 'If' 'Then' 'Else' 'End' "Grp.write' is not correct, use if, then, else, end, grp.write etc.
You can see it on the color, if a command stays black it's wrong.
Also what do you compare with '== 1' ? A bit object? You must use false and true on boolean values (bit objects)
BR,
Erwin