Metadata-Version: 2.1
Name: growatt
Version: 0.0.2
Summary: Growatt API for photovoltaic statistics
Home-page: https://github.com/Sjord/growatt_api_client
Author: Sjoerd Langkemper
License: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Description: ## Growatt API client
        
        This Python script logs in to server.growatt.com and retrieves data on solar panels.
        
        ## Usage
        
        Create a new GrowattApi instance, log in, retrieve a list of plants and request details of these plants. An example can be found in [growatt/__main__.py](growatt/__main__.py), and can be run using `python -m growatt`.
        
        ## Unstable API
        
        I reverse engineered the API from the Growatt mobile app. There is no specification and no support from Growatt.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Programming Language :: Python
Description-Content-Type: text/markdown
