mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-27 23:35:01 +00:00
Code PAS Hub dual-fuel room-heater main-fuel label to SAP code 🟩
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
663c05ece9
commit
ccae1adfc9
1 changed files with 5 additions and 0 deletions
|
|
@ -7120,6 +7120,11 @@ _PASHUB_MAIN_FUEL_TO_SAP10: Dict[str, int] = {
|
|||
# (see `_ELMHURST_MAIN_FUEL_TO_SAP10`). Last residual cohort label that
|
||||
# parse-raised `UnmappedPasHubLabel` (#1558).
|
||||
"Bulk LPG": 27,
|
||||
# Room-heater dual-fuel appliance (mineral + wood). 10 = epc_codes
|
||||
# `main_fuel` "dual fuel (mineral and wood)" (Table 32 code 10), the code
|
||||
# the landlord-override and prediction paths use for the same fuel. Surfaced
|
||||
# once the extractor captured the `Fuel:`-form label it had been dropping.
|
||||
"Dual fuel appliance (mineral and wood)": 10,
|
||||
"Electricity": 30, # the standard-electricity fuel code
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue