Found that Orion will give an error stating the 7 is not a valid number, that the range is 0-6 when selecting the interface.
Cisco IOS states that 0 and 7 are Sunday and 0-7 are valid options for the configuration. ex. 0=Sunday 1=Monday 2=Tuesday 3=Wednesday 4=Thursday 5=Friday 6=Saturday and 7 = Sunday.
I had:
energywise level 0 recurrence importance 100 at 00 19 * * 1-7(Monday to Sunday)
I changed to:
energywise level 0 recurrence importance 100 at 00 19 * * 0-6(Sunday to Saturday)
and all is well.