Trying to migrate an IFTTT applet I have to Hubitat. That applet runs a watering schedule on my Rachio sprinkler controller if the temperature is greater than or equal to 85 degrees. The goal here being to give my lawn a quick spray of water to cool it down during the summer heat. I have 5 zones and the Rachio schedule runs each zone for 5 minutes. I've been able to get both the Apixu weather and Rachio integrations working, I just can't figure out how to create this in the rule machine. It should do this:
If temp >= 85 between 2 and 6 pm,
then run each zone (one at a time) for 5 minutes
Restriction: should only run once during the day and should not run when it is raining.