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

Subpanels, circuits, breakers/slots, smart features, etc on ElectricPanel #422

Open
nmerket opened this issue Aug 12, 2024 · 1 comment · May be fixed by #435
Open

Subpanels, circuits, breakers/slots, smart features, etc on ElectricPanel #422

nmerket opened this issue Aug 12, 2024 · 1 comment · May be fixed by #435
Milestone

Comments

@nmerket
Copy link
Contributor

nmerket commented Aug 12, 2024

Due to the rushed nature of #420, I left out sub panels and a lot of other important things so we could get out a minimum viable product for the IRA rebates. For the next version of HPXML, we need to circle back and fill out more of those details. See the comments on #420 for a lot of good background on what should be added.

@nmerket nmerket added this to the v4.1 milestone Aug 12, 2024
@joseph-robertson
Copy link
Contributor

Related to #396...

We have an in-progress PR on the OpenStudio-HPXML repo for using the ElectricPanel object: NREL/OpenStudio-HPXML#1853

The implementation includes using several extension elements, which facilitate NEC load calculations. A snippet below:

image

Note:

  • Either HeadroomBreakerSpaces or TotalBreakerSpaces would be populated; these are used with the sum of occupied panel load BreakerSpaces to determine panel availability or constraint.
  • Possible enumerations for LoadType are hardset to:
    • heating
    • cooling
    • hot water
    • clothes dryer
    • dishwasher
    • range/oven
    • mech vent
    • permanent spa heater
    • permanent spa pump
    • pool heater
    • pool pump
    • well pump
    • electric vehicle charging
    • lighting
    • kitchen
    • laundry
    • other
  • All panel loads except for the "other" LoadType require an ID reference

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

Successfully merging a pull request may close this issue.

2 participants