No description
Find a file
2019-07-21 15:02:23 +02:00
pyfronius Test for None insteal of 'null' 2019-07-21 15:02:23 +02:00
.gitignore Start simplifying data copy 2018-12-13 10:17:37 +01:00
example.py Refactored to use asyncio, added support for power flow and storages, harmonized results (result keys are now similar for all APIs) 2018-01-02 14:13:43 +01:00
LICENSE.txt Refactored to use asyncio, added support for power flow and storages, harmonized results (result keys are now similar for all APIs) 2018-01-02 14:13:43 +01:00
README.md Refactored to use asyncio, added support for power flow and storages, harmonized results (result keys are now similar for all APIs) 2018-01-02 14:13:43 +01:00
setup.py Start simplifying data copy 2018-12-13 10:17:37 +01:00

PyFronius - a very basic Fronius python bridge

A package that connects to a Fronius Symo device in the local network and provides data that is provided via the JSON API of the Fronius Symo. It is able to read the system and photovoltaic status.

The package supports the following data provided by fronius devices:

Power Flow (System) Meter (System and Device Scope) Inverter (System and Device Scope) Storage (Device Scope only)

The api can be enlarged based on the official Fronius JSON API V1, pull requests are very welcome.

I also know there are better scripts, yet they are not on pypi which is necessary for using them with Home Assistant