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

Fronius Verto support #18479

Closed
Astretowe opened this issue Jan 28, 2025 · 3 comments
Closed

Fronius Verto support #18479

Astretowe opened this issue Jan 28, 2025 · 3 comments
Assignees
Labels
devices Specific device support

Comments

@Astretowe
Copy link

Is your feature request related to a problem? Please describe.
evcc already supports Fronius inverters in general.
The "Verto" series mostly works using template: fronius-gen24.
However, the Verto series features 4 MPPTs.
At the same time, evcc polls data from MPPT1+2 only, which seems to be in line with the available data according to the Fronius documentation I could find.

This leads to a situation where the displayed PV output is not correct (missing MPPT3+4).
In turn, the price calculation seems to be incorrect.
Calculation of charging limits doesn't seems to be affected as that seems to be based on meter values, so this is only a minor or cosmetical issue.

Describe the solution you'd like
I have noticed that the sunspec document for the Fronius inverters, one of the fields is "DC Power" and seems to hold the sum of the power of each individual MPPT. This should be a catch-all solution to support both, existing 2MPPT models and as well as the 4MPPT Verto models.

@andig
Copy link
Member

andig commented Jan 29, 2025

Happy to take a PR.

@andig andig added the devices Specific device support label Jan 29, 2025
@github-actions github-actions bot added the stale Outdated and ready to close label Feb 5, 2025
@andig andig closed this as completed Feb 7, 2025
@premultiply premultiply removed the stale Outdated and ready to close label Feb 7, 2025
@premultiply premultiply reopened this Feb 7, 2025
@premultiply
Copy link
Member

Looks just like an standard SunSpec-compatible pv-only inverter. This is no hybrid inverter that does require special handling for battery path.
Just use the SunSpec inverter template.
https://docs.evcc.io/docs/devices/meters#sunspec-wechselrichter

Feel free to comment again if this does not fit.

@andig
Copy link
Member

andig commented Feb 13, 2025

@premultiply sollten wir den WR dann- analog OCPP- dort im Template mit hinzufügen? Für nicht-Techies ist das ja nicht offensichtlich?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devices Specific device support
Projects
None yet
Development

No branches or pull requests

3 participants