mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
Decode more water-heating system/fuel overrides to their codes 🟩
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
a117e61b31
commit
c6ab9ba383
1 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,8 @@ from domain.modelling.simulation import EpcSimulation, HeatingOverlay
|
|||
# family (26 mains gas, 29 electricity), matching the main_fuel overlay.
|
||||
_WATER_HEATING_CODES: dict[str, tuple[int, int]] = {
|
||||
"From main system, mains gas": (901, 26),
|
||||
"From main system, electricity": (901, 29),
|
||||
"Electric immersion, electricity": (903, 29),
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue