2

Openstudio-Eri (Energy Rating Index calculation via OpenStudio/EnergyPlus)

Hi I need to calculate the Energy Rating Index, I need Openstudio-Eri the hpxml for which I need the Openstudio-hpxml. how should I install these measures in the openstudio application, I copied it in the measures folder and tried to use it and it gives me error. someone help me please.

diegoR's avatar
31
diegoR
asked 2024-04-03 15:21:17 -0500
Aaron Boranian's avatar
14.1k
Aaron Boranian
updated 2024-04-03 17:11:22 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

2

You can't perform an ERI calculation, which requires running multiple energy simulations (e.g., Reference Home, Rated Home, etc.), using the OpenStudio Application. Rather, you run the calculation using the OpenStudio CLI.

Please read the Usage Instructions on how to run an ERI calculation. There's also a lot of description on capabilities, inputs, outputs, etc. in the documentation.

shorowit's avatar
11.8k
shorowit
answered 2024-04-04 09:26:17 -0500
edit flag offensive 0 remove flag delete link

Comments

OpenStudio-ERI requires a building description in an HPXML file format. is there any way for openstudio application to generate the building hpxml file or the only way is to do it manually?

Thanks for your help.

diegoR's avatar diegoR (2024-04-04 12:00:01 -0500) edit

ERI calculations require very specific high-level inputs, which is what HPXML is intended for. OpenStudio models, on the other hand, have very detailed inputs (from which you cannot back out the high level inputs) and are often missing the necessary information to drive an ERI calculation.

shorowit's avatar shorowit (2024-04-04 12:09:29 -0500) edit

Also, OpenStudio-ERI and the HPXML files are intended for software developers, not end users. There are several software tools that create HPXML files and run OpenStudio-ERI, including Rem/Rate, HouseRater, and APEX. There is nothing that stops you from manually creating HPXML files, but it is not a trivial undertaking.

shorowit's avatar shorowit (2024-04-04 12:10:12 -0500) edit

Thank you very much, now the idea is clearer to me.

diegoR's avatar diegoR (2024-04-04 16:02:00 -0500) edit
add a comment see more comments