2017 © Pedro Peláez
 

project volkszaehler

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

image

volkszaehler/volkszaehler

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

  • Saturday, June 16, 2018
  • by andig
  • Repository
  • 34 Watchers
  • 100 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 50 Forks
  • 14 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

volkszaehler.org

Build, (*1)

volkszaehler.org is a free smart meter implementation with focus on data privacy., (*2)

Demo

demo.volkszaehler.org, (*3)

Screenshot, (*4)

Quickstart

The easiest way to try out volkszaehler is using Docker:, (*5)

docker-compose up -d

which will create a database, initialize it and start volkszaehler at port 8080., (*6)

Installation

For local installation, run the install script from the shell:, (*7)

wget https://raw.github.com/volkszaehler/volkszaehler.org/master/bin/install.sh
bash install.sh

Or follow the detailed installation instructions at http://wiki.volkszaehler.org/software/middleware/installation, (*8)

Documentation

Support

  • Users mailing list: https://demo.volkszaehler.org/mailman/listinfo/volkszaehler-users
  • Developers mailing list: https://demo.volkszaehler.org/mailman/listinfo/volkszaehler-dev

Repository structure

volkszaehler.org/
 |_ etc/                    configuration files
 |_ bin/                    scripts for imports, installation etc.
 |_ htdocs/                 web UI
 |   \_ middleware.php      middleware
 |
 |_ lib/                    middleware libraries
 |_ test/                   unit tests
 \_ misc/
     |_ docs/               documentation
     |_ graphics/           graphics for docs, etc.
     \_ sql/                database schema dumps
         \_ demo/           demo data

Copyright © 2011-2020 volkszaehler.org Licensed under the GNU General Public License Version 3 (https://opensource.org/licenses/GPL-3.0)., (*9)

The Versions