-
Notifications
You must be signed in to change notification settings - Fork 9
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
New Fronius API #6
Comments
It even has the long missing lifetime energy produced counter |
Well,
doesn't look that promising to me. Given the inconsistency of the previous models in SolarAPI I guess this would need some major code-housekeeping when new firmware versions are released. As far as I know, Gen24 inverters already expose a lifetime energy counter in SolarAPI since 1.13 or 1.14 https://github.com/home-assistant/core/blob/c5f7e7d1b07d3a017eff521986f8bfa4fac8e151/tests/components/fronius/fixtures/gen24/GetInverterRealtimeData_Device_1.json#L41 |
True that it's an internal api that might change. |
Ah nice, my "Fronius Symo 5.0-3-M" (Datalogger 3.20.6) provides this endpoint too. But I have no battery, so not really anything interesting there I couldn't get from the official API. |
Well, there is only one solution to it then, you need a battery 😂 |
Sadly that is not an option with the Fronius Symo x.x.3-M variant as it is not a hybrid system. So the only Battery that can be used is an AC Battery which might not be the greatest. I have a Fronius Symo 3.7-3-M and trust me my Heart bleeds for DC Battery Backup ;( |
As discovered here there seems to be a new api under http:///components/readable where the GEN24 web interface gets it data from which seems quite extensive, maybe all we ever dreamed of :)
For example it has very interesting lifetime stats for BYD battery storages:
@farmio How could this treasure of data best be integrated in pyfronius and then home assistant?
The text was updated successfully, but these errors were encountered: