volkszaehler.org is a free smart meter implementation with focus on data privacy.
From the shell:
wget 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
- Website: http://volkszaehler.org
- Wiki: http://wiki.volkszaehler.org
- Users mailing list: [email protected]
- Developers mailing list: [email protected]
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 © 2015 volkszaehler.org
Licensed under the GNU Public License (http://opensource.org/licenses/gpl-license.php).