adding heat demand to mds outputs

This commit is contained in:
Khalim Conn-Kowlessar 2024-10-02 20:19:25 +01:00
parent 17f653340b
commit 2a75a6db17
2 changed files with 2 additions and 1 deletions

View file

@ -220,7 +220,7 @@ class Outputs:
"uprn": "UPRN",
"current_epc_rating": "Pre EPC",
"current_sap_points": "EPC Source",
# TODO: Need to add current heat demand
"primary_energy_consumption": "Existing Heating Demand Kwh/m2/y",
"property_type": "Property Type",
"built_form": "Built Form",
"total_floor_area": "Floor area m2 (If known)",

View file

@ -121,6 +121,7 @@ def upload_recommendations(session: Session, recommendations_to_upload, property
"energy_cost_savings": rec["energy_cost_savings"],
"labour_days": rec["labour_days"],
"already_installed": rec["already_installed"],
"head_demand": rec["heat_demand"]
}
for rec in recommendations_to_upload
]