-
Notifications
You must be signed in to change notification settings - Fork 48
feat: add state-of-charge sensor to flex-model #1392
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
Merged
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
ddc7ff7
feat: add state-of-charge sensor to flex-model
2bce555
add entries to .gitignore
01bd047
use SensorIdField
b4d45fe
remove default src unit
de9fae4
check Sensor explicitly
d889492
fix comment
635dc59
round soc schedule
d47dbbf
fix: use kwarg for unit
67d19f0
convert SOC
25b97c9
add traceback message
ebe25b3
use instantaneous resolution sensor
7accf47
fix unit conversion
f4201d1
move default fillna(1) to integrate_time_series
0597d5f
check state-of-charge sensor resolution in schema
91ee91b
typo
af8357a
Update flexmeasures/cli/data_add.py
2c9ce16
Update flexmeasures/data/models/planning/storage.py
1949187
remove unnecesarry fillna
fb746d8
Update flexmeasures/data/models/planning/storage.py
c75519e
Update flexmeasures/data/schemas/scheduling/storage.py
36da7cc
Merge remote-tracking branch 'origin/feature/plannin/save-soc' into f…
d5ab294
apply pre-commit
c907022
fix potential bug
3ba54f5
fix state of charge
2008762
Merge remote-tracking branch 'origin/main' into feature/plannin/save-soc
e0ca0d9
add changelog entry
f6bde4d
add PR number
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -50,4 +50,8 @@ poetry.lock | |
| .gitconfig.* | ||
|
|
||
| /postgres-data | ||
| coverage.lcov | ||
| coverage.lcov | ||
| venv* | ||
| logs/ | ||
| *.dump | ||
| iframe_figures/ | ||
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
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.
Uh oh!
There was an error while loading. Please reload this page.