This object is in archive! 
my first rule
Completed
Hi my first try out in rules is not working.
What is wrong with it?
No connection
Real-time notifications may not work
Hi,
First of all: use the time block found found under variables. Then IF time(now) between ....
Second, in the past, time: between 2 days (16:00 today, 6:00 am tomorrow, was not possible. Not sure if it is possible today.
If not use: IF NOT time(now) between 06:00 and 16:00.
Good luck
John
Hi,
First of all: use the time block found found under variables. Then IF time(now) between ....
Second, in the past, time: between 2 days (16:00 today, 6:00 am tomorrow, was not possible. Not sure if it is possible today.
If not use: IF NOT time(now) between 06:00 and 16:00.
Good luck
John
Hello,
I use similar rules. You want to do something between sunset and sunrise? So I have a virtual switch which I set to on/true with sunrise (scheduler or IFTTT) and sunset. All rules belonging to daylight check this virtual switch.
if motion
if daylight
...
else
....
Or you use the or clause if now between 16:00 and 00:00 or 00:00 and 06:00h
Hello,
I use similar rules. You want to do something between sunset and sunrise? So I have a virtual switch which I set to on/true with sunrise (scheduler or IFTTT) and sunset. All rules belonging to daylight check this virtual switch.
if motion
if daylight
...
else
....
Or you use the or clause if now between 16:00 and 00:00 or 00:00 and 06:00h
Replies have been locked on this page!