-
Notifications
You must be signed in to change notification settings - Fork 45
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
Conversation
Signed-off-by: Victor Garcia Reolid <[email protected]>
|
So the scheduler saves SoC planning to this sensor, but we are not yet using it for anything else, like a starting SoC? That should be clearer in the documentation (on schema and CLI) |
Signed-off-by: Victor Garcia Reolid <[email protected]>
Signed-off-by: Victor Garcia Reolid <[email protected]>
Signed-off-by: Victor Garcia Reolid <[email protected]>
Signed-off-by: Victor Garcia Reolid <[email protected]>
Signed-off-by: Victor Garcia Reolid <[email protected]>
Signed-off-by: Victor Garcia Reolid <[email protected]>
Signed-off-by: Victor Garcia Reolid <[email protected]>
Signed-off-by: Victor Garcia Reolid <[email protected]>
Signed-off-by: Victor Garcia Reolid <[email protected]>
Signed-off-by: Victor Garcia Reolid <[email protected]>
Signed-off-by: Victor Garcia Reolid <[email protected]>
Signed-off-by: Victor Garcia Reolid <[email protected]>
Signed-off-by: Victor Garcia Reolid <[email protected]>
Signed-off-by: Victor Garcia Reolid <[email protected]>
Flix6x
left a comment
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.
Almost there. Nice that you included the CLI already, too.
Co-authored-by: Felix Claessen <[email protected]> Signed-off-by: Victor <[email protected]>
Co-authored-by: Felix Claessen <[email protected]> Signed-off-by: Victor <[email protected]>
Signed-off-by: Victor Garcia Reolid <[email protected]>
Co-authored-by: Felix Claessen <[email protected]> Signed-off-by: Victor <[email protected]>
Co-authored-by: Felix Claessen <[email protected]> Signed-off-by: Victor <[email protected]>
…eature/plannin/save-soc
Signed-off-by: Victor Garcia Reolid <[email protected]>
Flix6x
left a comment
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.
Nice. This is going to be super helpful. I just found one more potential bug in how the CLI command sets the job kwargs, and please add a changelog entry for 0.26.0.
Signed-off-by: Victor Garcia Reolid <[email protected]>
Signed-off-by: Victor Garcia Reolid <[email protected]>
Flix6x
left a comment
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.
🪂
Signed-off-by: Victor Garcia Reolid <[email protected]>
Signed-off-by: Victor Garcia Reolid <[email protected]>
Signed-off-by: F.N. Claessen <[email protected]>
Signed-off-by: F.N. Claessen <[email protected]>
* docs: api changelog entry for #1392 Signed-off-by: F.N. Claessen <[email protected]> * docs: update main changelog entry for #1392 Signed-off-by: F.N. Claessen <[email protected]> * docs: update month of 0.26 release Signed-off-by: F.N. Claessen <[email protected]> --------- Signed-off-by: F.N. Claessen <[email protected]>
Description
This PR introduces the field
state-of-charge, a sensor to save the state of charge associated with an schedule. In the future, we could use this sensor to get the starting SOC.Related Items
This PR is based on the work of #1018 but it starts from scratch given the recent changes on multi asset scheduling.