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

Latest OS-HPXML #738

Merged
merged 180 commits into from
Oct 31, 2024
Merged

Latest OS-HPXML #738

merged 180 commits into from
Oct 31, 2024

Conversation

shorowit
Copy link
Collaborator

Pull Request Description

[description here]

Checklist

Not all may apply:

  • OS-HPXML git subtree has been pulled
  • 301validator.xml has been updated (reference EPvalidator.xml)
  • 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

dd977d6070 Merge pull request #1762 from NREL/more-ruby-docs
54a0b6a0f4 Reduce diffs.
375f04aa89 Document version.rb and xmlvalidator.rb.
17dadb713b Fix CI test
7739334d9a Revert this change
26f6e708a6 more class -> module
615bbddffb A little cleanup.
7f14e3b247 Complete ruby documentation for hpxml_defaults.rb and some other minor refactoring.
91e1ea41b8 Simplify more [ci skip]
8e47f28a63 Merge pull request #1555 from NREL/fix-bills-scheduled-battery2
2a88d87fa9 Simplify changelog description. [ci skip]
62fd9f5b19 Latest results.
d8cb50b7cb Merge branch 'master' into fix-bills-scheduled-battery2
45a08e97b4 Latest results.
d80111e977 Revert has_battery change.
cbb2412a90 Merge branch 'master' into fix-bills-scheduled-battery2
2af2dd502a Latest results.
9f02525434 Make has_battery consistent with has_pv and has_generator.
5885d5d9fa Merge branch 'master' into fix-bills-scheduled-battery2
7477ceeb08 Merge branch 'master' into fix-bills-scheduled-battery2
72892481f0 Update the changelog.
a9f6086fcb Merge branch 'master' into fix-bills-scheduled-battery2
c235b29b87 Latest results.
d27db69c87 Fix issue in opposite sign for storage and cogeneration production.
4c58736d57 Latest results.
da3f177713 Merge branch 'master' into fix-bills-scheduled-battery2
cc40e02bdd Update the changelog.
4f1b58fe6f Move cogeneration meter out of production.
5fe9b56b22 Latest results.
f38b82faae Avoid requesting unused meters.
a085606e99 Try separating electric storage from produced. Again.
c44e462336 Latest results.
a82c3ed8f4 Update the changelog. [ci skip]
c89def39ba Revert more.
5ce59b40c5 Revert default changes and change has_production bool.
6e69d45f28 Latest results.
43ead271e8 Update the changelog. [ci skip]
cd7fdbf4e5 Only default grid connection if PV is present, not other production.
177bea4951 Remove comments and update pvcompensation defaults for batteries and generators.
2fd16f38ac Merge branch 'master' into fix-bills-scheduled-battery2
127187896f Run update_hpxmls on new sample file.
a83e9fc580 Merge branch 'master' into fix-bills-scheduled-battery2
39ab9f9410 Merge branch 'master' into fix-bills-scheduled-battery2
96db087799 Revert changes to hpxml_defaults.
da40cd4b57 Merge branch 'master' into fix-bills-scheduled-battery2
feb4af6d9c Stub request when generator, add notes, revert defaults changes.
9322a7c212 Latest results.
7303c6e1f8 Add sample file for scheduled battery and detailed rate scenarios.
cad0ae90fb Change has_pv to has_production, and always request electricityproduced when battery.
c32374404b Allow defaulting pv compensation type when battery only.

git-subtree-dir: hpxml-measures
git-subtree-split: dd977d607094156734277b32bd7aef36b072bfae
@shorowit shorowit self-assigned this Jun 28, 2024
shorowit and others added 26 commits June 28, 2024 10:00
5fa2330716 Merge pull request #1763 from NREL/more-ruby-docs2
d0dc1f1f66 Bugfix and a little renaming/cleanup.
0159e7f4fb Document remaining methods.
87e4e265ef Update unit tests.
6c49b804a8 Fix typos.
a1e6b781f6 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into more-ruby-docs2
db77ea1feb A lot more hvac_sizing.rb documentation; eight methods to go. A little refactoring.
ba895dcd2b Remove debug statement that was accidentally committed, spotted by @yzhou601

