First time here? Check out the Help page!
1 | initial version |
You can use the Meter:Custom object in EnergyPlus to create a meter for all PTHP units.
Meter:Custom,
PTHPEnergy,
Electricity,
Zone1,
Zone Package Terminal Heat Pump Electric Energy,
Zone2,
Zone Package Terminal Heat Pump Electric Energy;
I've created an OpenStudio measure where you can define a Meter:Custom object in a .csv file and it will add it for you, described in the answer to this Unmet hours question. For your application, the .csv would look something like this:
key_name,output_variable_or_meter_name
Zone1,Zone Package Terminal Heat Pump Electric Energy
Zone2,Zone Package Terminal Heat Pump Electric Energy
2 | No.2 Revision |
You can use the Meter:Custom object in EnergyPlus to create a meter for all PTHP units.
Meter:Custom,
PTHPEnergy,
Electricity,
Zone1,Zone1_PTHP,
Zone Package Terminal Heat Pump Electric Energy,
Zone2,Zone2_PTHP,
Zone Package Terminal Heat Pump Electric Energy;
I've created an OpenStudio measure where you can define a Meter:Custom object in a .csv file and it will add it for you, described in the answer to this Unmet hours question. For your application, the .csv would look something like this:
key_name,output_variable_or_meter_name
Zone1,Zone Zone1_PTHP,Zone Package Terminal Heat Pump Electric Energy
Zone2,Zone Zone2_PTHP,Zone Package Terminal Heat Pump Electric Energy
3 | No.3 Revision |
You can use the Meter:Custom object in EnergyPlus to create a meter for all PTHP units.
Meter:Custom,
PTHPEnergy,
Electricity,
Zone1_PTHP,
Zone Package Packaged Terminal Heat Pump Electric Energy,
Zone2_PTHP,
Zone Package Packaged Terminal Heat Pump Electric Energy;
I've created an OpenStudio measure where you can define a Meter:Custom object in a .csv file and it will add it for you, described in the answer to this Unmet hours question. For your application, the .csv would look something like this:
key_name,output_variable_or_meter_name
Zone1_PTHP,Zone Package Packaged Terminal Heat Pump Electric Energy
Zone2_PTHP,Zone Package Packaged Terminal Heat Pump Electric Energy