I make smart watering system and it work great. Universal PCB board with ESP8266
Now I’d like to make it also better. Let say if it is not enough water in system don’t watering, if soil is enough wet, don’t watering, etc…
How to do this?
I have now
IF on time 5:00AM THEN open valve 1
IF tank level is lower then 20% THEN close valve 1
IF soli is more then 60% THEN close valve 1
this works. But If I open manual watering it must ignore this two conditions and keep open valve.
So it will be very good option to user have choice for AND and OR. Let’s say like this
IF on time 5:00AN AND tank level is higher then 20% THEN open valve 1
best regards