Metadata-Version: 2.1
Name: PyFronius
Version: 0.6.0
Summary: Automated JSON API based communication with Fronius Symo
Home-page: https://github.com/nielstron/pyfronius/
Author: Niels Mündler, Gerrit Beine
Author-email: n.muendler@web.de, mail@gerritbeine.de
License: MIT
Keywords: python fronius json api solar photovoltaics pv
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Object Brokering
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# PyFronius - a very basic Fronius python bridge
[![Build Status](https://travis-ci.com/nielstron/pyfronius.svg?branch=master)](https://travis-ci.com/nielstron/pyfronius)
[![Coverage Status](https://coveralls.io/repos/github/nielstron/pyfronius/badge.svg?branch=master)](https://coveralls.io/github/nielstron/pyfronius?branch=master)
 [![PyPI version](https://badge.fury.io/py/PyFronius.svg)](https://pypi.org/project/pyfronius/)
 ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/PyFronius.svg)
 [![PyPI - Status](https://img.shields.io/pypi/status/PyFronius.svg)](https://pypi.org/project/pyfronius/)

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 scope)
- Meter (System and Device scope)
- Inverter (System and Device scope)
- Storage (Device scope only) 
- Active Devices
- Logger Information

The package currently supportes the Fronius API V1 and V0.
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.

I also know there are better scripts, yet they are not on pypi which is necessary
for using them with [Home Assistant](https://www.home-assistant.io)


