Is there a way to trigger on a time pattern of days instead of hours/minutes/seconds? Days of the week doesn’t really work as i would like to run irrigation systems every 3 days or 5 days for example depending on the area.
For example:
Trigger fix time at 6 o’clock
Condition template: every third day of the year
{{ now().timetuple().tm_yday % 3 == 0 }}
Another option would be to use the Local Calendar integration. You can set events to repeat, and the Daily repeat option has an interval option:
There’s also a custom integration Scheduler that some users prefer to any of the built-in options.
