Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The solution we adopted: Configuration of Python Plugin:

self.api.exchange.get_actuator_handle(
     state, "System Node Setpoint", "Temperature Setpoint", "Condenser Tower Outlet Node")

Changes in the IDF: * removed the Setpoint Manager SetpointManager:CondenserEnteringReset:Ideal

Result: It's working smoothly. We can change the setpoint via Plugin and the setpoint is followed.

The solution we adopted: Configuration of Python Plugin:

self.api.exchange.get_actuator_handle(
     state, "System Node Setpoint", "Temperature Setpoint", "Condenser Tower Outlet Node")

Changes in the IDF: * IDF: removed the Setpoint Manager SetpointManager:CondenserEnteringReset:Ideal

SetpointManager:CondenserEnteringReset:Ideal,

Result: It's working smoothly. We can change the setpoint via Plugin and the setpoint is followed.