forked from volkszaehler/vzlogger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
33 lines (21 loc) · 1.31 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
vzlogger...
* is a part of the volkszaehler.org smart meter
* is a tool to read and log measurements of a wide variety of smart meters and sensors to the volkszaehler.org middleware
* can run as a daemon or via cron
* includes a tiny onboard http daemon to serve realtime readings
* is written in C++ and should run on most embedded devices which conform to the POSIX standard
Feel free to implement support your own hardware ;)
To install, follow the detailed installation instructions at http://wiki.volkszaehler.org/software/controller/vzlogger/installation_cpp-version
If you're impatient you can quickstart using (Debian Wheezy):
sudo apt-get install build-essential git-core cmake pkg-config subversion libcurl3-dev \
libgnutls-dev libsasl2-dev uuid-dev uuid-runtime libtool dh-autoreconf
For Debian Jessie be sure to add:
sudo apt-get install libgcrypt20-dev
Then run the installation:
wget --no-check-certificate https://raw.github.com/volkszaehler/vzlogger/master/install.sh
sudo bash install.sh
If you have questions, contact the volkszaehler mailing lists:
* Users mailing list: [email protected]
* Developers mailing list: [email protected]
More information is available in our wiki:
http://wiki.volkszaehler.org/software/controller/vzlogger