To create a recipe that operates on a time interval it is best to use our Timer tag.
The timer tag is limited to intervals that are 60 seconds long. However, we'd like to share a clever workaround to create a custom 1 hour (60 minutes) interval:
- Use the Interval (Timer tag) and the Counter tag together.
- Set the Timer tag Interval setting to 60 seconds.
- Set the Counter tag, 60 times to Count Up.
- Now the recipe will run once every 60minutes (or after 60 seconds has been reached 60 times on the counter tag).