I created a task that is set to fire six times per day.
If ('System Time.Time Without Seconds' is Equal'1:00 am') Or
If ('System Time.Time Without Seconds' is Equal'5:00 am') Or
If ('System Time.Time Without Seconds' is Equal'9:00 am') Or
If ('System Time.Time Without Seconds' is Equal'1:00 pm') Or
If ('System Time.Time Without Seconds' is Equal'5:00 pm') Or
If ('System Time.Time Without Seconds' is Equal'9:00 pm') Then
Change 'Circulator Timer.Running' to 'Yes'
Change 'Circulator.Power State' to 'On'
This works fine except it also runs at 2:00 am. I can see this in the history log for both of the properties it controls. The log shows this same task effecting the property at the six times expected and at 2:00 am.
Mark
Task firing at wrong time
It sounds very similar to a problem in this postthat I have fixed. Let me know if it still doesn't work after the new version is released.
A new release is coming soon....
A new release is coming soon....
Scott