Analyze and interpret historical and current energy data, store time-based feedback.
Intended for use in combination with energy-cards and energy-screen.
Contains EnergyKit, a backend-agnostic library for working with energy measurements.
Both watthappened and EnergyKit are licensed under the terms of the MIT license. See the COPYING file for details. The projects included in node_modules
and python_modules
may have different licenses.
- Install Pandas.
- Set the database details in
config_priv.py
. Seeconfig_priv.example.py
.
Start at docs/_build/html/index.html
.
- Prepare your environment:
export PYTHONPATH=$PWD/python_modules:$PYTHONPATH
. - Run:
tools/runner.py
.
- Prepare your environment:
export PYTHONPATH=$PWD/python_modules:$PYTHONPATH
. - Run:
python -m energykit.couchm
or:python -m energykit.fake
.