https://github.com/nielstron/pyfronius
Automated JSON API based communication with Fronius Symo
https://github.com/nielstron/pyfronius
fronius iot json python3
Last synced: about 1 year ago
JSON representation
Automated JSON API based communication with Fronius Symo
- Host: GitHub
- URL: https://github.com/nielstron/pyfronius
- Owner: nielstron
- License: mit
- Created: 2021-12-01T11:10:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-30T19:12:38.000Z (about 1 year ago)
- Last Synced: 2025-04-12T17:46:05.479Z (about 1 year ago)
- Topics: fronius, iot, json, python3
- Language: Python
- Homepage:
- Size: 198 KB
- Stars: 27
- Watchers: 6
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# PyFronius - a very basic Fronius python bridge
[](https://app.travis-ci.com/nielstron/pyfronius)
[](https://coveralls.io/github/nielstron/pyfronius?branch=master)
[](https://pypi.org/project/pyfronius/)

[](https://pypi.org/project/pyfronius/)
A package that connects to a Fronius device in the local network and provides data
that is provided via the JSON API of the Fronius.
This includes the grid consumption, grid return, photovoltaic production
and many more details on the status of the local power supply.
> This package is looking for maintainers. I do not own a Fronius device anymore and cannot test the package.
> If you are interested in maintaining this package, please contact me.
## Features
The package supports the following data provided by Fronius devices:
- Power Flow (System scope)
- Meter (System and Device scope)
- Inverter (System and Device scope)
- Storage (System and Device scope, Experimental)
- Active Devices
- Logger Information
- Inverter Information
The package currently supportes the Fronius API V1 and V0
and aims to support as many different device types as possible (Hybrid, GEN24,...).
## Contributing
Support may be enhanced based on the official documentation ([V1](https://www.fronius.com/~/downloads/Solar%20Energy/Operating%20Instructions/42%2C0410%2C2012.pdf), [V0](https://www.fronius.com/~/downloads/Solar%20Energy/Operating%20Instructions/42,0410,2011.pdf)).
Pull requests are very welcome.
If you own a Fronius device, feel free to provide us with raw data returned
by fetching the API endpoints manually.