From ea9cc4c6e53b8cdb6890286c56764387c265194e Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Fri, 21 Feb 2020 16:54:49 -0800 Subject: [PATCH] add readme.. --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..bfbf2a0 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +enphaseapi +========== + +This is a module to interact w/ the Enphase Envoy solar controllers. +It is designed to interact directly w/ the controller, and NOT use +the Enlighten cloud API. This is for people who do not want their +personal information sold to third parties. + +It will consist of two parts, the data logger part, that will issue +requests and write the output to a file (see the file start), and a +second part which will parse the log files and allow you to interact +with the data, such as fetch the data for a particular time. + +Note: This code was written quickly so that I wouldn't lose the data +on my recently installed system. It needs to be updated to be use proper +TDD, which likely could have caught some of the bugs/errors such as when +the Envoy goes off-line.