Map triple glazing 2002-2021 windows to SAP10 code 9 🟩

#1630: 11 LRHA WAVE 3 fixtures re-block on later labels (first-exception-hit).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Daniel Roth 2026-07-16 15:37:03 +00:00
parent cff4095cfd
commit 2a68fc2a76

View file

@ -8201,6 +8201,7 @@ def _pashub_wall_insulation_type_int(label: Optional[str]) -> Union[int, str]:
_PASHUB_GLAZING_TYPE_TO_SAP10: Dict[str, int] = {
"Double glazing installed before 2002": 3, # double pre-2002 (U 2.8)
"Double glazing installed between 2002 - 2021": 2, # double 2002-2022 (U 2.0)
"Triple glazing installed between 2002 - 2021": 9, # triple 2002-2022 (U 2.0)
"Double glazing, Unknown install date": 3, # unknown → pre-2002 default (U 2.8)
"Double glazing installed during or after 2022": 13, # double 2022+ (U 1.4)
}