Multiple Daily Timer schedule


#1

1) Give a description of the problem
New to WebCore but need to understand how to set up multiple Timers for Thermostat. For example at 12:00pm adjust AC to 75. At 3:00pm adjust to 78. At 9:00pm adjust to 76.

2) What is the expected behavior?
Have Thermostat adjust everyday to schedule. Without setting up multiple ST routines

3) What is happening/not happening?
Get Warning message. Timers are designed to be top level statements and should not be used inside other statements…

4) Post a Green Snapshot of the pistonimage
(UPLOAD YOUR IMAGE HERE)

5) Attach any logs (From ST IDE and by turning logging level to Full)
(PASTE YOUR LOGS HERE BETWEEN THE MARKS THEN HIGHLIGHT ALL OF THE LOGS SND CLICK ON THE </> ICON TO FORMAT THEM)

REMOVE BELOW AFTER READING
If a solution is found for your question then please mark the post as the solution.


#2


#3

Your 2nd and 3rd statements are nested under the first one. You’ll need to have them at the same level as the first one.

Remove the 2nd and 3rd statements. Re-add them at the bottom but selecting the link that says “Add new statement” which is at the bottom above “End execute”.

It’s OK to have more than one statement in a piston.


#4

There is no need to remove them and add them back. All anyone needs to do is drag them to their new location. :slight_smile:


#5

To drag and drop statements, just toggle the 4th button at the top like this:

temp

Then select a line (or a block) by clicking to the right of the text, and dragging the arrows found on the left. Whatever is highlighted will move:

temp


#6

Yep! Totally slipped my mind!


#7

Thank you for the help and feedback. This help correct the issue