map secondary heating system to secondary_heating_type 🟩

This commit is contained in:
Daniel Roth 2026-04-21 11:51:45 +00:00
parent f43a4d20eb
commit a5c9ff09f7

View file

@ -1560,6 +1560,7 @@ def _map_sap_heating(
], ],
has_fixed_air_conditioning=ventilation.has_fixed_air_conditioning, has_fixed_air_conditioning=ventilation.has_fixed_air_conditioning,
secondary_fuel_type=secondary_fuel_type, secondary_fuel_type=secondary_fuel_type,
secondary_heating_type=heating.secondary_heating.secondary_system,
shower_outlets=shower_outlets, shower_outlets=shower_outlets,
cylinder_size=heating.water_heating.cylinder_size if heating.water_heating.cylinder_size != "No Cylinder" else None, cylinder_size=heating.water_heating.cylinder_size if heating.water_heating.cylinder_size != "No Cylinder" else None,
cylinder_insulation_thickness_mm=heating.water_heating.insulation_thickness_mm, cylinder_insulation_thickness_mm=heating.water_heating.insulation_thickness_mm,