Make power distributor resilient to battery inverters becoming unreachable#1373
Open
shsms wants to merge 5 commits intofrequenz-floss:v1.x.xfrom
Open
Make power distributor resilient to battery inverters becoming unreachable#1373shsms wants to merge 5 commits intofrequenz-floss:v1.x.xfrom
shsms wants to merge 5 commits intofrequenz-floss:v1.x.xfrom
Conversation
Signed-off-by: Sahas Subramanian <[email protected]>
This is just a place-holder for unreachable power. It will be calculated and used in subsequent commits. Signed-off-by: Sahas Subramanian <[email protected]>
Signed-off-by: Sahas Subramanian <[email protected]>
When a battery is unusable because its inverter is unreachable, we start a formula (with fallback from the component graph) to track its power. If the inverter is still functioning but only not reachable because of a network issue, its power will be excluded from the power to be distributed. This makes sure that we don't end up setting more power than what was requested. Signed-off-by: Sahas Subramanian <[email protected]>
Signed-off-by: Sahas Subramanian <[email protected]>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
When there are some unreachable battery inverters, their power values are tracked through fallback meters, and if there's any power flowing through these inverters, it is excluded from the power to be set on the working inverters.