diff --git a/resources/hpxml-measures/BuildResidentialHPXML/measure.rb b/resources/hpxml-measures/BuildResidentialHPXML/measure.rb index 2d7345a100..425505ae77 100644 --- a/resources/hpxml-measures/BuildResidentialHPXML/measure.rb +++ b/resources/hpxml-measures/BuildResidentialHPXML/measure.rb @@ -7280,10 +7280,11 @@ def self.set_electric_panel(hpxml_bldg, args) end end - if !args[:electric_panel_load_other_power].nil? + if !args[:electric_panel_load_other_power].nil? || !args[:electric_panel_load_other_addition].nil? panel_loads.add(type: HPXML::ElectricPanelLoadTypeOther, power: args[:electric_panel_load_other_power], - addition: args[:electric_panel_load_other_addition]) + addition: args[:electric_panel_load_other_addition], + system_idrefs: []) end end diff --git a/resources/hpxml-measures/BuildResidentialHPXML/measure.xml b/resources/hpxml-measures/BuildResidentialHPXML/measure.xml index fba3ddceea..82741e5495 100644 --- a/resources/hpxml-measures/BuildResidentialHPXML/measure.xml +++ b/resources/hpxml-measures/BuildResidentialHPXML/measure.xml @@ -3,8 +3,8 @@ 3.1 build_residential_hpxml a13a8983-2b01-4930-8af2-42030b6e4233 - c29a0741-2ea5-45a3-9c4e-b209c66a9331 - 2024-11-05T21:47:42Z + 90d400d1-feed-4bb9-95aa-5fc13a5c0c23 + 2024-11-07T19:42:16Z 2C38F48B BuildResidentialHPXML HPXML Builder @@ -8224,7 +8224,7 @@ measure.rb rb script - 9341DD30 + F3BD873E constants.rb diff --git a/resources/hpxml-measures/HPXMLtoOpenStudio/measure.xml b/resources/hpxml-measures/HPXMLtoOpenStudio/measure.xml index 267689a2e8..dbd8bd44b4 100644 --- a/resources/hpxml-measures/HPXMLtoOpenStudio/measure.xml +++ b/resources/hpxml-measures/HPXMLtoOpenStudio/measure.xml @@ -3,8 +3,8 @@ 3.1 hpxm_lto_openstudio b1543b30-9465-45ff-ba04-1d1f85e763bc - edd22c6f-5c7c-4de2-b298-d550a68c3e84 - 2024-11-07T17:13:31Z + 993b9729-0a93-4aaa-944d-8eeb8dc67490 + 2024-11-07T19:42:18Z D8922A73 HPXMLtoOpenStudio HPXML to OpenStudio Translator @@ -327,7 +327,7 @@ defaults.rb rb resource - D66B2552 + D18C348D electric_panel.rb diff --git a/resources/hpxml-measures/HPXMLtoOpenStudio/resources/defaults.rb b/resources/hpxml-measures/HPXMLtoOpenStudio/resources/defaults.rb index e532719c98..60a8418105 100644 --- a/resources/hpxml-measures/HPXMLtoOpenStudio/resources/defaults.rb +++ b/resources/hpxml-measures/HPXMLtoOpenStudio/resources/defaults.rb @@ -3331,7 +3331,6 @@ def self.apply_electric_panels(hpxml_bldg, unit_num) system_idrefs_isdefaulted: true) end - # for garbage disposal and garage door opener if panel_loads.count { |pl| pl.type == HPXML::ElectricPanelLoadTypeOther } == 0 panel_loads.add(type: HPXML::ElectricPanelLoadTypeOther, type_isdefaulted: true)