git-subtree-dir: hpxml-measures
git-subtree-split: 5fa233071648e765abf16ae3e7d164e6a4e8ec80
f901bc64d6 Merge pull request #1767 from NREL/purge_epw_file
5d8b978b92 Pull logic into a method and some misc documentation.
3e8d12e716 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into purge_epw_file
b5e5be0d62 Simplify code by using attr_accessor
610d1f56f7 Merge pull request #1660 from NREL/ansi_301_2022_cfis
3bf2d3396a Check for zero airflow. Update Changelog.md.
cb1bd15d75 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into ansi_301_2022_cfis
48da532baf More bugfixes.
60f0260e5a Bugfix.
e16b164968 Bugfixes.
8e172360d9 Update description.
7195abf1df Purges the `epw_file` object from the code. Now *all* weather-related data can be found on the `weather` object, so you don't have to pass around both objects or decide which one you need.
e10e41ebea Merge pull request #1766 from NREL/hpxml_class_bugfix
62cc529322 Fix possible error in HPXML class for edge case.
8d810f9b1f Merge pull request #1764 from NREL/bob_ross_blower_heat
9fc69b744e Latest results.
bb19ede93e Adds blower heat deduction to Bob Ross test file.
aefb49b0c8 Latest results.
3ba74d1082 Update measure.xml
930bba3f31 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into ansi_301_2022_cfis
ea6e3dd4e6 Latest results.
a18eeacb60 Update expected mech vent energy consumption.
3705121310 Allow modeling CFIS systems that don't have any strategy to meet additional runtime needs.

