1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Metadata-Version: 2.1
Name: envoy-utils
Version: 0.0.1
Summary: Python utilities for the Enphase Envoy
Home-page: UNKNOWN
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
# EnphaseEnergy
Various collected information about Enphase Energy solar system (I am just starting on this one⦠But the installer password was highly requested on the web, so I am starting with that one)
- [passwordCalc.py](passwordCalc.py) - sample code to calculate the installer password for a given serial number
- [findEnphaseWithBonjour.py](findEnphaseWithBonjour.py) - sample code to find Enphase Envoy via Bonjour/Zeroconf. This also provides the serial number of the Envoy.
- [enphaseStreamMeter.py](enphaseStreamMeter.py) - sample code to stream production/consumption. Requires the installer password.
|