I am new to node-red, but finding it to be awesome. I am trying to create a sequence of messages to automate some irrigation. So, looking to create a sequence of outputs with different periods, such as
Output Zone 1 - wait 10 mins
Output Zone 2 - wait 10 mins
Output Zone 3 - wait 20 mins
Output Zone 4 - wait 20 mins
Output Zone 5 - wait 30 mins
Output off
I have got most of this tried using a functions and can get the sequence working and have tried the delay node (set to rate limiter) which works great with a common delay.
But, any ideas on how to create a sequence with different wait periods?