Problem
The watering system is not autonomous. A user is needed to toggle pumps.
Solution
Create a watering schedule. At given times of the day, on given days of the week, the watering system activates autonomously. Schedule is either hardcoded (easy ugly) or setup on the web application (nice difficult).
Problem
The watering system is not autonomous. A user is needed to toggle pumps.
Solution
Create a watering schedule. At given times of the day, on given days of the week, the watering system activates autonomously. Schedule is either hardcoded (easy ugly) or setup on the web application (nice difficult).