weissm / volkszaehler.org

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

Home Page:https://volkszaehler.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

To create the docker file locally on Raspi-3: DOCKER_DEFAULT_PLATFORM=linux/arm/v7 docker build -t volkszaehler/volkszaehler -f Dockerfile .

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).

About

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

https://volkszaehler.org

License:GNU General Public License v3.0


Languages

Language:PHP 66.1%Language:JavaScript 24.0%Language:CSS 2.8%Language:Python 2.8%Language:HTML 2.2%Language:Shell 1.8%Language:Dockerfile 0.3%