Skip to content

bernem/volkszaehler.org

 
 

Repository files navigation

volkszaehler.org

volkszaehler.org is a free smart meter implementation with focus on data privacy.

Build Status

Demo

http://demo.volkszaehler.org

Screenshot

Quickstart

From the shell:

wget --no-check-certificate https://raw.github.com/volkszaehler/volkszaehler.org/master/misc/tools/install.sh
sudo bash install.sh

Or follow the detailed installation instructions at http://wiki.volkszaehler.org/software/middleware/installation

Documentation

Support

Repository structure

volkszaehler.org/
 |_ etc/                    configuration files
 |_ htdocs/                 public web files
 |   |_ middleware.php      middleware
 |   \_ frontend            web ui
 |
 |_ lib/                    middleware libraries
 \_ misc/
     |_ controller/
     |   |_ vzlogger/       command line tool to log meters/sensors
     |   \_ mbus/           a controller for mbus/messbus
     |
     |_ docs/               documentation
     |_ frontend/           alternative frontends
     |_ graphics/           several graphics for docs, etc.
     |_ sql/                database schema dumps
     |   \_ demo/           demo data
     |
     |_ tools/              scripts for imports, installation etc.
     \_ tests/              simple tests for middleware classes

Copyright

Copyright © 2015 volkszaehler.org
Licensed under the GNU Public License (http://opensource.org/licenses/gpl-license.php).

About

Open Source Smart Meter with focus on privacy - you remain the master of your data.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 59.4%
  • JavaScript 22.1%
  • Shell 5.4%
  • Python 3.0%
  • Other 2.9%
  • HTML 2.2%
  • Other 5.0%