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

Prepare Release 2025.01.10 #1516

Merged
merged 3 commits into from
Jan 10, 2025
Merged

Prepare Release 2025.01.10 #1516

merged 3 commits into from
Jan 10, 2025

Conversation

AndreasBoehm
Copy link
Member

Merges branch development into master.

AndreasBoehm and others added 3 commits January 10, 2025 21:21
Use inverter maxPower instead of configuredMaxPower for solar inverters with PDL to calculate the maxIncrease, because the limit will be distributed across MPPTs that can provide power by the inverter and not equally divided.
the huawei grid charger's loop() uses the private method _setParameter()
to update PSU settings. the loop() already holds the mutex, so
_setParamater() must not try to lock the mutex again.

move the lock guard to the public setParameter() method, which resolves
the issue.
Use inverter maxPower instead of configuredMaxPower when overscaling is enabled for a solar inverter to calculate the maxIncrease, because the limit will be overscaled to allow every MPPT to provide its maximum power.
@AndreasBoehm AndreasBoehm merged commit 137b6d7 into master Jan 10, 2025
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants