The last input to the ElectricEquipment
object allows the energy use to be included in a unique sub-category name at your choosing (e.g., OfficeElecEquip, KitchenElecEquip, DataCenterElecEquip, etc.). The Lights
object also used this same input (4th input from end of object).
ElectricEquipment,
A1 , \field Name
A2 , \field Zone or ZoneList Name
A3 , \field Schedule Name
A4 , \field Design Level Calculation Method
N1 , \field Design Level
N2 , \field Watts per Zone Floor Area
N3 , \field Watts per Person
N4 , \field Fraction Latent
N5 , \field Fraction Radiant
N6 , \field Fraction Lost
A5 ; \field End-Use Subcategory
\note Any text may be used here to categorize the end-uses in the ABUPS End Uses by Subcategory table.
\note The following special tags will also place the end-use in specific rows in the LEED Summary table
\note EAp2-4/5. Performance Rating Method Compliance:
\note Fans-Parking Garage, Interior Lighting-Process, Cooking, Industrial Process, Elevators and Escalators.
\type alpha
\retaincase
\default General
Lights,
A5 , \field End-Use Subcategory
\note Any text may be used here to categorize the end-uses in the ABUPS End Uses by Subcategory table.
\note The following special tags will also place the end-use in specific rows in the LEED Summary table
\note EAp2-4/5. Performance Rating Method Compliance:
\note Fans-Parking Garage, Interior Lighting-Process, Cooking, Industrial Process, Elevators and Escalators.
\type alpha
\retaincase
\default General
@amyegerter, this is a good question. hopefully some others will jump in with ideas, I can try as well. One question I do have is if your elevator and escalator loads are assigned to a space type, or assigned directly to a space. As a note the SpaceType Summary section of the standard OpenStudio report does list the installed internal load capacities by space type, but that doesn't give you consumption. While we could get the annual equivilant hours from the schedules to get conusmption, I think using the EnergyPlus SQL file is better, in particular for lighting.
If you search for 'openstudio' and 'output-meter' tags there are a few questions. Some of them mention EnergyPlus Meter:Custom object that is not yet in OpenStudio API.
Currently that could be added as an OpenStudio measure.