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.