Als XML und via xslt als docbook/pdf
/sensor/<name>
[sensor:"<name>", data:[timestamp,fliesskommazahl] error:null] [sensor:"<name>", data:null, error:"Fehlerbeschreibung"]
/sensor/<name>/<startzeit>/<endzeit>
startzeit und endzeit als Unix Timestamp ohne Millisekunden.
/sensor_cached/<name>/<startzeit>
Required: python-virtualenv, python2.6-sqlalchemy, postgresql
virtualenv foo cd foo . ./bin/activate git clone <siehe unten> cd ebus ./bin/ebus_dump.py ./bin/web.py
freebsd jail, rc.conf:
jail_sysvipc_allow="YES"
su pgsql; createuser ebus; createdb ebus
pkg_add -r git python python-virtualenv
Sicherstellen das die richtige Zeitzone eingestellt
cp /usr/share/zoneinfo/Europe/Berlin /etc/localtime
postgres value_cache cronjob