You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added configurable rain tuning options to setup and options:
historical rain threshold, 5-15 mm
forecast rain threshold, 10-25 mm
historical rain window, 3-10 days
forecast rain horizon, 2-7 days
Historical rain, forecast rain, moisture support, drought risk and recommended grass height now use the configured rain settings.
Moisture support can come from soil moisture, configured watering, enough historical rain, enough forecast rain or enough combined rain.
Drought risk now considers sunny weather or sunny forecast as drying stress together with current and recent temperature and humidity.
Growth estimates now consider sun, temperature and humidity more actively: mild sun with enough moisture can increase growth, while hot/dry conditions can reduce it.
Standard advice updates now run hourly, while changes on the configured total-rain-today sensor trigger an immediate refresh.
Fixes and behavior changes
Fixed manual mowing wet-grass blocking so it uses rain from the last hour instead of the daily rain total.
Manual mowing and robot mowing now only block for recent rain when 5 mm or more has fallen in the last hour.
Recent-hour rain calculation no longer treats the full daily rain total as last-hour rain when there is not enough history after a restart.
Fixed robot mower advice so it no longer depends on the manual mowing plan or a locked manual mowing reason.
Robot mower advice now turns on when robot-specific blocking factors are clear and growth is sufficient.
Slow or stopped growth now blocks robot mowing with a robot-specific reason.
General care recommendation now follows robot mower advice when robotic mowing is enabled.
The stored daily mowing lock is invalidated after the mowing logic change, while weather history and historical rain data are preserved.
UI and translations
Added translated recent-hour rain attributes to mowing and robot mower advice.
Updated Danish and English UI text for the new rain tuning options.