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 Support for Multiple PrimaryHVACSystemType #170

Open
corymosiman12 opened this issue Dec 2, 2019 · 2 comments
Open

Add Support for Multiple PrimaryHVACSystemType #170

corymosiman12 opened this issue Dec 2, 2019 · 2 comments
Assignees

Comments

@corymosiman12
Copy link
Contributor

Hey @nllong, I'm thinking of the Std 211 Level 1 audit, where we have the following:

Screen Shot 2019-12-02 at 2 57 53 PM

If we think about this as a 'simple' HVAC system definition, then it would be useful to be able to define multiple primary system types (heating, cooling, ventilation). For example:

      <auc:Systems>
        <auc:HVACSystems>
          <auc:HVACSystem ID="HVACSystem-Simple">
            <auc:PrimaryHVACSystemType>Packaged Rooftop Air Conditioner</auc:PrimaryHVACSystemType>
            <auc:PrimaryHVACSystemType>Warm Air Furnace</auc:PrimaryHVACSystemType>
          </auc:HVACSystem>
        </auc:HVACSystems>
      </auc:Systems>

What I'm thinking is that we should have 'equivalent' system types for a 'simple' vs. 'detailed' system implementation, where the 'simple' would map well to an audit Level 1, and a 'detailed' would map well to an audit Level 2. Obviously, the 'simple' doesn't allow us to specify:

  • efficiencies
  • capacities
  • delivery methods
@nllong
Copy link
Member

nllong commented Dec 3, 2019

I think this is a good idea. Basically we need an abstract way to identify an HVAC system and this makes sense. How about calling it HVACSystem-Level100? Even though level100 is arbitrary at the moment.

@corymosiman12
Copy link
Contributor Author

Sure - and then we can always change Level100 down the line? We can start creating mappings of 'sets' of HVACSystem-Level100 which map to system types, tackling the most common topologies first.

i.e. the above would be:

Set (Cooling, Heating, Ventilation) Result
(Packaged Rooftop Air Conditioner, Warm Air Furnace, Single Zone) Packaged Rooftop AC with Gas Fired Furnace CAV Single Zone

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

2 participants