Merge pull request #638 from Hestia-Homes/eco-eligiblity-bug

added missing heating
This commit is contained in:
KhalimCK 2026-01-06 02:37:15 +08:00 committed by GitHub
commit a592884f36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -91,6 +91,8 @@ DESCRIPTIONS_TO_FUEL_TYPES = {
"Air source heat pump, Warm air, electric": {"fuel": "Electricity", "cop": AVERAGE_ASHP_EFFICIENCY / 100},
"Boiler and underfloor heating, electric": {"fuel": "Electricity", "cop": 1},
"Community scheme with CHP, mains gas": {"fuel": "Natural Gas", "cop": 0.85},
"Air source heat pump, radiators and underfloor, electric": {"fuel": "Electricity",
"cop": AVERAGE_ASHP_EFFICIENCY / 100},
}
# These are the measure types where if there is a ventilation recommendation, we force the inclusion of it