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

Add fenestration system measures #492

Merged
merged 6 commits into from
Sep 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions BuildingSync.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -4084,6 +4084,8 @@
<xs:enumeration value="Replace windows"/>
<xs:enumeration value="Increase floor insulation"/>
<xs:enumeration value="Insulate foundation"/>
<xs:enumeration value="Add secondary window systems/attachments"/>
<xs:enumeration value="Install shading automation system"/>
<xs:enumeration value="Clean and/or repair"/>
<xs:enumeration value="Close elevator and/or stairwell shaft vents"/>
<xs:enumeration value="Other"/>
Expand Down
21 changes: 21 additions & 0 deletions proposals/2024/Add new fenestration system measures.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Add new fenestration system measures

## Overview

This proposal is to add new measure enumerations for existing categories under `auc:Measure/auc:TechnologyCategories/auc:TechnologyCategory/auc:BuildingEnvelopeModifications`.

## Justification

Responding to the request of adding new measures into BuildingSync related to window/shading retrofit, by PNNL/LBNL collaborative Commercial Building and Window Assessment projects, BuildingSync proposed to add two new measures (enumerations) to the existing measure category `BuildingEnvelopeModifications`, which covers measures implemented on fenestration (window/shading) systems. The proposed measures are:

- Add secondary window systems/attachments
- Install shading automation system

## Implementation
The enumerations will be added as in this structure:
`auc:Measure`
`auc:TechnologyCategories`
`auc:TechnologyCategory`
`auc:<BuildingEnvelopeModifications>`
`auc:MeasureName`
`[enumerations]`.
Loading