First time here? Check our help page!
2

Openstudio HPXML

Hi,

I am trying to generate EnergyPlus idf from the xml file attached here. However, I am getting errors related to ducts. I would appreciate any help on how to resolve this.

To add a little more context to this, I have downloaded the xml files from EUSS data here. EUSS data seems to be generated using ResStock 2.6.0-beta and I tried to install this version but seems this version is not available online. I would appreciate any additional insights

Best,

mfath's avatar
659
mfath
asked 2023-02-12 21:49:46 -0500, updated 2023-02-15 03:50:21 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

1

I see that your HPXML was generated by ResStock and you are trying to run it through OpenStudio-HPXML. Note that the version of OpenStudio-HPXML matters because the inputs sometimes change with a new version.

The safest way to run OpenStudio-HPXML is to use the version that is embedded into your version of ResStock. It can be found inside the resources/hpxml-measures directory. That will ensure you get the same results that ResStock produced.

If instead you want to want to take a ResStock-generated HPXML file and run it with the latest version of OpenStudio-HPXML, then yes, you'll have to fix the two errors. The first one is because you now need a SystemIdentifier element for each Ducts element (see here as an example). The second one is because the Quantity elements were renamed to Count (see here for example). Both of these were input changes in OpenStudio-HPXML v1.5.0.

shorowit's avatar
11.8k
shorowit
answered 2023-02-13 09:53:37 -0500
edit flag offensive 0 remove flag delete link

Comments

1

The version of ResStock used for EUSS data can be found here.

shorowit's avatar shorowit (2023-02-14 09:12:26 -0500) edit

Hi @mfath, were you able to generate a working OSM file?

dpud12's avatar dpud12 (2023-04-19 13:59:54 -0500) edit
add a comment see more comments