git-subtree-dir: hpxml-measures
git-subtree-split: f901bc64d60b9c6e1f4c496eeff31dddb8a61cf6
f20b724030 Merge pull request #1771 from NREL/ruby-docs
d7865a1d2e Simplify hvac_sizing.rb; no longer need to do azimuth-specific wall calcs.
52116bb8eb Latest results.
02050063aa Final changes for hpxml.rb.
5d468e79f8 More progress on hpxml.rb. Down to ~100 TODOs left.
372f5dcf13 More progress on hpxml.rb
8793e8f5ff Progress on hpxml.rb
e6a9b70421 Move MathTools class into a separate resource file.
ac1a10be49 Add test for when marginal rate provided.
37278886d5 Merge branch 'master' into ruby-docs
234f6385d8 Start filling out some stochastic schedule docs.
8041d11c56 Move the utility_bills resource back over.
5fa25129be Merge pull request #1776 from NREL/manualj_garages
7c487b325f Latest results.
a871e9cd46 Handle above-grade garages differently than garages partially below grade.
7eaa9292c9 Require correct path in bills test file.
103d7eee5f Finish up docs in utility_bills.
e5bc9429cd Relocate utility_bills to utility bill measure.
2fad7a0f92 Finish up docs in util.
ed18d0ffbf A little more cleanup.
d7651ea1f6 Add code documentation for weather.rb
64ff0e7afa More helpful description for runner [ci skip]
de2d5cd192 Start updates to translator util resource.
e9c6b2623b Temp add.
1bf7815f27 Merge branch 'master' into ruby-docs
0e7e609dda Fix order of elements in docs [ci skip]
6863be2db5 Merge pull request #1774 from NREL/clarify_buildreshpxml_slab_inputs
5d6542c8d6 Rename slab arguments in BuildResidentialHPXML measure for clarity.
15bba51290 Move changelog item.
0dda9c8157 Merge pull request #1770 from NREL/stochastic-sch-min-flow-rate
439c4998da Update the min and not the max.
0d3e54e891 Merge pull request #1760 from NREL/leakiness_description
9056339625 Latest results.
37b7c1af84 Address simulation diffs.
a5a5bd75ca Remove FIXME [ci skip]
e2ca42ca2f Add InfiltrationMethod input to Schematron, move error-checking from ruby to Schematron, fix CI tests.
a98d4ce3f1 Update signature of gaussian_rand method.
a235bef4bc Merge branch 'master' into stochastic-sch-min-flow-rate
31b8612d2f A little more cleanup, docs, tests.
3f95b569fc More description for unavailable_periods parameter.
a445f774a7 Update the changelog. [ci skip]
63eff7e011 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into leakiness_description
1f316a192e Fix a couple class names.
13b23126df Update minimum cw and dw flow rate to 0.1, similar to sink, shower, bath.
1fd2bf6711 Merge pull request #1765 from NREL/ruby-docs
54def63808 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into ruby-docs
95582ecee0 Some more docs progress.
826e28b121 Latest results.
70036d9863 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into leakiness_description
6e74f360c0 Addresses some FIXMEs/questions. Bugfix for MF apartment units, so that Aext is incorporated in the energy model. Some cleanup.
e1af40b7c5 Merge pull request #1769 from NREL/hvac_sizing_remove_capacity_ratio
ae54c28c50 A little more cleanup.
62ed6a6419 We no longer need to use capacity_ratio in hvac_sizing.rb, it's always 1 at the nominal speed.
79fe6ec484 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into leakiness_description
deaab1e6bc Minor updates.
684b11e6e9 Fix a few typos.
fcb615899a Remove exclude of hpxml.rb.
e7dc15e26b Merge branch 'master' into ruby-docs
96b31f5e59 Merge pull request #1639 from NREL/multistaging_backup
1fdeca9377 Latest results.
b15328d39c update measures
faacf6e7fa modify unit test, diffs caused by location change which caused the fan_watts_per_cfm changed
e7185d9ae2 Merge branch 'multistaging_backup' of https://github.com/NREL/OpenStudio-HPXML into multistaging_backup
ac51cb361d reconfigure test files
00a45fa255 Fix CI error.
99a70bbcb6 Latest results.
a87ceb9423 one more test file name change
7b6177b25e Merge branch 'leakiness_description' of https://github.com/NREL/OpenStudio-HPXML into leakiness_description
599be93d0c address comments
2288b00a62 Update Changelog.md
873c22c40c one more
9baf40515a Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into multistaging_backup
402775c340 address comments
2405c2b464 Merge pull request #1768 from NREL/relax_ci_measure_xmls
49d4c03622 CI results are good. Reverting so this can be merged.
30202b3929 Check that the CI still catches this.
7cddf168fb Narrow scope of HPXML diff check.
f1032b4543 Allow measure.xml diffs on the CI.
48d63aef4e Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into leakiness_description
14f1820b85 Some misc cleanup.
37f8639541 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into multistaging_backup
0b02b49adf Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into leakiness_description
1979a2038d Merge branch 'leakiness_description' of https://github.com/NREL/OpenStudio-HPXML into leakiness_description
9f97ec4867 docs, and a few minor improvements
81bec9dcae Latest results.
5e0cae29a7 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into leakiness_description
abcafb5084 fix typo
417fe17072 Merge branch 'master' into ruby-docs
6a4ef177ee Progress on g_functions and schedules.
898ebd2e16 Progress.
793afd0167 Merge branch 'leakiness_description' of https://github.com/NREL/OpenStudio-HPXML into leakiness_description
6c47d53c3b infiltration method tests, other improvements around infiltration
d23204773c modified acca tests and added infiltration method input
b3f9a14f9e Other misc progress on translator resources.
2a39dd81ea Progress on build measure geometry.
ab2af0702d Latest results.
dbc9896798 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into multistaging_backup
0955d0dc13 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into leakiness_description
2d1fa1bd11 update measures
8394e16550 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into leakiness_description
9a5b7a5f5d docs and changelog
9c95e7474b Merge branch 'leakiness_description' of https://github.com/NREL/OpenStudio-HPXML into leakiness_description
a6b96e1c45 change arguments
5e288ad05b Latest results.
77b162c5b5 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into leakiness_description
ae04177927 add unit test from HEScore, added a few test files
a890d00724 update measures
f7aba08884 Leakiness description first cut
d2286342b0 Latest results.
d1615c88c3 update measures
6bc3cc2460 so far so good, remove fixme
5b0593a722 update measures
fe7cb4796d Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into multistaging_backup
b469204c41 bugfix
c3685360eb update measures
3bd3afa3b6 fix max power ratio EMS
690cb7f941 method descriptions
dae8216979 address a few more comments
6341f0dcb9 Merge branch 'multistaging_backup' of https://github.com/NREL/OpenStudio-HPXML into multistaging_backup
8e4f3840dd remove two error checking covered by EPvalidator
7379cd743c Apply suggestions from code review
a4fcef08e9 Merge branch 'multistaging_backup' of https://github.com/NREL/OpenStudio-HPXML into multistaging_backup
ca373f00e1 backup increment input name
acba539bb3 Update docs/source/workflow_inputs.rst
d9c68915ff Update docs/source/workflow_inputs.rst
9b1f401c13 Update docs/source/workflow_inputs.rst
d50d28b388 Update docs/source/workflow_inputs.rst
e3488c1638 Update BuildResidentialHPXML/measure.rb
350de19ff6 Update BuildResidentialHPXML/measure.rb
10a64025ff These files should not be added.
17e86b21d2 Latest results.
41f29704d1 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into multistaging_backup
a033065599 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into multistaging_backup
34f6a8166a Latest results.
6a12d36f56 update measures
2156589e03 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into multistaging_backup
83a2357b6e Latest results.
2e854afe30 fix doc
0419baa947 fix ci, change the EPvalidator.xml to check building level, remove constraint to cooling system type. Probably add a warning later.
37585e1abe hpxml attribute name change, one more
4844bc35fc Merge branch 'multistaging_backup' of https://github.com/NREL/OpenStudio-HPXML into multistaging_backup
4c7290875d more changes
e6d7f62031 address most of feedbacks
2ca80dd6cc Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into multistaging_backup
cb4ca05534 Latest results.
18d04ebf28 exclude multistaging with unit multiplier
dfff565fe0 fix util
881951d17f fix validator
6ab664c55d Merge branch 'multistaging_backup' of https://github.com/NREL/OpenStudio-HPXML into multistaging_backup
57dafffa15 resolve integration with other features
94e24b4d38 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into multistaging_backup
76986e2c9c bring back unit multiplier limitation
7adcb8fc00 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into multistaging_backup
80e0e6a7b9 fix error thrown by epvalidator for only allowing one hvac system in the entire hpxml, now allow one per building instead
69154751ad fixed a few issues
d1d4e6846d update measures
105acf4944 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into multistaging_backup
c77bfcea12 update measures
48b929faf6 Merge branch 'defrost_improvements' of https://github.com/NREL/OpenStudio-HPXML into multistaging_backup
fbe6dea3d8 update measures
6b4bd553d0 Merge branch 'defrost_improvements' of https://github.com/NREL/OpenStudio-HPXML into multistaging_backup
1f2b106fd2 update unit test, resolve a few more conflicts
41a6cb4322 refactor inputs
32859ad451 Merge branch 'defrost_improvements' of https://github.com/NREL/OpenStudio-HPXML into multistaging_backup
39a9826b53 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into multistaging_backup
650400c452 Latest results.
c8460292c2 Merge branch 'multistaging_backup' of https://github.com/NREL/OpenStudio-HPXML into multistaging_backup
38218ea732 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into multistaging_backup
421c3441b6 Merge branch 'geb-hvac-2' of https://github.com/NREL/OpenStudio-HPXML into multistaging_backup
b4903c02ab Latest results.
806276334c update measures
88a3e19e74 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-2
5887950a7f fix tests/util
7901397317 Merge branch 'geb-hvac-2' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-2
a83ab0bab9 update measures
baaf72aac9 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-2
22b39bc278 first cut changing input structure
9c61605f9f Latest results.
5ea0ea4d38 update_measures, changed temp capacity multiplier to 7
fb467e5890 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-2
62c40e8fdb deleted unexpected test results
d961f0c55c update measures
3c6f6b3b86 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-2
ba80cb09fe Latest results.
b8bffbcba0 update measures
e2ef1eadbb added tolerance, changed error to warning for more than 4 stages. modified test file config.
e0b020ca34 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into multistaging_backup
4a08f787c2 update_measures
9070c450a8 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-2
35343d1775 Latest results.
2260a17c5c Latest results.
93caaa6d84 Merge branch 'multistaging_backup' of https://github.com/NREL/OpenStudio-HPXML into multistaging_backup
a47d156723 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into multistaging_backup
99203ba961 unit tests
a8a868beea update measures
acd9c1dfec Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-2
7a4dfaceec Latest results.
f753106e99 exclude gshp and water loop system for now
43b37ec075 Latest results.
e8ca8a0538 revert gshp heating capacity to avoid E+ error that plant gets too cold
08a3db27f4 fix sensor name
84339237c9 Merge branch 'geb-hvac-2' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-2
9811b56220 cleanup, added the relationship between startup curve and time to reach steady state
f02e0cb5d0 Latest results.
6cd78309bf update old codes in unit tests
6e1777dada add a comment
a50eda3e19 fix test
f4a20601aa fix unit test
3f93d7d4f6 revert test change for debugging
98168c34e6 fix a default typo
2591e44d96 fix
16414899fb minor cleanup
4bb7c61391 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-2
a092d86c11 one more conflict
5702851509 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into multistaging_backup
fce30c2e8f reconfigured test files, debug EMS program
13dc46b339 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into multistaging_backup
a7c08e8b4b Merge branch 'multistaging_backup' of https://github.com/NREL/OpenStudio-HPXML into multistaging_backup
d1f544690d first cut EMS staging
dab37afc95 Latest results.
b1589f0cef unit tests added, wlhp test file added, fixed a bug in fan energy disaggregation program
0bd17c0799 Merge branch 'multistaging_backup' of https://github.com/NREL/OpenStudio-HPXML into multistaging_backup
9447cb80f9 Latest results.
c35cc189a7 update measures
f8496617d2 docs, validator, cleanups, and allow more heat pump types
469bf5a13c unit multiplier
ae2838f386 multistage backup coil first cut
494e910699 Latest results.
8a6a6b5a3f Latest results.
1132c078ff Merge branch 'geb-hvac-onoffthermostat' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-2
52c15cee2f Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-onoffthermostat
785b98e723 bugfix
b5ba807064 Latest results.
132da54ee0 revert one unexpected change
02b6326a22 Merge branch 'geb-hvac-onoffthermostat' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-2
19fec71c81 Latest results.
cf8b3ea9ac Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-onoffthermostat
3d4e6dfab3 supp coil control EMS added out of supp coil creation method
592242cc6a Merge branch 'geb-hvac-onoffthermostat' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-2
95595de52e Merge branch 'geb-hvac-2' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-2
10828de011 Merge branch 'geb-hvac-onoffthermostat' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-2
63191e30e2 Latest results.
914650a949 add room ac test file, some cleanups
61eb25412d Latest results.
d41e24be5c Relate c_d to time to hit full capacity. Docs update on deadband
3fa3971282 Latest results.
f08b27df84 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-onoffthermostat
72041bef00 Conflict resolution bugfix.
a569e3a6a7 Latest results.
ea17faa8ab Merge branch 'geb-hvac-onoffthermostat' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-2
05b5ad93d8 Oops, missed conflicts in this file.
b6833a58fe Merge branch 'geb-hvac-onoffthermostat' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-2
574d9a08a1 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-onoffthermostat
cb275d6a00 fix validation error checking
8df5f1fe12 ignore ems warning
7a10b29339 Merge branch 'geb-hvac-onoffthermostat' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-2
178cc8fa11 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-onoffthermostat
e3240e9960 fix unexpected warning
1e1d8cf213 Latest results.
cb0861acc4 Merge branch 'geb-hvac-onoffthermostat' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-2
4acd3187e6 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-onoffthermostat
04ad345d8b fix unit test, update measures
79f6b82c84 revert xml changes
d9908fa836 Merge branch 'geb-hvac-onoffthermostat' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-2
ac75298877 log 5 time steps
0fdfbc6c52 update test files
f07d31e94f Latest results.
660695e60a Merge branch 'geb-hvac-onoffthermostat' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-2
c9675ab8a4 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-onoffthermostat
bda2954c63 Latest results.
a197a59882 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-onoffthermostat
966bed4416 update docs
bab600b85d update hpxmls
bca41d185c Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-onoffthermostat
d899d47c19 change use case rules and cleanups
8814d1ecf9 ignore warning more properly
120bab0948 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-onoffthermostat
4373ea1206 address system types
8441276b3a Merge branch 'geb-hvac-onoffthermostat' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-2
5f1d46ab9d Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-onoffthermostat
800a0d1b2b fix docs
ed6990d3c5 docs
b270f1f8f5 ignore the warning for now
700ad370c1 Updating some Deadband thermostat documentation. Maybe too much detail, trying to be very explicit here.
1dac67d8cb Merge branch 'geb-hvac-onoffthermostat' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-2
a2230f0e5a Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-onoffthermostat
6cc0489f0d refactor the realistic cycling program to eliminate extra warnings
c2ef1bb265 unit tests, minor changes and cleanups
338eb085e2 Merge branch 'geb-hvac-onoffthermostat' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-2
2a4e74d510 Minor code cleanup. No diffs expected.
6cd23d455f fix test default
b9a4b7974e add a condition
90ecb4b2b9 isdefaulted
da7abc274c fix unused schedules
9a935096d7 Merge branch 'geb-hvac-onoffthermostat' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-2
5318e1ed91 fix
200691c2f4 address comments
b75a9e7ea5 simplify the way of modifying detailed schedule
ff9ccbeb46 fix sensor names
4aff72e818 quick fix
52f77b4a6b Merge branch 'geb-hvac-onoffthermostat' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-2
63668c7e8a Latest results.
a37f40182c Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-onoffthermostat
21b1fd410c update hpxmls
3902096243 bugfix
e5a9e4ae91 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-onoffthermostat
9506e03009 Merge branch 'geb-hvac-onoffthermostat' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-onoffthermostat
18a4517983 attempt for 8760 detailed schedule and unmet load program
5f849f1ba9 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-onoffthermostat
7791fe8974 Latest results.
1d7e91b0e4 add a comment
a976908654 oops
6a6c590c22 fix
b1aff2daa9 fix validation error
8136467a6a Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-onoffthermostat
a660697034 Merge branch 'geb-hvac-onoffthermostat' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-onoffthermostat
12e5cfa2b9 update test files
506e0a23ad address comments
f76ed5a28b Latest results.
0280be4a78 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-onoffthermostat
0e5e3419e9 Merge branch 'geb-hvac-onoffthermostat' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-onoffthermostat
aee2ff0311 changelog
5073669092 docs and minor changes
38bbc22e18 Latest results.
d985598f30 fixes and updates
e707f9bd0d Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-onoffthermostat
98d072aaa6 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-onoffthermostat
fdbce1079c Latest results.
a4f3093e78 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-onoffthermostat
e2e759d30d Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-onoffthermostat
3f74978c05 Merge branch 'geb-hvac-onoffthermostat' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-2
ed8038adcc Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-2
2f1bc7264c Latest results.
6a345e4f65 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-onoffthermostat
60182aab06 log 5 time steps before turning on backup coil
26b4c12410 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-onoffthermostat
0ce12ff00e bugfix
8c4fd03ae2 Merge branch 'geb-hvac-onoffthermostat' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-onoffthermostat
c63cfeb514 update test files
1a23b84642 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-onoffthermostat
214710e100 Latest results.
a1dfb98902 update hpxmls
7e3a936759 update hpxmls
22a2dda80f Merge branch 'geb-hvac-onoffthermostat' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-2
52083e0588 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-onoffthermostat
013447b4f9 bugfix
04c360489f bugfix
5441df0038 fix bug -  remove unnecessary condition
048cfadc4c rerun update hpxmls
1d1701fbf8 Merge branch 'geb-hvac-onoffthermostat' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-2
ebc74fcd55 rerun tasks update hpxmls
83c9a704ca Merge branch 'geb-hvac-onoffthermostat' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-onoffthermostat
c8a853bc4b Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-onoffthermostat
464d0f0344 oops, fix test
acbf8a7b95 Latest results.
638c3ff750 Merge branch 'geb-hvac-onoffthermostat' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-2
a0d637da8e rerun tasks.rb
ea04f32032 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-onoffthermostat
7a9572099a integrate backcoil control to staging EMS, change test file capacities
b84bda2c30 fix test
f8559a8495 change capacity to be smaller so that more behavior can be observed.
8f8764797a bugfix that need to pass zone to supp ems
7c8142f1e0 Latest results.
a19d770ee7 Merge branch 'geb-hvac-onoffthermostat' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-2
3058965d6a Merge branch 'geb-hvac-onoffthermostat' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-onoffthermostat
fd0dc04cf6 fix argument bug
6d94e24919 Merge branch 'geb-hvac-onoffthermostat' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-2
76e99068b8 Latest results.
38091fb300 check num_speed existence
a709c3cf5e revert messed up changes
a1a4e5eb30 revert measure.xmls
2cd4143dc3 format
418f2bd3d5 Merge branch 'geb-hvac-onoffthermostat' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-2
417186b4fa Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-onoffthermostat
bb8daa8d41 Merge branch 'os330' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-2
505040a835 progress implementing new actuator
bc95f4eb3a Latest results.
3afa36e08a remove invalid test file
3c4e092790 update sample files
c4d81475c8 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-onoffthermostat
177d3ca901 revert measure.xml
2d7a104b1f address some issues
2848176e5c Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-2
e8373b835e Latest results.
b930c2fdbd oops
8ac8426108 exclude onoff thermostat test out from unmet hour check
5771bcd37f Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-onoffthermostat
367baed8a5 Merge branch 'geb-hvac-onoffthermostat' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-onoffthermostat
377265d277 minor cleanup
32187836e6 Latest results.
a534534318 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-onoffthermostat
c3ebe7b2d7 Merge branch 'geb-hvac-onoffthermostat' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-onoffthermostat
7adbaa0041 Error check for partially conditioned homes
f4edcc3d39 Latest results.
22741b828c bugfix
4504cfcb9d Merge branch 'geb-hvac-onoffthermostat' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-onoffthermostat
ff824b0e0a Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-onoffthermostat
656412f292 Latest results.
9553316add Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-onoffthermostat
f9955f8122 name changes
88c0e8910c update_measures
9e1dc7822f Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-onoffthermostat
785c698aff backup heater control: keep turning on until reaching upper bound
b3007bb8ef Latest results.
a98972cb51 simplify
2481d0599d format
b6421ceb68 Add supp coil control
14af071629 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-onoffthermostat
1fc358b804 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-onoffthermostat
9e2847727b Latest results.
b614ae2acc bugfix
339cc52149 bugfix + Merge branch 'master'
66888d9643 bugfix
d62338c1a2 more to revert
4439f11814 Revert a few changes
99847b3783 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-onoffthermostat
33d6caf9de Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac-2
0f120bb4e1 progress
b06a489ba4 remove changes in hvac.rb for two speed systems
0c03da57b1 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac
25df61da32 update test files
9d65e72049 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac
2f4a21b442 revert exclude new test
48dae8069b oops
d8d19dc4a7 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac
0c71b58860 bugfix for duct
b928d25d7c handle duct program when there're two fans
88a77db20b fix a bug in rated air flow rates and defrost defaults, cleanup method arguments
7c7309a150 bugfix
6c1991352c Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac
d791dd02b6 bugfix
c3f6e69142 format, revert measure.xml
7f2b03a9df implement EMS program, bugfix
3cd57df0ab update test files and bugfixes
0e70d6c301 Merge branch 'master', resolved conflicts and restructured a bit
1291fa096f progress
c1ce6330ce some progress..
024ff8aa83 use curve value at middle of timestep, add warning.
318328a7f9 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac
6ed37a1c50 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac
ca402ed035 Implemented Jon's curve, set timestep requirement to enable onoff control
e014df7798 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac
ce252a98d0 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac
d4254b75dc Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac
1816115566 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac
c2cf6c453d test file for two speed
628d730c3a bugfix
8ad70eff2e Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac
83cbb44690 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac
bd862e8167 ignore temperature limit warning
23a109c1bb bugfix
b468f0200e bugfix
2e532f7e48 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into geb-hvac
4f9fc24bf6 capacity degradation implementation
ee46a89689 component load residual test excluded for on-off thermostat
234bf11853 onoff thermostat deadband

