This commit is contained in:
Khalim Conn-Kowlessar 2024-11-05 11:34:15 +00:00
parent 5dc78d6bb9
commit b75ae5f6b8

View file

@ -102,8 +102,6 @@ def main():
# TODO
# - AIH001-03 has a loft that is inaccessible - ask Chenai about why this property didn't have access to the loft
# [Can't remember, not clear - Chenai will check]
# - AIH001-04 why couldn't the cylinder be accessed? - treating this could get to the EPC C
# - Potential measure - search for the cylinder and insulate it
# - AIH001-08 and AIH001-09, check if it's freehold - could solar work as both of these units are part of the same
# buulding [Question for Lewis & Kevin]
# - AIH001-09 - Is it not possible to install a loft hatch? [IT IS NOT, NO ACCESS - would need to accessed from
@ -111,9 +109,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
# TODO: AIH001-16 - Is the loft insulation suitable (already has 100mm in the RIR)
# TODO: Adjust Archetype 14 homes to exclude double glazing? Or should we exclude entirely
recommended_measures = [
{
@ -376,6 +374,8 @@ def main():
"floor_area": 63.59 + 12.31, # Based on area of main building and 1st extension
"sap_points": 8,
"ending_sap": 70,
"notes": "Loft is inaccessible from this unit - would need to be accessed from the other unit, "
"which is also owned by AIHA"
}
],
"notes": "This property is a house split into 2 flats. We can install a PV array for both units (one array"
@ -419,31 +419,31 @@ def main():
"sap_points": 3,
"ending_sap": 49,
},
{
"measure": "Solar PV",
"description": "3.2kWp Solar PV system",
"config": [
{
"size": "3.2W",
"orientation": "East",
"elavation": 30,
"overshading": "Little or none",
}
],
"sap_points": 9,
"ending_sap": 58
},
# {
# "measure": "Solar PV",
# "description": "3.2kWp Solar PV system",
# "config": [
# {
# "size": "3.2W",
# "orientation": "East",
# "elavation": 30,
# "overshading": "Little or none",
# }
# ],
# "sap_points": 9,
# "ending_sap": 58
# },
{
"measure": "Air Source Heat Pump",
"description": "Ecoforest ecoAIR EVI 4-20 20kW air source heat pump (+TTZC)",
"sap_points": 15,
"ending_sap": 73
"ending_sap": 65
},
{
"measure": "Tariff Review",
"description": "Switch to 24-hour tariff",
"sap_points": 15,
"ending_sap": 88
"ending_sap": 80
}
]
},
@ -740,6 +740,90 @@ def main():
"ending_sap": 74,
}
]
},
{
"survey_key": "AIH001-SIMULATED-01",
"elmhurst_reference": "000020",
"starting_sap": None,
"recommended_measures": [
{
"measure": "Internal Wall Insulation",
"description": "100mm internal wall insulation",
"hlp": (22.35 * 3.24) + (22.13 * 2.53),
"sap_points": 8,
"ending_sap": 52,
},
{
"measure": "Cavity Wall Insulation",
"description": "CWI to rdSAP default standard",
"hlp": (2.68 * 2.39) + (5.93 * 2.63) + (6.13 * 2.39), # 1st & 2nd extension
"sap_points": 1,
"ending_sap": 53,
},
{
"measure": "Ventilation",
"description": "2x DMEV fans",
"sap_points": 0,
"ending_sap": 53,
},
{
"measure": "TTZC",
"description": "Smart Thermostat",
"sap_points": 3,
"ending_sap": 56,
},
{
"measure": "Solar PV",
"description": "1.6kWp Solar PV system",
"config": [
{
"size": "1.6W",
"orientation": "South-East",
"elavation": 30,
"overshading": "None or little",
}
],
"sap_points": 6,
"ending_sap": 62
},
{
"measure": "Loft Insulation",
"description": "300mm loft insulation",
"floor_area": 63.59 + 12.31, # Based on area of main building and 1st extension
"sap_points": 8,
"ending_sap": 70,
"notes": "Loft is inaccessible from this unit - would need to be accessed from the other unit, "
"which is also owned by AIHA"
}
],
"notes": "This was cloned from 80A. There is no existing data for 80B"
},
{
"survey_key": "AIH001-SIMULATED-05",
"starting_sap": 68,
"recommended_measures": [
{
"measure": "Loft Insulation",
"description": "300mm loft insulation",
"floor_area": 42.5,
"sap_points": 1,
"ending_sap": 69,
},
{
"measure": "Solar PV",
"description": "3.2kWp Solar PV system",
"config": [
{
"size": "3.2W",
"orientation": "North-East",
"elavation": 30,
"overshading": "None or little",
}
],
"sap_points": 8,
"ending_sap": 77,
}
]
}
]