Home
Softono

Volkszaehler.org

Open source PHP
231
Stars
84
Forks
34
Issues
34
Watchers
4 months
Last Commit

 About Volkszaehler.org

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

Platforms

Web Self-hosted

Languages

PHP

Need Help Installing Volkszaehler.org?

We provide expert installation service for this software. Our team will install, configure, and secure Volkszaehler.org on your server. plans start at just $30.

Volkszaehler.org

View on GitHub

volkszaehler.org

Build

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

Demo

demo.volkszaehler.org

Screenshot

Quickstart

The easiest way to try out volkszaehler is using Docker:

docker-compose up -d

which will create a database, initialize it and start volkszaehler at port 8080.

Installation

For local installation, run the install script from the shell:

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

Documentation

Support

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

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