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
Break out solar thermal from other fuel in Water Heater Fuel
Consolidate "Solar Hot Water" with "Water Heater Efficiency", which now defines the params for both solar thermal (type can be None) and a normal water heater. In OS-HPXML, all solar thermal must be connected to a secondary water heater.
Model a typical solar water heater with backup ER heating element in the tank as a solar collector (which has a tank of its own) + electric standard tank with EF 0.97 and R-6.2 jacket. The higher efficiency and insulation were used to minimize the standby loss (or UA) of the second tank, which other would consumes electricity even without backup use. A few notes to document from this experience:
"water_heater_standby_loss" in options_lookup is only used for combi boilers (also mentioned in OS-HPXML documentation). Changing that for tank WH does nothing.
"water_heater_recovery_efficiency" is 0.98 for electric tank by OS-HPXML default. Changing that value in options_lookup does not seem to override that. A test failed with an error of recovery efficiency not being higher than WH efficiency when the backup tank was assigned 0.98 for efficiency and 0.99 for recovery efficiency.
"water_heater_jacket_rvalue" can only go up to about R-6.2 before UA_adjusted becomes negative. And it varies by tank volume, and all sorts of variables. An 80 gal tank of EF 0.97 with a jacket r_val of 7 would already make ua_adj negative
This work is critical for HI integration where solar thermal is estimated to be a significant portion of Hawaii's total residential consumption and on par with rooftop solar according to our attempt to resolve the energy reporting from EIA 861/M and State Energy Data System:
More stats available in resstock-estimation companion PR
@Sashadf1 : FYI. We are combining solar thermal water heating in with water heating and the options are changing here. I am not sure if you have done water heating.
@Sashadf1 : FYI. We are combining solar thermal water heating in with water heating and the options are changing here. I am not sure if you have done water heating.
@afontani Not yet, still working on HVAC (space conditioning) and probably appliances after that. I'll hold off on water heating until Lixi's PR gets merged.
@Sashadf1 : FYI. We are combining solar thermal water heating in with water heating and the options are changing here. I am not sure if you have done water heating.
@afontani Not yet, still working on HVAC (space conditioning) and probably appliances after that. I'll hold off on water heating until Lixi's PR gets merged.
@afontani saw this just got merged, so I can tackle water heating w/ the new options.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Description
solar thermalfromother fuelin Water Heater FuelThis work is critical for HI integration where solar thermal is estimated to be a significant portion of Hawaii's total residential consumption and on par with rooftop solar according to our attempt to resolve the energy reporting from EIA 861/M and State Energy Data System:
More stats available in resstock-estimation companion PR
Related Pull Requests
resstock-estimation PR: https://github.com/NREL/resstock-estimation/pull/444
Related Issues
[What issue(s) is the PR addressing]
Checklist
Required:
Optional (not all items may apply):
openstudio tasks.rb update_measureshas been run