I am attempting to rebuild a rule that I had created within WebCore that does the following. (I had a screenshot but the forum won't let me post it...)
At Sunset, set Kitchen light to 100%
At 11:00pm, set Kitchen light to 1%
At 5:00am, set Kitchen light to 100%
At Sunrise, turn off Kitchen Light
I'm having a really hard time building something that would allow me to Dim in the middle of my rule without creating a second rule to handle this.
Are there any suggestions on how this could be accomplished?
First, time between Sunset and 11pm. When true, set dimmer to 100%. When false, set dimmer to 1%.
Second, time between 5am and sunrise. When true, set dimmer to 100%. When false, turn off. As long as sunrise always happens after 5am this would be fine. If sunrise ever happens before 5am this would cause problems.