/energyusage

Provide analysis and charting of energy usage

Primary LanguageJupyter NotebookGNU Affero General Public License v3.0AGPL-3.0

energyusage

Build Status

Provide analysis and charting of energy usage

Run yourself

To run the website:

python run.py

This will set up the sqlite database automatically on first run.

Or in headless mode:

setsid gunicorn --bind 0.0.0.0:8000 wsgi:app -t 600