First time here? Check out the Help page!
1 | initial version |
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;