-
Notifications
You must be signed in to change notification settings - Fork 394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mismatch between fuel type enumeration in the code and idd for fuel type "FuelOilNo*" #8132
Comments
That's all been fixed (well, should be) if you use the transitions that are packaged with v9.3.0. The original old transitions missed this. |
@Nigusse Please confirm here if it works is you use IDFVersionUpdater in v9.3.0 to manage the full transition from 8.6 to 9.3. |
@mjwitte I just created defect file using latest example file from develop and I see the same problem. |
What object and field are we talking about? |
Oh, right, meters still expect the old names. If the IDD keys were changed, that's wrong it's too early for that. |
@mjwitte Sorry I was away from my desk. You have already figured it out. But here is the offending object:
|
This affects OpenStudio users for EDA utility incentive programs. FYI @asparke2 PAT fails with the |
@MatthewSteen This issue has been addressed at PR #8134. If you have EnergyPlus defect file please drop it here and I will use to test the fix. |
@Nigusse here you go... |
@MatthewSteen I'm reviewing #8134 and used the file attached above. That file is using old inputs. If all of the FuelOil#1/2 in the idf are replaced with FuelOilNo1/2 it runs fine with v9.3.0. So, for this case, the problem appears to be with the measures, not with EnergyPlus. |
@MatthewSteen Never mind that last comment, it's half right.
These end uses are correct in the defect file for the common fuel types like Electricity and Gas, but they are wrong for other fuel types like Propane and Fuel OIl). So whatever part of OpenStudio is writing the Output:Table:Monthly objects by fuel type should get fixed. Maybe at the same time that the other meter names change when #7622 is finished (hopefully for v9.4). |
Issue overview
There is mismatch between fuel type enumeration in the code and idd for fuel type FuelOilNo1 and FuelOilNo2 that lead to fatal out. In the idd fuel type key words are defined as FuelOilNo1 and FuelOilNo2 where as the code expects "FUELOIL#1" and "FUELOIL#2" here and here. I run into this problem when I tried to transition V8.6 idf to the latest. Then I created a defect file and it fatal out when using use FuelOilNo1 or FuelOilNo2 in Meter:Custom object. See error sample below:
Details
Some additional details for this issue (if relevant):
Checklist
Add to this list or remove from it as applicable. This is a simple templated set of guidelines.
The text was updated successfully, but these errors were encountered: