Fix 11042 CentralHeatPumpSystem in IDD should use type node for node names#11220
Conversation
|
@kevin-moos Is this ready for final review? If so, please change from "draft" to "Ready for review". |
|
Since we're here, there may be one more of these to fix. Can anyone confirm A2 here should also be |
|
It is a little confusing, it is talking about an HVAC node but the field name "Component Name of Node Name" seems to imply that it can be more than an HVAC node but also a "Component Name". In the code it seems to be used to lookup the name of an HVAC node, but it also has a comparison to an empty string or to "Other". The structure it is in calls it: Overall, I think yes, it should be \type node But I will defer to @jasondegraw on this. |
|
No, it should not be type node, because it also accepts a zone name (assuming these IDD comments are correct). |
|
OK then. Thanks @mjwitte and @JasonGlazer. This is simple enough. Merging. |
Pull request overview
Description of the purpose of this PR
Update Energy+.idd - CentralHeatPumpSystem should use \type node for node names
Pull Request Author
Reviewer