git-subtree-dir: hpxml-measures
git-subtree-split: f20b7240302f228d707d13b0d3eff9e1d80deddc
0c49d59abd Merge pull request #1789 from NREL/cleanup_whole_mf_docs
29da6f71d7 Address review comments and add timeseries arguments to the workflow outputs table. Other misc cleanup.
b229072712 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into cleanup_whole_mf_docs
c5fa0c65c9 Merge pull request #1795 from NREL/cleanup_geothermal_loop_docs
89f400791b Merge pull request #1788 from NREL/mj_continued
1eec668a20 Improve confusing docs for geothermal loops' BoreholesOrTrenches/Count. Other misc cleanup. [ci skip]
21c7a66209 More robust solution.
6d66154a24 Latest results.
0f525e3ce2 Add DView example too [ci skip]
0989f2f3a2 Address feedback and a little more cleanup.
8c385d19f8 Update window ISC values -- 1/2 open for blinds means 45-degree slats (as opposed to 90-degree slats for fully open), not that the blinds cover half the window area.
c1265042bc One more [ci skip]
706e35fe7f Minor cleanup of the docs related to modeling whole MF buildings [ci skip]
653393887d Latest results.
b43ae5fd59 Some more bugfixes.
4d3a17813a Bugfix, update test values.
81b7658c73 A little unrelated cleanup prompted by a @joseph-robertson comment.
bc799db4cc Improve handling of above-grade vs below-grade portion of foundation walls. Simplify ACCA test files. Add more tests.
c53fe836a2 Merge pull request #1783 from NREL/bob_ross_skylight_curb_area
24497d1850 Latest results.
4e1096c9ea Fix skylight curb area in Bob Ross test file.
a9886978fd Merge pull request #1782 from NREL/mj_exhaust_ventilation
496cdf0907 Update Changelog.md [ci skip]
c1bdc82c0b Latest results.
f1b8c34121 Bugfix.
6a11975c91 Should be supply, not exhaust.
cc8af4dcd2 Fixes missing ventilation design load for exhaust only systems.
3ce3e195af Merge pull request #1780 from NREL/negative_elevation
b71b057794 Allow negative Elevation values.
1b4accda14 Merge pull request #1779 from NREL/clarify_hot_water_use_outputs
dc03eed251 Clarify hot water use outputs and some minor misc stuff.

