[vz-users] Easymeter vzlogger-conf
Matthias Behr
mbehr at mcbehr.de
Sun Jan 25 22:16:12 CET 2015
Kannst du mal ein Log mitschicken?
Die Frage ist, ob das zB durch falsches Parsen oder Bitfehler bei der Übertragung passiert.
Gruß
Matthias
Sent from a mobile device.
> Am 26.01.2015 um 01:34 schrieb Nils Radde <nils.rasmus at googlemail.com>:
>
>
> Moin zusammen,
>
> ich habe mir den Auslesekopf (USB) von Udo gekauft und möchte damit mein Easymeter Q3D auslesen.
> Dieses klappt eigentlich ganz gut, nur das ich immer sehr hohe spitzen drin habe.
> Sowas wie 24 MW.
>
> Wie bekomme ich diese weg. Ich schicke euch meine vzlogger conf mal mit.
>
> /**
> * vzlogger configuration
> *
> * use proper encoded JSON with javascript comments
> *
> * take a look at the wiki for detailed information:
> * http://wiki.volkszaehler.org/software/controller/vzlogger#configuration
> */
>
> {
> "retry" : 30, /* how long to sleep between failed requests, in seconds */
> "daemon": true, /* run periodically */
> //"foreground" : true, /* dont run in background (prevents forking) */
> "verbosity" : 1, /* between 0 and 15 */
> "log" : "/var/log/vzlogger.log", /* path to logfile, optional */
>
> "local" : {
> "enabled" : false, /* should we start the local HTTPd for serving live readings? */
> "port" : 80, /* the TCP port for the local HTTPd */
> "index" : true, /* should we provide a index listing of available channels if no UUID was requested? */
> "timeout" : 30, /* timeout for long polling comet requests, 0 disables comet, in seconds */
> "buffer" : 600 /* how long to buffer readings for the local interface, in seconds */
> },
>
> "meters" : [{
> "enabled" : true, /* disabled meters will be ignored */
> "protocol" : "d0", /* see 'vzlogger -h' for list of available prot$ */
> "device" : "/dev/usb-ir-lesekopf",
> "channels": [{
> "uuid" : "9176b410-a273-11e4-9298-d98f4ffd1494",
> "middleware" : "http://localhost/middleware.php",
> "identifier" : "1-0:1.7.255",
> }, {
> "uuid" : "57829b20-a271-11e4-88bc-c33ce80d3bd2",
> "middleware" : "http://localhost/middleware.php",
> "identifier" : "1-0:1.8.0"
> }]
> }]
> }
>
> Danke
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://demo.volkszaehler.org/pipermail/volkszaehler-users/attachments/20150126/65a7d62f/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2342 bytes
Desc: not available
URL: <http://demo.volkszaehler.org/pipermail/volkszaehler-users/attachments/20150126/65a7d62f/attachment.bin>
More information about the volkszaehler-users
mailing list