pihome-shc / pihome

PiHome - Smart Heating, Ventilation and Air Conditioning (HVAC)
http://www.pihome.eu
Other
55 stars 25 forks source link

Backend changes for boiler circulation pump overrun #274

Closed aszumski closed 4 years ago

aszumski commented 4 years ago

263

Backend changes for boiler circulation pump overrun.

Keeps the zone valves open after boiler stop for a time or until next boiler start.

Currently $boiler_overrun_time is hardcoded in boiler.php and set to 1 minute by default.

If you want to modify settings: if overrun time > 0 - overrun time in minutes if overrun time = 0 overrun is disabled if overrun time is < 0 valve is kept open in overrun mode until next boiler start.

What's left is add overrun_time to boiler table,and change boiler settings page so setting can be modified from GUI.