openstudiocoalition / OpenStudioApplication

The OpenStudio Application is a fully featured graphical interface to OpenStudio models including envelope, loads, schedules, and HVAC.
https://openstudiocoalition.org
Other
127 stars 23 forks source link

District Heating meter name #684

Closed erikkolderup closed 6 months ago

erikkolderup commented 6 months ago

Found that district heating results were not showing up in the OpenStudio results table and the monthly results were missing from eplustbl.html. It appears that the problem is that DistrictHeating is renamed to DistrictHeatingWater in the the latest EnergyPlus (https://github.com/NREL/EnergyPlus/issues/9972#issuecomment-1963009049).

The meter is now DistrictHeatingWater:Facility rather than DistrictHeating:Facility.

macumber commented 6 months ago

Thanks @erikkolderup, I think this translation issue is in the OpenStudio SDK. I've opened https://github.com/NREL/OpenStudio/issues/5101

Here is a measure that adds the meters in the meantime: add_district_heating_meters.zip

jmarrec commented 6 months ago

Track progress on https://github.com/NREL/OpenStudio/issues/5101

mapascual commented 4 months ago

Is this a solved issue in OpenStudioApp 1.7.1? I still can't have access to the DistrictHeatingWater in the sqlFile and in the translated in.idf file I find: Output:Meter, DistrictHeating:Facility, !- Key Name Timestep;

instead of Output:Meter, DistrictHeatingVater:Facility, !- Key Name Timestep;

macumber commented 4 months ago

Hi @mapascual the 1.7.1 release did not upgrade the version of the OS SDK so it does not include the fix for this issue. The next release of OpenStudio 1.8.0 should include this fix. In the meantime, you can add this measure https://github.com/openstudiocoalition/OpenStudioApplication/files/14474018/add_district_heating_meters.zip to your workflow as a workaround.

mapascual commented 4 months ago

Thank you for your answer and for your work.