mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
added measures for more properties
This commit is contained in:
parent
9ad7d3e46f
commit
5dc78d6bb9
1 changed files with 103 additions and 2 deletions
|
|
@ -122,6 +122,33 @@ def main():
|
|||
"recommended_measures": [],
|
||||
"notes": "Is EPC C"
|
||||
},
|
||||
{
|
||||
"survey_key": "AIH001-02",
|
||||
"starting_sap": 65,
|
||||
"recommended_measures": [
|
||||
{
|
||||
"measure": "Solar PV",
|
||||
"description": "2.4kWp Solar PV system",
|
||||
"config": [
|
||||
{
|
||||
"size": "2.4W",
|
||||
"orientation": "Horizontal",
|
||||
"elavation": 30,
|
||||
"overshading": "None or little",
|
||||
}
|
||||
],
|
||||
"sap_points": 7,
|
||||
"ending_sap": 72,
|
||||
"notes": "The array can be mounted on the flat roof, so that panels are south facing"
|
||||
},
|
||||
{
|
||||
"measure": "TTZC",
|
||||
"description": "Smart Thermostat",
|
||||
"sap_points": 4,
|
||||
"ending_sap": 76
|
||||
}
|
||||
],
|
||||
},
|
||||
{
|
||||
"survey_key": "AIH001-03",
|
||||
"starting_sap": 43,
|
||||
|
|
@ -622,7 +649,41 @@ def main():
|
|||
{
|
||||
"survey_key": "AIH001-18",
|
||||
"starting_sap": 58,
|
||||
"recommended_measures": [],
|
||||
"recommended_measures": [
|
||||
{
|
||||
"measure": "Loft Insulation",
|
||||
"description": "300mm loft insulation",
|
||||
"floor_area": 37.52, # Based on area of main building and 1st extension
|
||||
"sap_points": 7,
|
||||
"ending_sap": 65,
|
||||
},
|
||||
{
|
||||
"measure": "Cylinder Insulation",
|
||||
"description": "80mm cylinder insulation",
|
||||
"sap_points": 1,
|
||||
"ending_sap": 66,
|
||||
},
|
||||
{
|
||||
"measure": "TTZC",
|
||||
"description": "Smart Thermostat",
|
||||
"sap_points": 2,
|
||||
"ending_sap": 68,
|
||||
},
|
||||
{
|
||||
"measure": "Solar PV",
|
||||
"description": "3.2kWp Solar PV system",
|
||||
"config": [
|
||||
{
|
||||
"size": "3.2W",
|
||||
"orientation": "North-East",
|
||||
"elavation": 30,
|
||||
"overshading": "None or little",
|
||||
}
|
||||
],
|
||||
"sap_points": 7,
|
||||
"ending_sap": 75,
|
||||
}
|
||||
],
|
||||
|
||||
},
|
||||
{
|
||||
|
|
@ -638,7 +699,47 @@ def main():
|
|||
{
|
||||
"survey_key": "AIH001-21",
|
||||
"starting_sap": 53,
|
||||
"recommended_measures": []
|
||||
"recommended_measures": [
|
||||
{
|
||||
"measure": "Cyliner Insulation",
|
||||
"description": "80mm cylinder insulation",
|
||||
"sap_points": 2,
|
||||
"ending_sap": 55,
|
||||
},
|
||||
{
|
||||
"measure": "Roof Insulation",
|
||||
"description": "100mm+ RIR insulation on all surfaces (ceiling u=0.16, walls u=0.3)",
|
||||
"floor_area": 22.80, # Based on floor area of RIR
|
||||
"sap_points": 7,
|
||||
"ending_sap": 62,
|
||||
},
|
||||
{
|
||||
"measure": "Solar PV",
|
||||
"description": "2.4kWp Solar PV system",
|
||||
"config": [
|
||||
{
|
||||
"size": "1.6kWp",
|
||||
"orientation": "Horizontal",
|
||||
"elavation": 30,
|
||||
"overshading": "None or little",
|
||||
},
|
||||
{
|
||||
"size": "0.8kWp",
|
||||
"orientation": "South-East",
|
||||
"elavation": 30,
|
||||
"overshading": "None or little",
|
||||
}
|
||||
],
|
||||
"sap_points": 9,
|
||||
"ending_sap": 71,
|
||||
},
|
||||
{
|
||||
"measure": "TTZC",
|
||||
"description": "Smart Thermostat",
|
||||
"sap_points": 3,
|
||||
"ending_sap": 74,
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue