I'm a newbie in Domoticz and trying to do automatic watering for my garden. Generally it works already, but I have some ideas how to do it better and can't implement it. Maybe you can help

1) I have two sections of watering. First section is started after filling some conditions at sunrise:

conditions are set for tests, also time of watering =5min doesn't make a sense, it is for tests only, but doesn't matter. I'd like to add enabling of second section AFTER first will finish (they can't be opened in parallel at the same time). How to do that?
2) with this puzzle I can set time = sunrise/sunset or time = fixed hour. How to set a time = sunrise+30min?
3) and additional question, maybe it is possible to do not by "events", but other way: for safety purpose I'd like to add kind of supervision about watering, something able to control, how long valve is open (or how long water is flow - I'm planning to add flow sensor). If it takes too long -> alarm "overflow" will be generated, valves will be off, etc. How to do it?