Logging utility for several meters & sensors
Find a file
Jakob Hirsch 98300a7aa0 added "steps" display
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.
2011-03-17 03:11:24 +01:00
etc cosmetics (indent) 2011-02-24 17:15:06 +01:00
htdocs added "steps" display 2011-03-17 03:11:24 +01:00
lib added "steps" display 2011-03-17 03:11:24 +01:00
misc smaller changes, typos & tests 2011-03-07 16:13:17 +01:00
.gitignore closes #39 (new directory structure) 2010-12-27 16:06:03 +01:00
.gitmodules added submodule for fnordlicht frontend 2011-02-02 12:51:31 +01:00
.htaccess allow access to non htdocs directory from localhost for development purpuses 2011-03-07 15:35:30 +01:00
README fifth dummy commit, fixes #16 2011-02-24 14:45:28 +01:00

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