mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
added missing fields to extension cwi recommendation
This commit is contained in:
parent
cb3f9c0252
commit
de7e98ac03
1 changed files with 7 additions and 1 deletions
|
|
@ -339,10 +339,16 @@ class WallRecommendations(Definitions):
|
|||
"starting_u_value": None,
|
||||
"new_u_value": None,
|
||||
"sap_points": extension_cavity_insulation_recommendation["sap_points"],
|
||||
"heat_demand": None,
|
||||
"kwh_savings": None,
|
||||
"energy_savings": None,
|
||||
"energy_cost_savings": None,
|
||||
"co2_equivalent_savings": None,
|
||||
"already_installed": False,
|
||||
"simulation_config": {},
|
||||
"description_simulation": {},
|
||||
**cost_result
|
||||
**cost_result,
|
||||
"default": True,
|
||||
}
|
||||
|
||||
return recommendation
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue