Fixed charges for unused fuels#1442
Merged
Merged
Conversation
joseph-robertson
commented
Jul 9, 2025
Comment on lines
+315
to
+339
| '.bills_electricity_energy', | ||
| '.bills_electricity_fixed', | ||
| '.bills_electricity_pv_credit', | ||
| '.bills_electricity_total', | ||
| '.bills_natural_gas_energy', | ||
| '.bills_natural_gas_fixed', | ||
| '.bills_natural_gas_total', | ||
| '.bills_propane_energy', | ||
| '.bills_propane_fixed', | ||
| '.bills_propane_total', | ||
| '.bills_fuel_oil_energy', | ||
| '.bills_fuel_oil_fixed', | ||
| '.bills_fuel_oil_total', | ||
| '.bills_coal_energy', | ||
| '.bills_coal_fixed', | ||
| '.bills_coal_total', | ||
| '.bills_wood_cord_energy', | ||
| '.bills_wood_cord_fixed', | ||
| '.bills_wood_cord_total', | ||
| '.bills_wood_pellets_energy', | ||
| '.bills_wood_pellets_fixed', | ||
| '.bills_wood_pellets_total', | ||
| '.bills_total', | ||
| '.bills_2', | ||
| '.bills_3', |
Contributor
Author
There was a problem hiding this comment.
The purpose for replacing report_utility_bills. with all these .bills_xxx items is so that HTML comparison plot files aren't so large that you can't even open them (there are a lot of bill outputs).
whiphi92
approved these changes
Jul 10, 2025
whiphi92
left a comment
Contributor
There was a problem hiding this comment.
Tested this locally and noted that this changes the correct cases. This will impact a very low percentage of dwelling models.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Ports over changes in NatLabRockies/OpenStudio-HPXML#2024 ahead of merging
latest-os-hpxml. This includes direct manual edits toresources/hpxml-measures/ReportUtilityBills/measure.rbwhich will be overwritten in a subsequent update (i.e., git subtree) to this file.Related Pull Requests
[related PRs from different repositories]
Related Issues
[What issue(s) is the PR addressing]
Checklist
Required:
Optional (not all items may apply):
openstudio tasks.rb update_measureshas been run