So, the problem is that as the seasons changes, the sun rises at different times.
I have my outdoor lights automated to turn on at 06:30, and then off again at sunrise. This works well in the winter. But now its summer and the sun rises before my set “turn on time”.
Result: lights turn on at 06:30 and then nothing because the sun already rose before 06:30.
Is there a smart way to automate around this problem?
Set the turn on at sunset +/- the offset time. For example, if 6:30 is 45 minute after sunset, set the to + 45 minutes.
- event: sunset
offset: "00:45:00"
I used this all the time because the sunset/sunrise time changes every day, I don’t want my lights or other automation to go on until it is dark, so at sunset at add a offset, also at sunrise, I add one too.