mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-27 23:35:01 +00:00
Bill secondary water/oil-filled radiators as PCDB 694 electric room heaters 🟩
#1633: fixture 497714783467 re-blocks on its next label (first-exception-hit). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
2da0dda9d4
commit
e0b92016a8
1 changed files with 5 additions and 0 deletions
|
|
@ -6642,6 +6642,11 @@ def _pashub_cylinder_size_code(
|
|||
_PASHUB_SECONDARY_HEATING_TYPE_TO_SAP10: Dict[str, int] = {
|
||||
# Electric direct-acting (eff 1.00) — modal cohort heater.
|
||||
"Panel, convector or radiant heaters": 691,
|
||||
# Electric water/oil-filled radiators (PCDB 694, eff 1.00). Unhyphenated —
|
||||
# the secondary-heating survey field lodges its own spelling, distinct from
|
||||
# the hyphenated `_PASHUB_ROOM_HEATER_TYPE_TO_SAP10` main-heating label;
|
||||
# both entries are legitimately separate, do not alias.
|
||||
"Water or oil filled radiators": 694,
|
||||
# Gas room heaters (Table 4a column A).
|
||||
"Flush fitting live fuel effect open front fire, sealed to fireplace": 605,
|
||||
"1980 or later - Open front fire with open flue, sealed to fireplace": 603,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue