About
Smart Irrigation system predicts future soil moisture data based on history data (past soil moisture, precipitation, et0) and short-term forecast for precipitation.
To implement even more precise algorithm, we need OpenAgri-WheatherService to provide forecast data for:
- precipitation (daily sum)
- precipitation probability (max)
- temperature (day's min and max)
- reference evapotranspiration (ET0)
Forecast for 7-16 days is preferred.
Suggestion of improvement
Additional API endpoint (or endpoints) that will provide forecast data for listed measurements in form of JSON. API endpoint should use parameters of location (lattitude&longitude) similar to implemented /api/data/forecast5 endpoint. All listed data is available from open-meteo API.