Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Submetering requirement questions #36

Closed
macintoshpie opened this issue Sep 17, 2020 · 1 comment
Closed

Submetering requirement questions #36

macintoshpie opened this issue Sep 17, 2020 · 1 comment
Assignees

Comments

@macintoshpie
Copy link
Contributor

STD 211, 6.2.2.1.d requires the following for Historical Monthly Utility Data

A description of the submetering installed in the building (if present), including a listing of the systems metered, the frequency of data recording, and a description of the data acquisition system (fixed, portable, or integrated with the BAS), shall be provided.

BuildingSync's concept of submetering occurs at //auc:Utilities/auc:Utility/auc:MeteringConfiguration where the options are

  • Direct metering
  • Master meter without sub metering
  • Master meter with sub metering
  • Other
  • Unknown

For our current schematron requirements, every auc:ResourceUse must have a one-to-one link with an auc:Utility (ie exactly one ResourceUse per Utility). We can add the requirements of defining an auc:MeteringConfiguration, but it wouldn't fully meet 211's specifications.

Some options might be to:

  1. have users drop everything into something like auc:UtilityNotes
  2. implement a new metering system. From Cory's notes:
    Characteristics:
  • Link to a ResourceUse
  • Be able to have sub-meters (or connect somehow)
  • MeterID
  • Sampling frequency
  • Data acquisition system configuration
  1. Don't require users to report this.

Note that the Normative Spreadsheet doesn't seem to fully meet these requirements either, they just require what's specified in auc:MeteringConfiguration which was mentioned above.

@macintoshpie
Copy link
Contributor Author

Submetering:

  • Resource Use Meter ID: The ID of the meter as seen by the facility manager
  • Resource Use Linking: Linking Resource Uses to other Resource Uses in a submetering context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants