I just started configuring schedules today but have hit a bit of a speedbump.
Is there anything wrong with either of these schedules? The only difference between them is in red.
[Sun Sunset;Mon 01:45],[Mon Sunset;Tue 01:45],[Tue Sunset;Wed 01:45],[Wed Sunset;Thu 01:45],[Thu Sunset;Fri 01:45],[Fri Sunset;Sat 01:45],[Sat Sunset;Sun 01:45]
[Mon Sunset;Tue 01:45],[Tue Sunset;Wed 01:45],[Wed Sunset;Thu 01:45],[Thu Sunset;Fri 01:45],[Fri Sunset;Sat 01:45],[Sat Sunset;Sun 01:45],[Sun Sunset;Mon 01:45]
Both of them result in the following error...
ERROR System.FormatException: end time Mon 01:45 cannot be before start time Sun Sunset at HSPI_EasyTrigger.WeekScheduleTimeSlot.Parse(String s) at HSPI_EasyTrigger.WeekSchedule.SetTimeSlots(String timeSlots)
If you look at the GUI editor for schedules Monday is the start of the week rather than Sunday which is more common for my location in the USA. In that literal view I can see how Monday's off time is "before" Sunday's on time. I suspect if the start of the week in the viewer was Sunday I'd run into the same problem for any time in the schedule that crossed Saturday into Sunday.

I haven't tried it yet, but I'd prefer not to have negative schedules based on the sun being up and keeping lights off during that time.
Is there anything wrong with either of these schedules? The only difference between them is in red.
[Sun Sunset;Mon 01:45],[Mon Sunset;Tue 01:45],[Tue Sunset;Wed 01:45],[Wed Sunset;Thu 01:45],[Thu Sunset;Fri 01:45],[Fri Sunset;Sat 01:45],[Sat Sunset;Sun 01:45]
[Mon Sunset;Tue 01:45],[Tue Sunset;Wed 01:45],[Wed Sunset;Thu 01:45],[Thu Sunset;Fri 01:45],[Fri Sunset;Sat 01:45],[Sat Sunset;Sun 01:45],[Sun Sunset;Mon 01:45]
Both of them result in the following error...
ERROR System.FormatException: end time Mon 01:45 cannot be before start time Sun Sunset at HSPI_EasyTrigger.WeekScheduleTimeSlot.Parse(String s) at HSPI_EasyTrigger.WeekSchedule.SetTimeSlots(String timeSlots)
If you look at the GUI editor for schedules Monday is the start of the week rather than Sunday which is more common for my location in the USA. In that literal view I can see how Monday's off time is "before" Sunday's on time. I suspect if the start of the week in the viewer was Sunday I'd run into the same problem for any time in the schedule that crossed Saturday into Sunday.
I haven't tried it yet, but I'd prefer not to have negative schedules based on the sun being up and keeping lights off during that time.
Comment