First time here? Check our help page!
1

How to use EMS to control natural ventilation depending of indoor CO2 concentration?

Hello, I would like to do is when the CO2 reaches 1000 ppm, the window will open. And I used EMS set the C02 concentration of the zone as a sensor. However, there is always an error: "unique key name not found" in the file, showing on the following. I was wondering if anyone could tell me how to create a unique name in "EnergyManagementSystem: Sensor". Thanks in advance.

 ** Severe  ** Invalid Output:Variable or Output:Meter Index Key Name =CARBON DIOXIDE
   **   ~~~   ** For Output:Variable or Output:Meter = ZONE AIR CO2 CONCENTRATION
   **   ~~~   ** Entered in EnergyManagementSystem:Sensor=CO2_CONC
   **   ~~~   ** Unique Key Name not found.
   **  Fatal  ** Errors found in processing Energy Management System input. Preceding condition causes termination.
qiulu's avatar
25
qiulu
asked 2019-01-23 00:50:15 -0500
shorowit's avatar
11.8k
shorowit
updated 2019-01-23 09:47:26 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

3

For the ZONE AIR CO2 CONCENTRATION output variable you are using, the key name should be the name of the zone object that you want the CO2 concentration of. You've set this to CARBON DIOXIDE, which doesn't seem to be an option and causes EnergyPlus to write out this Unique Key Name not found. error message. This means that your CO2_CONC sensor will only be set to the CO2 concentration in one zone. If you want to get CO2 in multiple zones, you'll need to create a unique sensor for each zone.

Aaron Boranian's avatar
14.1k
Aaron Boranian
answered 2019-01-23 14:21:30 -0500
edit flag offensive 0 remove flag delete link

Comments

Thank you so much. It runs.

qiulu's avatar qiulu (2019-01-23 19:54:24 -0500) edit
1

@qiulu great! If you think the answer addresses your issue, then let others know by clicking on the check mark on the left of the answer.

Aaron Boranian's avatar Aaron Boranian (2019-01-24 11:15:35 -0500) edit
add a comment see more comments