Skip to content

Add dehumidifier to rated home#810

Draft
bpark1327 wants to merge 12 commits into
masterfrom
add_dh_to_rated_home
Draft

Add dehumidifier to rated home#810
bpark1327 wants to merge 12 commits into
masterfrom
add_dh_to_rated_home

Conversation

@bpark1327

Copy link
Copy Markdown
Collaborator

Pull Request Description

[description here]

Checklist

Not all may apply:

  • OS-HPXML git subtree has been pulled
  • 301validator.sch has been updated (reference EPvalidator.sch)
  • Sample files have been added/updated (openstudio tasks.rb update_hpxmls)
  • Tests have been added/updated (e.g., rulesets\tests and/or workflow/tests/*_test.rb)
  • Documentation has been updated
  • Changelog has been updated
  • openstudio tasks.rb update_measures has been run
  • No unexpected changes to simulation results on CI

@bpark1327 bpark1327 self-assigned this May 8, 2026
bpark1327 added 4 commits May 8, 2026 22:22
ef4dbd827c Latest results. [skip ci]
375bc17b89 Update tests
9196a0b42f Add ref in docs.
3fa33da0e3 Use 1% RH for tolerance.
4d3230fae1 Adds a dehumidification unmet hours output as well as a warning if it is large.
ce61e9dd53 Merge pull request #2215 from NatLabRockies/1_12_0_prep
85a6c9d6aa Latest results. [skip ci]
c43b04b275 Increase unmet hours tolerance to 0.5F (a nice round number).
c2a9faed38 Update test
4ba999f70e Misc cleanup based on testing.
1d4131f375 Merge pull request #2214 from NatLabRockies/ducs_in_belly
55bea4e7c2 Update docs [ci skip]
f9f6f75a33 Latest results. [skip ci]
5f07d2a4c4 Merge pull request #2213 from NatLabRockies/pandas_comparepy
43e085acc1 Tweak assumptions based on newer paper.
db9d3933b1 Latest results. [skip ci]
f33928f2a7 Clean up docs/comments [ci skip]
d4b3438041 Fix ducts located in manufactured home belly.
ed0ef25260 Update compare.py to address newer pandas changes. Backported from NatLabRockies/resstock#1556

git-subtree-dir: hpxml-measures
git-subtree-split: ef4dbd827c0485ea28bd894b3a5a555ca8e1b5a7
Comment thread rulesets/resources/301ruleset.rb Outdated
Comment on lines +2223 to +2229
if dehumidifier_capacity <= 25.0
dehumidifier_ief = 1.3
elsif dehumidifier_capacity <= 50.0
dehumidifier_ief = 1.6
else
dehumidifier_ief = 2.41
end

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we should convert these discrete efficiencies to a regression so that the results do not change significantly if, say, the dehumidifier was autosized to 49.9 vs 50.1 pints/day.

ebbfb275ac Latest results. [skip ci]
558f823318 Merge branch 'master' of https://github.com/NatLabRockies/OpenStudio-HPXML into dehumid_unmet_hours
6888735416 Merge pull request #2222 from NatLabRockies/erv_bugfix
69917e30dd Merge branch 'master' of https://github.com/NatLabRockies/OpenStudio-HPXML into erv_bugfix
88ae8b7593 Fix a few places where we weren't handling the OS CLI installed in a location with spaces.
2f8acdef65 Latest results. [skip ci]
9a6635357e Merge branch 'master' of https://github.com/NatLabRockies/OpenStudio-HPXML into dehumid_unmet_hours
7661662e77 Bugfix.
fe54412b8b Merge pull request #2224 from NatLabRockies/remove_conditioned_crawl
7538022482 Fix a few bugs/typos. Add tests.
79427bbd45 Merge branch 'master' of https://github.com/NatLabRockies/OpenStudio-HPXML into remove_conditioned_crawl
cb658073a5 Latest results. [skip ci]
1c49fbef90 Merge pull request #2223 from NatLabRockies/hpwh_small_containment_volume
b5c27e6699 Fix grammar [ci skip]
8cb7183103 Remove a few more tests.
0746320eee Expand CV test and a bit of cleanup.
d0fbca5c3e Simplify docs
45895bbc73 Initial pass on removing support for "conditioned" crawlspaces.
6a2c039ed2 Prevent possible error if HPWH in confined space with very small containment volume; minimum allowed volume now 32 ft3.
a91478d15c Merge branch 'dehumid_unmet_hours' of https://github.com/NatLabRockies/OpenStudio-HPXML into dehumid_unmet_hours
08ae65cd45 Update changelog [ci skip]
c199a6eb57 Use consistent equations and a little cleanup to comments.
2059582fea Latest results. [skip ci]
965105ff0a Merge branch 'master' of https://github.com/NatLabRockies/OpenStudio-HPXML into dehumid_unmet_hours
5bfdfff74b Latest results. [skip ci]
1bb694018c Incorporate unavailable periods in EMS program.
1b0938928e improve clarity in changelog
5345e7ec02 run update_measures
5e88b5cd68 update changelog
ab5ee8601d Fixes ERV supply outlet enthalpy calculation
3dbb6e938a Fix typo. [ci skip]
b8c0e6919a Merge pull request #2221 from NatLabRockies/bump_1_13_0
735ce6037b Bump version to 1.13.0
502811cdfa Bugfix
5ac2d8195c a better approach
6ce45d71b0 rubocop
354df05890 Clean up release zip
c6f91b3113 Merge pull request #2219 from NatLabRockies/ci_artifact_release
c2f34b0a80 Another try
73d4b757ce Another try.
a481817ec4 Save the release zip as an additional CI artifact
1efd351920 Merge pull request #2216 from NatLabRockies/geothermal_loop_multiple_gshps
6f192c66cf Latest results. [skip ci]
0056a75150 Update tests.
7f54ed9c00 Updates the detailed geothermal loop sample files to be more reasonable. And some misc renaming of variables.
9c1bf40ae5 Cleanup
53a7b4ff2d Further document pump EMS programs.
6507589845 Merge branch 'geothermal_loop_multiple_gshps' of https://github.com/NatLabRockies/OpenStudio-HPXML into geothermal_loop_multiple_gshps
e83de093cc Address some review comments.
2d95a663fe Latest results. [skip ci]
2da6b46d19 Merge branch 'geothermal_loop_multiple_gshps' of https://github.com/NatLabRockies/OpenStudio-HPXML into geothermal_loop_multiple_gshps
20fdbc7dbc Add test file w/ multiple geothermal loops. And fix Detailed Example name in BuildResidentialHPXML option.
b07521f3a5 Latest results. [skip ci]
0f32212ded Oops, remove debug
2de37f7bed Fix CI
36fd82450c Update Changelog.md [ci skip]
db4d588083 Merge branch 'master' of https://github.com/NatLabRockies/OpenStudio-HPXML into geothermal_loop_multiple_gshps
02ff94c3a3 Allow warnings
c4d7c09d5f Bugfixes, update tests.
25ee765a3e Bugfix, update tests.
940ed3fc71 Update max num of boreholes allowed in schematron.
1ebbd07808 Expand number of supported borehomes from 10 to 15.
5bdda69bae First pass on allowing multiple GSHPs connected to a single geothermal loop.

git-subtree-dir: hpxml-measures
git-subtree-split: ebbfb275ac78500d6bdcef6898a448f88b86bf71
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants