Set colour based on time


#1

When i select “turn on” or “set level” i get (only white) next to the variable.

I am trying to set a pison to set the lights to different colours based on the time of the day.

for example between 08:00 - 21:00 set colours to…
21:00-0800 set colours to …

similar to a hue scene but i will set it to webcore.


#2

The easiest way would be:

IF TIME (can be found under Virtual Devices when making your condition) occurs daily at 08:00
THEN
Set color to X

IF TIME (can be found under Virtual Devices when making your condition) occurs daily at 21:00
THEN
Set color to Y

If you don’t want the lights to be on and changing colors at 08 and 21 hours, then something like this would set colors based on time when motion is detected:

IF MOTION SENSOR changes to active
and
TIME is between 08:00 and 21:00
Then set color to X

IF MOTION SENSOR changes to active
and
TIME is between 21:00 and 08:00
Then set color to Y


#3

That says “only while” not “only white”.

“Only while” refers to the option of selecting only while certain modes