mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
handling electricaire system
This commit is contained in:
parent
b847b8bdd2
commit
20d58aa5d8
1 changed files with 8 additions and 0 deletions
|
|
@ -434,6 +434,14 @@ class Funding:
|
|||
else:
|
||||
return "Non Condensing Gas Boiler"
|
||||
|
||||
if mainheating["has_electricaire"]:
|
||||
# Based on current understanding, electricaire is an electric warm air storage heater, using
|
||||
# off-peak electricity to heat a thermal store and then a fan blows the heat through ducts
|
||||
# into rooms
|
||||
if mainheat_energy_eff == "Very Poor":
|
||||
return "Electric Storage Heaters Responsiveness <=0.2"
|
||||
return "Electric Storage Heaters Responsiveness >0.2"
|
||||
|
||||
raise ValueError("Invalid pre heating system")
|
||||
|
||||
def calculate_partial_project_abs(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue