Skip to content
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

fix: DPL: limit scaling sanity checks #725

Merged

Conversation

schlimmchen
Copy link
Member

do not scale limit if inverter is not producing, as DC channel power is expected to be close to zero anyways.

do not scale limit if current inverter limit is small, such that channels might produce very little power exactly because the limit is so low.

move the calculation out of setNewPowerLimit and into a new function, so that we can make use of return statements there.

do not scale limit if inverter is not producing, as DC channel power is
expected to be close to zero anyways.

do not scale limit if current inverter limit is small, such that
channels might produce very little power exactly because the limit is so
low.

move the calculation out of setNewPowerLimit and into a new function, so
that we can make use of return statements there.
@schlimmchen schlimmchen merged commit 64ad4bd into hoylabs:development Mar 7, 2024
8 checks passed
@schlimmchen schlimmchen deleted the dpl-scaling-sanity-checks branch March 7, 2024 19:54
Copy link

github-actions bot commented Apr 7, 2024

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion or issue for related concerns.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant