Logging utility for several meters & sensors
![]() this should much better represent the output from s0 electricity meters and water meters, where we get one impuls per energy or volume unit and (more important) the time interval depends on the throughput. this does not make much sense for temperature, though. unfortunately, we have currently no means to select different chart types depending on the entity type. also, I had to change the backend to output the starting time of the interval (flot needs that) instead of the ending time, which changes the "lines" chart. but since this chart is wrong for electricity and water anyway, it doesn't realy matter, though. |
||
---|---|---|
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