1

Relative Humidity Value Record By EnergyManagemetSystem:Sensor Does Not Match With Relative Humidity Value of System Node Relative Humidity

Hi everyone,

I used EMS:Sensor to record the Relative Humidity Value of Zone like below:

EnergyManagementSystem:Sensor,
 WestZoneRH,
 West Zone Air Node,
 System Node Relative Humidity;

However, when I print the Output Relative Humidity like below and these values did not match with each other in the same timesteps (example: 20.88% vs 22.52%, 15.68% vs 16.5%, etc. Sometimes it different about 5%). When I record the temperature of the Zone by EMS: Sensor, the values were matched.

Output:Variable,West Zone,Zone Air Relative Humidity,timestep;

Output:Variable,West Zone Air Node,System Node Relative Humidity,timestep;

Can someone find where the problem is and give me some advice?

Thank you for all your supports.

tri.ton99's avatar
283
tri.ton99
asked 2021-04-27 02:24:59 -0500, updated 2021-04-27 02:30:22 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

Try requesting the Output:Variables with a reporting frequency of "detailed" instead of "timestep", since the latter may be providing an average value over HVAC/system timesteps. See the Output:Variable documentation as well as the engineering documentation on EnergyPlus timesteps for more information.

shorowit's avatar
11.8k
shorowit
answered 2021-04-27 09:54:00 -0500
edit flag offensive 0 remove flag delete link

Comments

Thank you for the answer.

tri.ton99's avatar tri.ton99 (2021-04-28 03:15:55 -0500) edit
add a comment see more comments