OpenStudio SDK Heat Recovery Chiller
Is there a specific way that the Chiller:EIR:Electric is placed on the hot water loop to use it as a heat recovery chiller? I'm using the Python SDK bindings and I can use:
node = openstudio.model.toNode(hotWaterPlant.supplySplitter().lastOutletModelObject().get()).get()
chiller.addToNode(node)
to add it to the hot water loop, but the node names are not written to Heat Recovery Inlet Node Name and Heat Recovery Outlet Node Name in the Chiller:Electric:EIR inputs.