You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 6, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
The NumberOfPanels element was added in HPXML v3 (probably to support HEScore). Currently we're either reading from MaxPowerOutput or estimating the number of panels from CollectorArea because that input wasn't available in HPXML v2. Now that we have it, we should read it.
Describe the solution you'd like
The following logic:
If MaxPowerOutput is available, use that.
Else if NumberOfPanels is available, use that.
Else if CollectorArea is available, estimate number of panels from that as we do now.
Is your feature request related to a problem? Please describe.
The
NumberOfPanels
element was added in HPXML v3 (probably to support HEScore). Currently we're either reading fromMaxPowerOutput
or estimating the number of panels fromCollectorArea
because that input wasn't available in HPXML v2. Now that we have it, we should read it.Describe the solution you'd like
The following logic:
MaxPowerOutput
is available, use that.NumberOfPanels
is available, use that.CollectorArea
is available, estimate number of panels from that as we do now.cc @torstenglidden
The text was updated successfully, but these errors were encountered: