-
Notifications
You must be signed in to change notification settings - Fork 1
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
L200 up to 6.2.1.6 #37
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- feat(L200): add envelope roof tests
- feat(L200): add envelope wall tests
- feat(L200): add envelope fenestration tests
- feat(L200): add foundation system tests
- feat(L200): add tightness tests
- feat(L200): fix MMBtu units for NG ResourceUse
- feat(L200): test HVAC systems year installed
- feat(L200): add capacity and condition tests
- feat(L200): add central plant tests
- feat(L200): add air distribution tests
- feat(L200): add outdoor air delivery tests
- feat(L200): add duct condition tests
- feat(L200): add plant pump tests
- feat(L200): add hvac controls tests
- feat(L200): add hvac zone controls tests
- feat(L200): add BAS tests
- feat(L200): tie up remaining HVAC loose ends
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So close Ted! Minor changes now.
feat(eems): more realistic EEMs
Also, tweaks calculations for AnnualEnergyUse to only look at meters linked to utilities (ie not submeter)
<auc:ThermalZoneLayout>Single zone</auc:ThermalZoneLayout> | ||
</auc:Section> | ||
<auc:Section ID="Section-Space-B"> | ||
<auc:SectionType>Component</auc:SectionType> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@macintoshpie this should be a Space function
<auc:DuctSystem ID="DuctSystem-A"> | ||
<auc:DuctConfiguration>Single</auc:DuctConfiguration> | ||
<auc:DuctInsulationCondition>Excellent</auc:DuctInsulationCondition> | ||
<auc:HeatingDeliveryID IDref="Delivery-A"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also add auc:CoolingDeliveryID
<auc:FanSystems> | ||
<auc:FanSystem ID="FanSystem-A"> | ||
<auc:FanControlType>Stepped</auc:FanControlType> | ||
<auc:LinkedSystemIDs> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For fans, I think we should also require:
- FanEfficiency
- FanSize
- InstalledFlowRate [WARNING]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we also add a PR to the schema to:
- deprecate FanSize
- Add
FanMaximumFlowRate
(to mirror the pump). This is replacing FanSize. Assuming that gets approved, change the above to requireFanMaximumFlowRate
instead ofFanSize
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, to mirror pump, change InstalledFlowRate
-> FanInstalledFlowRate
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First part addressed here: ca9a4ca
I think we should punt on adding these new elements for now and just get this PR merged, then tweak as we need to later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
kk
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
K ted, minor things.
Also, we have gotten some initial feedback on the occupancytype enumerations spreadsheet, so maybe we can update that as well. I will email that to you.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Assuming tests on Travis pass, good to go!
No description provided.