Remove support for include_broken_batteries in control commands#713
Remove support for include_broken_batteries in control commands#713shsms merged 3 commits intofrequenz-floss:v1.x.xfrom
include_broken_batteries in control commands#713Conversation
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 |
daniel-zullo-frequenz
left a comment
There was a problem hiding this comment.
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_batteriesfields in request objects and fromfunction parameter lists,
broken batteries,
Closes #665