Skip to content

Commit 574d01c

Browse files
Cleaned up some code comments
1 parent 1d3a202 commit 574d01c

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

run_inverter_daily_stats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Author: Daniel Patenaude
22
# Date: 10/13/2020
3-
# Desc: Use the Enphase Enlighten API application to pull data and monitor panel performance and send alerts on anomalies
3+
# Desc: Use the Enphase Enlighten API application to pull inverter/panel daily energy production data
44

55
import datetime
66
import json

utils/enlightenAPI.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99

1010
class enlightenAPI:
1111

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-
1512
def __init__(self, config):
1613
'''
1714
Initialize the englightAPI class

0 commit comments

Comments
 (0)