Metadata-Version: 2.1
Name: envoy_reader
Version: 0.4
Summary: A program to read from an Enphase Envoy on the local network
Home-page: https://github.com/jesserizzo/envoy_reader
Author: Jesse Rizzo
Author-email: jesse.rizzo@gmail.com
License: UNKNOWN
Description: A program to read from an Enphase Envoy on the local network. Reads electricity production and consumption (if available) for the current moment, current day, the last seven days, and the lifetime of the Envoy.
        
        Tested on the original Envoy (production data only) and the Envoy S (production and consumption data).
        
        This reader uses a JSON endpoint on the Envoy gateway:
        - Original Envoy: http://envoy/api/v1/production
        - Envoy S: http://envoy/production.json
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
