District Heating Water not found in report measures [closed]

asked 2024-04-02 11:10:59 -0500

I am testing the OpenstudioApp 1.7.1-rc1 and I have noticed that the "measure reports" assign a zero value to the new fuel_type: "District Heating Water".

The problem seems to be in the following method:

sqlFileNeeds.energyConsumptionByMonth(OpenStudio::EndUseFuelType.new(fuel_type),
                                      OpenStudio::EndUseCategoryType.new(category_type),
                                      OpenStudio::MonthOfYear.new(month))

This method used to work fine with the previous fuel_type: "District Heating" in OpenStudio 3.6 and OpenStudioApp v1.6.

Am I missing something? Is there any work around?

Thanks in advance.

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by mapascual
close date 2024-04-03 02:00:10.499819

Comments

This appears to be a known issue that is in the process of being fixed.

shorowit's avatar shorowit  ( 2024-04-02 11:37:05 -0500 )edit

Thank you. I also think it is the same problem.

mapascual's avatar mapascual  ( 2024-04-03 01:59:52 -0500 )edit