-
Notifications
You must be signed in to change notification settings - Fork 17
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
Electric panel #1853
base: master
Are you sure you want to change the base?
Electric panel #1853
Conversation
@joseph-robertson: For HPWHs: yes, you can assume that there's not simultaneous operation of the elements and the HP, and just use the max value of the HP power and the backup power (which since it's an ER element is the same as the backup capacity). 120V HPWHs CAN have backup, but they also have to comply with the power limits of being 120V, so they're pretty small (~900W). AO Smith has backup elements; Rheem does not. The real advantage of having backup elements isn't that you can reheat faster, which is why 240V HPWHs have elements, but that it can run when the HP can't. So for example if you install in a garage in a warm climate, but a winter storm moves in and your garage is below the minimum temperature where the HP can run (~40 F), you can still get hot water. It's really mostly about making sure these units can still operate during rare cold events when installed in unconditioned spaces in warm climates. |
Pull Request Description
Support electric panel.
Related to: hpxmlwg/hpxml#420.
Checklist:
Watts
underPanelLoad
to something else;Power
?Capacity
? Decided onPowerRating
.electric_panel_xxx
arguments section maps more directly toElectricPanels
HPXML sectionbackup_heating_capacity
input for HPWH; assume no simultaneous operation and so takemax(heating_capacity, backup_heating_capacity)
? Can the 120V HPWH have backup?additional_properties.heat_rated_cops
,additional_properties.cool_rated_cops
)?HeatingSystem
,CoolingSystem
,HeatPump
: addheating_input_capacity
,cooling_input_capacity
, andbackup_heating_input_capacity
methods to hpxml.rbWaterHeatingSystem
: addheating_input_capacity
andbackup_heating_input_capacity
methods to hpxml.rb (additional_properties.cop
set byWaterheater.set_heat_pump_cop
)fan_watts_per_cfm
*xxx_airflow_cfm
?electric_auxiliary_energy / 2.08
?count
andfan_power
Checklist
Not all may apply:
EPvalidator.xml
) has been updatedopenstudio tasks.rb update_hpxmls
)HPXMLtoOpenStudio/tests/test*.rb
and/orworkflow/tests/test*.rb
)openstudio tasks.rb update_measures
has been run