I have a certain light in the house that I want to remain on for one hour during the day. I tried setting this in automation to turn the light on every 3 minutes. However, when I checked it this morning, it was off. Is there a better way to do this and can you see any reason this isn't working?
Code:
25. EVERY 3 MINUTES
AND IF HOUR IS GREATER THAN 7
AND IF HOUR IS LESS THAN 8
AND IF DAY OF WEEK IS IN MTWTF--
THEN Jonathan's Room Light ON
26. TIMED 8:01 AM MTWTF--
THEN Jonathan's Room Light OFF