Skip to content
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

UnmetLoads measure needs to be updated for OSv3 #76

Open
shorowit opened this issue Jul 6, 2021 · 0 comments · May be fixed by #168
Open

UnmetLoads measure needs to be updated for OSv3 #76

shorowit opened this issue Jul 6, 2021 · 0 comments · May be fixed by #168
Labels
bug Something isn't working

Comments

@shorowit
Copy link

shorowit commented Jul 6, 2021

The measure is still using an old method that was removed for OS v3.

I believe it needs to be changed from:
exit_temp = plantloop.sizingPlant.getDesignLoopExitTemperature.value
to:
exit_temp = plantloop.sizingPlant.designLoopExitTemperature

Unmet Hours post: https://unmethours.com/question/56547/error-after-applying-unmetloadhourstroubleshooting-measure/
SDK documentation: https://openstudio-sdk-documentation.s3.amazonaws.com/cpp/OpenStudio-3.2.1-doc/model/html/classopenstudio_1_1model_1_1_sizing_plant.html

@shorowit shorowit added the bug Something isn't working label Jul 6, 2021
shorowit added a commit that referenced this issue May 2, 2024
@shorowit shorowit linked a pull request May 2, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant