Create a button/toggle that will turn on multiples switches

Hello,

I have three switches that control the irrigation in different zones of my garden (they are three separate entities).

I want to create a button that, when pressed, turns on the first switch for 20 minutes, then turns it off and turns on the second switch for 20 minutes, then turns it off, and finally turns on the last switch for another 20 minutes and then turns it off.

I want the entire sequence to happen just by pressing one button.

Can you help me?

What have you tried? Which parts of it worked? Which didn’t?

1 Like

take a look at this:

this is a pretty cool integration for irrigation. it’ll let you do scheduling and do sequentual runs…

look at the manual_run service that lets you run it manually. you can wire that up to a button that you can manually press to achieve what you want.