Name | Meter_custom |
Display Name | Meter Custom |
uuid | 4b323dbc-652b-447f-a883-fbdc9f2e651b |
Type | Measure |
Language | Ruby |
Tags | Reporting.QAQC |
Description | This measure creates a Custom Meter to combine output variables and meters from a user-defined .csv file. This is helpful for combining energy use by floor, by space type, or for specific zones. You can easily create this grouping by generating the SpaceTypeReport, then filtering and copying the zones you want to group together. An example .csv file is included in the resources folder for this measure. The measure optionally outputs the custom meter. An example file is included in the tests directory of this measure. |
Modeler's Description | This measure creates a Meter:Custom object based on a user-defined .csv file and optionally adds an Output:Meter for the custom meter to save the values to the .eio and .mtr files. Common errors include (1) using space names instead of thermal zone names as key variables, (2) not specifying the Zone variable, e.g. Lights Electric Energy vs. Zone Lights Electric Energy, (3) combining different fuel types on the same meter, and (4) Requesting a variable or meter that is not there, e.g., if a zone has no electric equipment, you cannot request a Zone Electric Equipment Electric Energy variable. |
Measure Type | ModelMeasure |
Intended Software Tool | Parametric Analysis Tool |
Intended Use Case | Model Articulation |
Intended Use Case | Automatic Report Generation |
Intended Software Tool | OpenStudio Application |
OpenStudio Version | 2.0.0 |
Minimum Compatible OpenStudio Version | 2.0.0 |
GitHub Repo | BuildingPerformanceSimulation/openstudio-measures |