-
Notifications
You must be signed in to change notification settings - Fork 17
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
Remove support for include_broken_batteries
in control commands
#713
Conversation
f706dcd
to
1b7c7ba
Compare
The commit |
The following items are removed: - the `include_broken_batteries` fields in request objects and from function parameter lists, - the caching of battery data, that was necessary when trying to use broken batteries, - corresponding tests This was supposed to be for handling battery data outages, but where the batteries themselves are connected and usable. But this has stopped being a issue, because of more stable bms firmware. This also interferes with the safety features on the microgrid service. So this can be removed. Signed-off-by: Sahas Subramanian <[email protected]>
Signed-off-by: Sahas Subramanian <[email protected]>
1b7c7ba
to
8f00cbc
Compare
true, done |
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.
Sorry, I didn't spot it before but I think the release notes should mention include_broken_batteries
instead as that is the parameter exposed to the user
I spotted a cosmetic issue in the release notes after submitting it
Co-authored-by: daniel-zullo-frequenz <[email protected]> Signed-off-by: Sahas Subramanian <[email protected]>
fixed |
This removes
include_broken_batteries
fields in request objects and fromfunction parameter lists,
broken batteries,
Closes #665