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

Support for Gen24 inverter #60

Merged
merged 2 commits into from
Aug 31, 2021
Merged

Support for Gen24 inverter #60

merged 2 commits into from
Aug 31, 2021

Conversation

nilrog
Copy link
Contributor

@nilrog nilrog commented Aug 31, 2021

This patch will add support for reading sensor values from the Gen24 inverter.
Unfortunately Fronius did not obey to their own API in Gen24 so all the smartmeter sensors have new names. This patch fixes that.
See README for information about the new configuration option model.

There are still issues with the Gen24 in that DAY_ENERGY, YEAR_ENERGY & TOTAL_ENERGY are null. But with the exception of TOTAL_ENERGY that is what Fronius has documented. For TOTAL_ENERGY they say that it should be present in FW 1.14.0. But Fronius has not released any FW newer than 1.12.5.

The patch has been tested by two people in #58

- Added new config option 'model' that can be set to 'gen24' or 'symo' (default).
- Renamed variable _INVERTERRT to _INVERTERRT_URL for consistency.
- Added new config option 'model' that can be set to 'gen24' or 'symo' (default).
- Renamed variable _INVERTERRT to _INVERTERRT_URL for consistency.
- Bumped version to 0.9.7.
@safepay safepay merged commit 5c0c679 into safepay:master Aug 31, 2021
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.

None yet

3 participants