Closed wernerdaehn closed 2 months ago
If I understand it correctly, what you want is more or less a fully manual definition of how to run zones. Perhaps it's more like the OpenSprinklerBee firmware: https://github.com/OpenSprinkler/OSBeeWiFi-Firmware but that's a completely different firmware. That's perhaps suitable for a small number of zones (which fits OSBee as it has only 3 zones); for OpenSprinkler, however, since you can run up to 72 zones (200 for OSPi), it's going to be a lot of tediuos work to manually define how to run so many zones, and the UI will be quite complicated and clunky.
That said, you can always use multiple programs to defines how exactly you want to run your zones. For example, in your option 1, you can split the run into 3 programs, with the first running S2 and S3, second running S4, and third running S5 to 8. You can set all of them to the Parallel group, so any can run in parallel with any other.
Honestly, the firmware is completely open-source, you can modify it in any way you want. If the existing sequential/parallel doesn't fit your need, change it in any way you want, or use an external script to achieve what you want.
Situation: I have 7 valves for sprinklers (Hunter MP Rotator) and each valve controls between 2 and 4 sprinklers. Their water consumption varies. The 2 sprinklers have a very low water consumption, the 4 sprinklers include 360° sprinklers with more water consumption and the valves controlling 3 sprinklers vary as well. Some can work in parallel, some cannot. For example, the 2-sprinklers and the 4-sprinklers should not work together. Some of the 3-sprinklers can work together.
But you have no control about what combinations are possible. I have set the 2-sprinklers to sequential group B and all others are group A. Needless to say that by coincidence they now run with the 4-sprinklers where they should not.
Further more, there is the geographic consideration. The zones should be watered in a particular order, first near the house and then moving outwards. That relates to https://github.com/OpenSprinkler/OpenSprinkler-Firmware/issues/232
I can see the following options