mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
Decode landlord electricity/LPG/oil/coal overrides to fuel codes 🟩
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
7f8e2762d0
commit
a402a3858e
1 changed files with 4 additions and 0 deletions
|
|
@ -18,6 +18,10 @@ from domain.modelling.simulation import EpcSimulation, HeatingOverlay
|
|||
# RdSAP-20/21 `main_fuel` `(not community)` codes (epc_codes.csv `main_fuel`).
|
||||
_FUEL_CODES: dict[str, int] = {
|
||||
"mains gas": 26,
|
||||
"LPG (bulk)": 27,
|
||||
"oil": 28,
|
||||
"electricity": 29,
|
||||
"house coal": 33,
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue