We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d3a202 commit 574d01cCopy full SHA for 574d01c
2 files changed
run_inverter_daily_stats.py
@@ -1,6 +1,6 @@
1
# Author: Daniel Patenaude
2
# Date: 10/13/2020
3
-# Desc: Use the Enphase Enlighten API application to pull data and monitor panel performance and send alerts on anomalies
+# Desc: Use the Enphase Enlighten API application to pull inverter/panel daily energy production data
4
5
import datetime
6
import json
utils/enlightenAPI.py
@@ -9,9 +9,6 @@
9
10
class enlightenAPI:
11
12
- # TODO: Seems per inverter data is not supported. THis guy (https://github.com/baysinger/enphase_scraper) made a web scraper to get this data
13
- # out of the EnlightenManager (paid), so try it out using the free MyEnlighten
14
-
15
def __init__(self, config):
16
'''
17
Initialize the englightAPI class
0 commit comments