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

Revision history [back]

I just recently started to learn the full capability of meters in EnergyPlus, so this might not be quite right, but I believe you can write a custom meter like:

Meter:Custom,
VAV Reheat Energy,  !- Name
Generic,             !- Fuel Type
#{coil_name},        !- Key Name 1
Heating Coil Heating Energy,  !- Output Variable Name 1  
...etc;

and

Output:Meter:MeterFileOnly,VAV Reheat Energy,monthly;