I want to check if a shutter is open; if not; then open it.. the only thing that happens is that every minute the shutter gets a signal to go to 100 (open), even if it is 100 (open)
I have tried to compare svalues and current state but it doesnt like it:
Code: Select all
if otherdevices_svalues['Blinds Office']~= 100 then...
if otherdevices['Blinds Office']~= 'Open' then...
What is the correct syntax, I can't find it on the forum nor in the wiki?
Regards, Hans