git-subtree-dir: hpxml-measures
git-subtree-split: 0c49d59abdce5939b91d740f88948dee94cc5f12
82800f922a Bugfix for a foundation wall that is entirely above-grade.

git-subtree-dir: hpxml-measures
git-subtree-split: 82800f922a36838f25c3a7b05835f79eee83eea8
1a9c556e73 Merge pull request #1802 from NREL/duct_lto_warning
5e5c3c29ef Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into duct_lto_warning
1fccf43bd7 Merge pull request #1801 from NREL/refactor_airflow_timeseries_outputs
b8a56949a8 Update Changelog.md [ci skip]
484692bc53 Add a warning if the sum of supply/return duct LtO values is very high.
d00eda9a5b Bugfix for e.g. monthly outputs.
53777ed1c2 Improve arg description
e8e3f8b954 Creates a building-level EMS program to report timeseries airflow rates, so that we don't have to request timeseries output for each unit and sum them as part of the reporting measure. Simpler and should be faster.
dbb726c004 Merge pull request #1800 from NREL/adiabatic_windows
e05ec6d65d Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into adiabatic_windows
675ed809d2 Merge pull request #1798 from NREL/cleanup-create-windows
16b4b6566d Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into cleanup-create-windows
e7184df91f Merge pull request #1799 from NREL/ag_fndwall_bugfix
8c9afc8a73 BuildResidentialHPXML: Clarifies that window area inputs are ignored for adiabatic walls.
9ce36094b9 Latest results.
062c42d9f4 Try removing (unused) model.getBuildingUnits loops.

