NREL / gbxml-to-openstudio

Releases of the OpenStudio CLI for Revit Systems Analysis.
5 stars 2 forks source link

advanced_import_gbxml issue with non-unique zone names #114

Open anchapin opened 2 years ago

anchapin commented 2 years ago

When a gbxml file has at least two thermal zones with the same name, the import_gbxml measure renames the zones with the zone id appended to the end. This appears to be causing an issue with the gbxml_hvac_import measure where it can't find the zones. It's recommended for this measure to be updated to use the zone id instead of the zone name.

This was tested with the "Office.xml" file in RegressionTesting folder and setting the second zone's name to "PTHP-1".

anchapin commented 2 years ago

The issue is actually with the advanced_import_gbxml measure.