mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
data pulled together for hornset
This commit is contained in:
parent
b40f72216f
commit
c67cf7becb
2 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 = []
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue