NREL / EnergyPlus

EnergyPlus™ is a whole building energy simulation program that engineers, architects, and researchers use to model both energy consumption and water use in buildings.
https://energyplus.net
Other
1.14k stars 392 forks source link

EMS Heating and Cooling setpoint actuators control Air temperature instead of Operative temperature #7570

Open daniellosg opened 5 years ago

daniellosg commented 5 years ago

Issue overview

The problem is that, although the temperature control calculation option is set to Operative Temperature, the EMS Heating and Cooling setpoint actuators control Air temperature instead of Operative temperature.

For more information, please see the following link: https://unmethours.com/question/40540/ems-heating-and-cooling-setpoint-actuators-control-air-temperature-instead-of-operative-temperature/

Details

Some additional details for this issue (if relevant):

mjwitte commented 5 years ago

As a workaround, actuate the thermostat setpoint schedule instead.

mjwitte commented 5 years ago

For operative control, the thermostat determines the required air temperature and controls for that. So the EMS actuators are really air temperature setpoints. To resolve this confusion, either the documentation should be improved to explain this, or this actuator could be made smarter to represent operative temperature when applicable. That should be possible.

daniellosg commented 5 years ago

I previously tried with the schedule actuator and worked. However, in order to work, there should be a schedule with a specific name used in dual setpoints, and therefore the script is not completely portable. As you mention, if this setpoint actuator could be made smarter to control operative temperature, it would be great.