Search found 2 matches

by reliable
10 Nov 2018, 11:26
Forum: ESP Easy: Software
Topic: sunrise/sunset to be used in rule
Replies: 45
Views: 25583

Re: sunrise/sunset to be used in rule

Thanks for the help. It really works as I need!
by reliable
09 Nov 2018, 11:00
Forum: ESP Easy: Software
Topic: sunrise/sunset to be used in rule
Replies: 45
Views: 25583

Re: sunrise/sunset to be used in rule

Hey. I would like to use the state of sunrise or sunset when reloading ESP. I write this rule: On System#Wake do if[Clock#Time=All,%sunrise%]=1 TaskValueSet 4,3,0 endif endon On System#Wake do if[Clock#Time=All,%sunset%]=1 TaskValueSet 4,3,1 endif endon but it does not work. Tell me how to write the...