Generate energy report from NEM meter data files
First, request your energy data in NEM12 format from your DNSP (eg. Ergon or Energex).
Install python and then this library with:
python -m pip install nemreportCopy your NEM12 file(s) into a data/ folder and then run:
python -m nemreport buildIf you add any files to the folder after the first time you run it you'll need to run the following to refresh the data:
python -m nemreport update-dbThis will then open a report with analysis of your data in a browser.