git-subtree-dir: hpxml-measures
git-subtree-split: 1a9c556e736b807ca4703d192f276ec54ad4982a
shorowit and others added 28 commits October 22, 2024 19:18
`SupplementalFanRunsWithAirHandlerFan` input for CFIS systems
55918cd068 Update changelog
24b5081d17 First pass on adding CFIS ControlType input.
6980e23d12 Merge pull request #1865 from NREL/cfis_suppl_fan_sync

git-subtree-dir: hpxml-measures
git-subtree-split: 55918cd0680a05e991f656dffbb7476f440bad7b
46be375a88 Update tests

git-subtree-dir: hpxml-measures
git-subtree-split: 46be375a885d6391316ffc3bb2748f66b42fc8b4
`ControlType` input for CFIS systems
Fix BSL in ERI calculation
…quirement. Also, adds 2022CE as an ERI version.
724ca3769a Update tests, final cleanup.
fd0b299af2 Update changelog [ci skip]
99e0201a4f update measure.xml
58ef08bb15 Indent.
d32fcfa621 Bugfix when no outdoor air control.
be95d7ddd9 Bugfix for SupplementalFanRunsWithAirHandlerFan=true. Rename variables for clarity.
d86c05086a Introduce ZoneTimestep into calculations.
8893f6b5b3 Bugfix.
1f5a98e1b4 Initial pass. Still need to resolve one diff and test further w/ shorter timesteps.
9e0f85fbcc Merge pull request #1866 from NREL/cfis_control_type
b7efd03d1f Increase docs width [ci skip]
c342b13d3e Latest results.

