volkszaehler.org is a free smart meter implementation with focus on data privacy.
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.
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
- Website: volkszaehler.org
- Wiki: wiki.volkszaehler.org
- Users mailing list: [email protected]
- Developers mailing list: [email protected]
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-2018 volkszaehler.org Licensed under the GNU General Public License Version 3 (https://opensource.org/licenses/GPL-3.0).