Every day, multiple times


#1

Is there a way to write a statement such as:
“every day, at 10am, 2pm and 6pm”?

I am now at “if time is 10 or if time is 2 or if time is 6” but I would prefer the first option if it were possible.


#2

Tip: Timer conditions are limited based on unit of time selected, the smallest condition will be one unit higher that selected unit (i.e. Every Sec yields smallest condition of minute).

You have two option depending on how particular you are:

Every 60 Minutes, only during hours 10am, 2pm, 6pm
*Keep in mind that the 60 minute timer start when you save the piston so unless you save at precisely at the hour, it will run at the corresponding minute.

Every 60 Seconds, only at :00 minute, only during hours 10am, 2pm, 6pm


Every 30 mins between 7am and sunset
#3

Perfect, thank you! I will go with the second recommendation, I have OCD about things running at the top of the hour :slight_smile:


Multiple time values in a variable