Hi,
I would like to create an automated event that opens the curtain from September to March at sunrise. And from March to September at 7am.
With my old system I would say, if time is sunrise, and if date is between September and March, open curtain. else open curtain at 7.
Now I tried something like
trigger: if sunrise execute either a or b only if conditions are met.
A: if date is after 2 September Y and if date is Before 27 March Y. open curtain
B: if date is After 27 March Y and if date is before 2 September Y. open curtain
This doesn't really work.
What would be the best way to achieve this?
Thanks a lot.
I would like to create an automated event that opens the curtain from September to March at sunrise. And from March to September at 7am.
With my old system I would say, if time is sunrise, and if date is between September and March, open curtain. else open curtain at 7.
Now I tried something like
trigger: if sunrise execute either a or b only if conditions are met.
A: if date is after 2 September Y and if date is Before 27 March Y. open curtain
B: if date is After 27 March Y and if date is before 2 September Y. open curtain
This doesn't really work.
What would be the best way to achieve this?
Thanks a lot.
Comment