I cant get a specific schedule to work On at Sunset and Off at Sunrise

I would like 2 sets of lights to turn on at sunset and off the next day at sunrise

This is causing an issue as the condition is true then false it seems

I am still very much learning so i know i may have asked some questions in another thread regarding this but this is really stumping me

So as an example, Monday sunset, lights on then Tuesday Sunrise lights off, its its flicking between true then false. I can see why but not how i can fix it.

Name On Type On Time On Days Random On Delay Off After Type Off Time Off Days Random Off Delay State Last On Last Off
sPorchBrickLights Weekly 1,2,3,4,5,6,7 None Weekly r 1,2,3,4,5,6,7 None false 2015-11-25 18:25:06.945 2015-11-25 18:26:53.30

Thanks
N

A couple of commens:

  1. There is no need to have both the Day and Night triggers … one is always the opposite of the other … except during initialization (i.e. before the event happens)
  2. You have initialization problems because you are looking at things before the defined events (Schedules and Day/Night) actually fire.
    You can the Plugin to see the current state of the Day/Night by manually toggling the Day/Night device
    You can get the new Timers into the correct state with the “Do It Now” option in the schedules tab.