mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
added some additional aiha packages
This commit is contained in:
parent
6cf0db87f7
commit
8f8993ab64
1 changed files with 78 additions and 0 deletions
|
|
@ -111,6 +111,9 @@ def main():
|
|||
# - AIH001-09 - Is there definitely an immersion water heater? Is this definitely the case for the other units?
|
||||
# [Question for Lewis & Kevin] - [YES - ASHP!!!!]
|
||||
|
||||
# TODO: Need AIH001-02 9C Clapton Common
|
||||
# TODO: Check which properties are in a conservation area
|
||||
|
||||
recommended_measures = [
|
||||
{
|
||||
"survey_key": "AIH001-01",
|
||||
|
|
@ -501,6 +504,81 @@ def main():
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"survey_key": "AIH001-15",
|
||||
"starting_sap": 60,
|
||||
"recommended_measures": [
|
||||
{
|
||||
"measure": "Loft Insulation",
|
||||
"description": "300mm loft insulation",
|
||||
"floor_area": 73.81, # Based on area of main building
|
||||
"sap_points": 1,
|
||||
"ending_sap": 61,
|
||||
},
|
||||
{
|
||||
"measure": "TTZC",
|
||||
"description": "Smart Thermostat",
|
||||
"sap_points": 3,
|
||||
"ending_sap": 64,
|
||||
},
|
||||
{
|
||||
"measure": "Solar PV",
|
||||
"description": "3.2kWp Solar PV system",
|
||||
"config": [
|
||||
{
|
||||
"size": "3.2W",
|
||||
"orientation": "North-West",
|
||||
"elavation": 30,
|
||||
"overshading": "None or little",
|
||||
}
|
||||
],
|
||||
"sap_points": 7,
|
||||
"ending_sap": 71,
|
||||
"notes": "The array is North-west facing and therefore will be slightly less efficient than south"
|
||||
"facing, however the impact is not so severe as to make the installation not worthwhile."
|
||||
"Ground mounted"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"survey_key": "AIH001-16",
|
||||
"starting_sap": 60,
|
||||
"recommended_measures": [
|
||||
{
|
||||
"measure": "Cavity Wall Insulation",
|
||||
"description": "CWI to rdSAP default standard",
|
||||
"hlp": (21.56 * 2.60) + (26.79 * 2.8) + (6.74 * 2.60),
|
||||
"sap_points": 4,
|
||||
"ending_sap": 64,
|
||||
},
|
||||
{
|
||||
"measure": "Ventilation",
|
||||
"description": "2x DMEV fans",
|
||||
"sap_points": 0,
|
||||
"ending_sap": 64,
|
||||
},
|
||||
{
|
||||
"measure": "Loft Insulation",
|
||||
"description": "300mm loft insulation",
|
||||
"sap_points": 1,
|
||||
"ending_sap": 65,
|
||||
},
|
||||
{
|
||||
"measure": "Solar PV",
|
||||
"description": "2.4kWp Solar PV system",
|
||||
"config": [
|
||||
{
|
||||
"size": "2.4W",
|
||||
"orientation": "South-East",
|
||||
"elavation": 30,
|
||||
"overshading": "Modest",
|
||||
}
|
||||
],
|
||||
"sap_points": 5,
|
||||
"ending_sap": 70,
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
scaffolding_data = [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue