mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
Decode old/slimline/convector storage-heater heating overrides 🟩
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
4fbd8d5999
commit
2dbbcf0c7b
2 changed files with 6 additions and 0 deletions
|
|
@ -19,6 +19,9 @@ class MainHeatingSystemType(Enum):
|
|||
GAS_COMBI = "Gas boiler, combi"
|
||||
GAS_REGULAR = "Gas boiler, regular"
|
||||
GAS_CPSU = "Gas CPSU"
|
||||
ELECTRIC_STORAGE_OLD = "Electric storage heaters, old"
|
||||
ELECTRIC_STORAGE_SLIMLINE = "Electric storage heaters, slimline"
|
||||
ELECTRIC_STORAGE_CONVECTOR = "Electric storage heaters, convector"
|
||||
ELECTRIC_STORAGE_FAN = "Electric storage heaters, fan"
|
||||
DIRECT_ELECTRIC = "Direct-acting electric"
|
||||
UNKNOWN = "Unknown"
|
||||
|
|
|
|||
|
|
@ -29,6 +29,9 @@ _MAIN_HEATING_CODES: dict[str, int] = {
|
|||
"Gas boiler, combi": 104,
|
||||
"Gas boiler, regular": 102,
|
||||
"Gas CPSU": 120,
|
||||
"Electric storage heaters, old": 401,
|
||||
"Electric storage heaters, slimline": 402,
|
||||
"Electric storage heaters, convector": 403,
|
||||
"Electric storage heaters, fan": 404,
|
||||
"Direct-acting electric": 191,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue