Skip to content

Analyze and interpret historical and current energy data, store time-based feedback

License

Notifications You must be signed in to change notification settings

interactiveinstitute/watthappened

Repository files navigation

watthappened

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.

Installation

  1. Install Pandas.
  2. Set the database details in config_priv.py. See config_priv.example.py.

Documentation

Start at docs/_build/html/index.html.

Running the drivers

  1. Prepare your environment: export PYTHONPATH=$PWD/python_modules:$PYTHONPATH.
  2. Run: tools/runner.py.

Testing EnergyKit

  1. Prepare your environment: export PYTHONPATH=$PWD/python_modules:$PYTHONPATH.
  2. Run: python -m energykit.couchm or: python -m energykit.fake.

About

Analyze and interpret historical and current energy data, store time-based feedback

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published