git-subtree-dir: hpxml-measures
git-subtree-split: 724ca3769a95fc0bdc8c182f983d5b582d1a700c
b21b555350 Update CI
25d02cff9e Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into os390
1d56ca3cac Merge pull request #1872 from NREL/fix_dl_detailed_results
4d4fc47066 Add test.
94ddd8329a Bugfix.
36350b91e0 Fixes possibility of missing surfaces in the results_design_load_details.csv output file. Bug introduced in #1836.
57d1cf7b06 Merge pull request #1699 from NREL/window_component_loads
3e275044be Latest results.
20a4d18eba Merge branch 'os390' of https://github.com/NREL/OpenStudio-HPXML into window_component_loads
6a2d473483 Merge pull request #1830 from NREL/os390_keep_site
8843d6cd80 Latest results.
ce5a5e2140 Merge branch 'os390' of https://github.com/NREL/OpenStudio-HPXML into os390_keep_site
6372cb05db Latest results.
fcc71e3e63 Try again
11f1c97137 Try manual OS docker build w/ E+ 24.2
3be703b42d Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into os390
76951e1802 Merge pull request #1868 from NREL/cfis_refactor
3d7ff588cf Latest results.
7b5ec04f78 Shouldn't need this anymore [ci skip]
9f2a57e984 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into os390
c4b533bde7 Clarify variable [ci skip]
0170f0a676 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into os390
d3460f0cb6 Set keep site location information. [ci skip]
11be4d2259 update measure [ci skip]
1ee8c03d3f Merge branch 'os390' of https://github.com/NREL/OpenStudio-HPXML into window_component_loads
544bd907d4 Update expected simulation message. [ci skip]
2a707115ed Update docs [ci skip]
5f075ca252 Update Changelog [ci skip]
b4aa2b439d Update to OS 3.9.0 [ci skip]
5382bf116c Improves window component load calculation, uses EnergyPlus improvements in NREL/EnergyPlus#10444.

git-subtree-dir: hpxml-measures
git-subtree-split: b21b555350c0454cc27c2cb36cde0096ede03b49
OpenStudio 3.9/EnergyPlus 24.2
@shorowit shorowit merged commit d73976b into master Oct 31, 2024
4 of 6 checks passed
@shorowit shorowit deleted the latest-os-hpxml branch October 31, 2024 17:01
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 this pull request may close these issues.

1 participant