-
Notifications
You must be signed in to change notification settings - Fork 27
Support modeling batteries for whole SFA/MF buildings #2129
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
Draft
joseph-robertson
wants to merge
28
commits into
unit-fuel-meters
Choose a base branch
from
whole-building-batteries
base: unit-fuel-meters
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
1ca6991
Add sample file for whole building with batteries.
joseph-robertson e50fe3c
Stub approach for creating custom meters for each unit.
joseph-robertson 47b1a3c
Share get_object_outputs_by_key so we can use it to set up custom met…
joseph-robertson bc5dc74
Merge branch 'master' into whole-building-batteries
joseph-robertson 5d39251
Create custom fuel meters for electricity, electricity produced, and …
joseph-robertson 723aa52
Update the docs.
joseph-robertson d8e3505
Update resilience calculations to be max across units.
joseph-robertson 911cc54
Merge branch 'master' into whole-building-batteries
joseph-robertson 7e05cb6
Use model objects instead of workspace objects.
joseph-robertson a0d20a6
Remove whole building battery test from ruby error messages test.
joseph-robertson 7d6dfd9
Let multiple references warning slide for now.
joseph-robertson 6756f9a
More specific warning message exception.
joseph-robertson 458cdf2
Comment out unitary system ancillary output variables due to nuances.
joseph-robertson 26afb20
Need upcase on report meter data.
joseph-robertson a7da128
Exclude resilience output type from unit multiplier check.
joseph-robertson 44522f9
Move vehicle charging from electric storage to electricity facility.
joseph-robertson 30dcdef
Update battery and vehicle tests for new storage operation scheme.
joseph-robertson c760a6c
Only add production or storage output meters for units with pv/genera…
joseph-robertson 9189c59
Instead just except missing custom meters, for now.
joseph-robertson 112c14e
Actually check batteries and vehicles with unit multipliers.
joseph-robertson 6eaece2
Merge branch 'master' into whole-building-batteries
joseph-robertson 555c94c
Merge branch 'unit-fuel-meters' into whole-building-batteries
joseph-robertson 7afce5a
Merge branch 'unit-fuel-meters' into whole-building-batteries
joseph-robertson ada42d3
Update unit tests.
joseph-robertson 3e1cb0b
Request output meters for critical load by unit.
joseph-robertson c888e49
Create unit meters for single unit models so we can track electricity…
joseph-robertson e703540
Update battery and vehicle tests.
joseph-robertson 04d60c3
Latest results.
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is where it would be nice to allow custom meter to reference other custom meters.