Metadata-Version: 2.1
Name: PyFronius
Version: 0.4.8
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
Description: # 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)
        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](https://www.fronius.com/~/downloads/Solar%20Energy/Operating%20Instructions/42%2C0410%2C2012.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)
        
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.5
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
