On for x number of minutes

I have a ZigBee plug connected to a circulation pump on my water heater. I'd like to create a button that will run the circulation pump for 5 minutes then shut off.
Can someone please point me in the right direction?

Thanks!!

2 Likes

By create a button do you mean you want to create a virtual button?

If you want a virtual button just go to devices > add device > Virtual > setup a virtual button.

The basic rule app could do that. It will step you through the process.

You could also do it with a fairly simple Rule machine rule.

Trigger: Button pushed.

action:
turn on switch
delay 5 minutes
turn off switch

2 Likes

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.