feature-requests
feature-requests copied to clipboard
Sprinkler - Run a valve for a specific amount of time.
The start_single_valve action works for starting a specific valve. The problem is that it uses the current run_duration for that valve and also uses the current multiplier so you can't tell the valve to run for a very specific amount of time.
The workaround is to use the following sequence:
clear_queue_valves queue_valve start_from_queue
This is an acceptable alternative but may clear a queue that we don't necessarily want to clear.
@kbx81
Would it make sense to simply extend the start_single_valve
action to accept a run duration when it's called? ...and then if no duration is provided, assume the already configured run_duration * multiplier?
Would it make sense to simply extend the
start_single_valve
action to accept a run duration when it's called? ...and then if no duration is provided, assume the already configured run_duration * multiplier?
That would be a perfect solution!