From 10c670036670ea5a93250fed0b60a225011d3722 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Fri, 19 Jun 2026 14:05:50 +0000 Subject: [PATCH] =?UTF-8?q?Decode=20regular/CPSU/storage/direct-electric?= =?UTF-8?q?=20heating=20overrides=20=F0=9F=9F=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 (1M context) --- domain/epc/property_overlays/main_heating_system_overlay.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/domain/epc/property_overlays/main_heating_system_overlay.py b/domain/epc/property_overlays/main_heating_system_overlay.py index 630c247a..5d61cb5a 100644 --- a/domain/epc/property_overlays/main_heating_system_overlay.py +++ b/domain/epc/property_overlays/main_heating_system_overlay.py @@ -27,6 +27,10 @@ from domain.modelling.simulation import EpcSimulation, HeatingOverlay # 404 fan storage heaters, 191 direct-acting electric boiler. _MAIN_HEATING_CODES: dict[str, int] = { "Gas boiler, combi": 104, + "Gas boiler, regular": 102, + "Gas CPSU": 120, + "Electric storage heaters, fan": 404, + "Direct-acting electric": 191, }