data pulled together for hornset

This commit is contained in:
Khalim Conn-Kowlessar 2024-11-07 12:52:36 +00:00
parent b40f72216f
commit c67cf7becb
2 changed files with 7 additions and 0 deletions

View file

@ -45,3 +45,5 @@ def app():
searcher = RetrieveFindMyEpc(address=address, postcode=postcode)
epc_data = searcher.retrieve_newest_find_my_epc_data()
extracted_data.append(epc_data)
# We format the extracted data so that is has the same structure as non-intrusive recommendations

View file

@ -220,6 +220,11 @@ class RetrieveFindMyEpc:
"Double glazed windows": ["double_glazing"],
"Cavity wall insulation": ["cavity_wall_insulation"],
"Replace boiler with new condensing boiler": ["boiler_upgrade"],
"Floor insulation": ["floor_insulation"], # Recommendation typically associated to older EPCs
"Heating controls (programmer, room thermostat and TRVs)": [
"roomstat_programmer_trvs", "time_temperature_zone_control"
],
"Low energy lighting": ["low_energy_lighting"],
}
formatted_recommendations = []