[vz-users] Easymeter vzlogger-conf

Jan Goe jan.andrea7 at googlemail.com
Mon Jan 26 10:05:16 CET 2015


ja ich habe 2 Meter angeschlossen ( 1x für wohnung 1x für die wäremepumpe )

hier die config:

---------------
/**
 * 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" : 15,               /* 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? */
        "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" : "sml",     /* use 'vzlogger -h' for list of available
protocols */
        "device" : "/dev/usb-ir-lesekopf0",
        "interval": 600,
        "channels": [{
            "uuid" : "11c04d20-a31e-11e4-8745-d1d65d1da157",
            "middleware" : "
http://127.0.0.1/volkszaehler.org/htdocs/middleware.php",
            "identifier" : "1-0:1.8.0",
            }]

        },{
        "enabled" : true,       /* disabled meters will be ignored */
        "protocol" : "sml",     /* use 'vzlogger -h' for list of available
protocols */
        "device" : "/dev/usb-ir-lesekopf1",
        "interval": 600,
        "channels": [{
            "uuid" : "f9d00040-a47e-11e4-8bb8-edea5119d3cf",
            "middleware" : "
http://127.0.0.1/volkszaehler.org/htdocs/middleware.php",
            "identifier" : "1-0:1.8.0",
            }]
        },
]}

---------------------------

2015-01-25 23:33 GMT+01:00 Matthias Behr <mbehr at mcbehr.de>:

> Du hast 2 Meter angeschlossen, oder? Kannst du mal die ganze Config
> schicken?
>
> [Jan 25 21:14:17][mtr0] Reading:
> id=1-0:1.8.0*255/ObisItentifier:1-0:1.8.0*255 value=795555.20
> ts=1422220457.062
> [Jan 25 21:14:18][mtr1] Reading:
> id=1-0:1.8.0*255/ObisItentifier:1-0:1.8.0*255 value=680592.00
> ts=1422220458.662
>
>
>
> Am 26.01.2015 um 06:23 schrieb Jan Goe <jan.andrea7 at googlemail.com>:
>
> hallo im anhang die vzlogger.log
>
> 2015-01-25 22:16 GMT+01:00 Matthias Behr <mbehr at mcbehr.de>:
>
>> 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
>>
>>
> <vzlogger.log>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://demo.volkszaehler.org/pipermail/volkszaehler-users/attachments/20150126/1408cf9f/attachment-0001.html>


More information about the volkszaehler-users mailing list