I've searched around and the solution posted for me doesn't seem to work. I'm not sure if i'm doing something wrong so here is a summary. I'm trying to make it so my bedroom lights change their ramp rate and default on level, at the switch, with a schedule. Per things i've read:
I created a Scene called "Bedroom". I added my single ToggleLinc that controls the overhead lights and set it as the controller.
I created this program:
If:
from 10:30:00 PM
TO Sunrise + 1 hour (next day)
Then:
In Scene 'Bedroom' Set 'Bedroom Overheads' 40% On Level
In Scene 'Bedroom' Set 'Bedroom Overheads' 19.0 Sec (ramp rate)
Else:
In Scene 'Bedroom' Set 'Bedroom Overheads' 70% On Level
In Scene 'Bedroom' Set 'Bedroom Overheads' 2.0 Sec (ramp rate)
I can see the scene get updated when the program runs, but if i toggle the switch to the on state it doesn't go to 40% but instead whatever previously was in there. Am i missing something here? Thanks.