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.12k stars 389 forks source link

economizer (controller:outdoorair) operation based on cooling signal from thermostat #10285

Open JanghyunJK opened 11 months ago

JanghyunJK commented 11 months ago

Issue overview

image

Details

image

image

Checklist

Add to this list or remove from it as applicable. This is a simple templated set of guidelines.

rraustad commented 11 months ago

@JanghyunJK in EP the economizer operates to minimize the need for cooling whether or not the cooling coil is on. The economizer is disabled at the point where heating is required. To allow economizer only when the cooling coil is active would hold the zone temperature near the cooling set point temperature. EP allows the zone temperature to float down to the zone heating set point temperature when possible further avoiding cooling operation. If there are economizers available that disable economizer operation when the cooling coil is off then that may be an area for improvement.

mjwitte commented 11 months ago

@JanghyunJK Please share an idf file that shows this. Economizer operation is controlled with a setpoint manager on the mixed air node. If this is a single zone system, it may be possible to achieve this control using available inputs.

JanghyunJK commented 11 months ago

@rraustad thanks for the prompt reply. The first image I attached above is a specsheet/manual from Honeywell's Jade economizer. I believe the table is showing the controls that you mentioned. For example, one of the signals that enables economizing is the thermostat cooling signal (Y1-I, Y2-I). If these are off then the damper is either in min position (occupied mode) or closed (unoccupied mode).

@mjwitte I added a link to my box in the above post. Let me know if you can't see those files! again, thanks for the prompt reply!

JanghyunJK commented 11 months ago

it may be possible to achieve this control using available inputs.

@mjwitte I'd actually love to know what kind of options I have for this!!!