-
Notifications
You must be signed in to change notification settings - Fork 338
refactor: allocate heat pump CAPEX on heat bus #1714
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
Closed
Closed
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
d3cd865
feat: introduce resistive_heater_booster for ptes
TomKae00 22b17fd
feat: add ptes water water heat pump
TomKae00 7212115
code: saving work before merge
TomKae00 8738c54
code: merge branch into resistive_boosting
TomKae00 bed46a5
feat: add ptes air sourced boosting heat pump
TomKae00 bb6f850
Merge branch 'master' into resistive_boosting
TomKae00 fd76f16
feat: introduce resistive_heaters and air_sourced_hp for ptes tempera…
TomKae00 45e03ef
improvement: update release_notes
TomKae00 1331715
feat: introduce resistive heaters and air sourced hp boosting
TomKae00 338e1a8
Merge branch 'master' into resistive_boosting
TomKae00 af3ddcc
documentation: update configtables/sector
TomKae00 6395193
code: fix test settings
TomKae00 56e6a4f
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 315d814
fix: delete min_delta_t_condenser in configs
TomKae00 5b3e5f0
fix: remove nominal efficiency from hp ivest costs
TomKae00 c937fe0
add release note and set correct config.default parameters
TomKae00 102e4f6
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 0ecae06
Merge branch 'master' into hp_invest_fix
amos-schledorn 1306c7f
Merge branch 'master' into hp_invest_fix
amos-schledorn 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
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.
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.
Looks like you've branched from another feature and not the main branch, meaning we should wait with merging this PR until the boosting feature is merged.