Logging utility for several meters & sensors
![]() TEMPERATURE=`echo 1w get $SENSORID | nc $ESEXIP 2701 -q 1 2>/dev/null | sed -e 's/Temperatur: //'` to TEMPERATURE=`echo 1w get $SENSORID | $NC $ESEXIP 2701 -q 1 2>/dev/null | sed -e 's/Temperatur: //'` |
||
---|---|---|
etc | ||
htdocs | ||
lib | ||
misc | ||
.gitignore | ||
.gitmodules | ||
.htaccess | ||
README |
This are the scripts running on volkszaehler.org Feel free to setup your own installation and protect your privacy! volkszaehler.org/ |_ htdocs/ static files accessible through the web | |_ backend.php backend bootstrapping | \_ frontend web frontend | |_ etc/ configuration files |_ var/ SQLite database (optional) |_ lib/ backend libraries |_ misc/ |_ controller/ | |_ php/ simple reference implemenation of controllers | \_ ethersex ethersex fork optimized for volkszaehler.org | |_ docs/ documentation |_ frontend/ |_ graphics/ several graphics for docs, etc.. |_ sql/ database schema dumps | \_ demo/ demo data | |_ tools/ scripts for imports, installation etc. |_ tests/ simple tests for backend classes \_ website/ our main webpage on http://volkszaehler.org Wiki: http://wiki.volkszaehler.org Other: http://volkszaehler.org Or contact our mailing list: volkszaehler-dev@lists.volkszaehler.org