Page 1 of 1

Rule for every FULL hour

Posted: 21 Oct 2017, 23:30
by Achim_T
Hello,

is there an easy way to set an GPIO for every full hour (1.00, 2:00,..) instead of individually set it by

Code: Select all

On Clock#Time=All,01:00 do 
 gpio,14,0
 endon
i think there is an way by the systemvariable %sysmin%, but i dont know :oops:

Thanks

Re: Rule for every FULL hour

Posted: 22 Oct 2017, 08:10
by toffel969
Very easy yes, try

Code: Select all

On Clock#Time=All,**:00 do 
 gpio,14,0
 endon

Re: Rule for every FULL hour

Posted: 22 Oct 2017, 09:05
by Achim_T
i dont know about wildcards, great, thanks!

Re: Rule for every FULL hour

Posted: 22 Oct 2017, 15:25
by toffel969
It's quite hidden in the wiki, I think you only get there by search
https://www.letscontrolit.com/wiki/inde ... _Reference

Re: Rule for every FULL hour

Posted: 22 Oct 2017, 19:04
by grovkillen
Thanks for pointing this out toffel! I just added this to the rules page: https://www.letscontrolit.com/wiki/inde ... es#Trigger

Re: Rule for every FULL hour

Posted: 22 Oct 2017, 22:03
by toffel969
Great, thanks for updating the wiki