User Tools

Site Tools


vzloggerhowto

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

vzloggerhowto [2012/08/14 14:04]
elyoliveira [vzlogger HowTo]
vzloggerhowto [2012/10/30 10:27] (current)
Line 9: Line 9:
  
   ## mysmartgrid   ## mysmartgrid
-  deb http://packages.mysmartgrid.de/ubuntu [Open URL] lucid mysmartgrid+  deb http://packages.mysmartgrid.de/ubuntu lucid mysmartgrid
      
 * Ubuntu 12.0 LTS * Ubuntu 12.0 LTS
  
 +  ## mysmartgrid
 +  deb http://packages.mysmartgrid.de/ubuntu precise mysmartgrid
  
 then run: then run:
Line 20: Line 22:
  
  
-==== configuration ====+==== Configuration ====
  
  
-see also: http://wiki.volkszaehler.org/software/controller/vzlogger+See also: http://wiki.volkszaehler.org/software/controller/vzlogger
  
-changes in the neu version: 
  
-* meter configuration +Changes in the new version:
-. there is a new parameter:+
  
 +=== Meter configuration ===
 +
 +There is a new parameter:
         "enabled" : true,       /* disabled meters will be ignored */         "enabled" : true,       /* disabled meters will be ignored */
  
-* channel configuration +=== Channel configuration === 
-. there several new parameter+ 
-   +There are several new parameters
-. when using volkszaehler as middleware you need + 
-   +  * When using volkszaehler as middleware you need: 
-       "protocol" : "vz", /* volkszaehler.org */ + 
-        +        "protocol" : "vz", /* volkszaehler.org */ 
-. when using mysmartgrid as middleware you need + 
-  + 
 +  * When using mysmartgrid as middleware you need: 
        "protocol" : "mysmartgrid",        "protocol" : "mysmartgrid",
        "device"    : "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",        "device"    : "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
Line 50: Line 55:
        "scaler" : 1000,  /* d0 counter is in kWh */        "scaler" : 1000,  /* d0 counter is in kWh */
  
-where the values for device, uuid and secretKey are create by using the uuidgen command.+ 
 +where the values for device, uuidand secretKey are created by using the uuidgen command
 + 
 + 
 + 
 +The values for device and secretKey will be the same for each channel.
      
-the Values for device and secretKey will be the same for each channel. 
      
-   +Before starting the vzlogger, the logger must be registrated by running:
-Before starting the vzlogger , the logger must be registrated by running+
      vzlogger -r      vzlogger -r
            
      
-On mysmartgrid.de you have to connect the logger the you mysmartgrid account. There for you onthe page 'Geräte' and use the first 10 character (without '-') of the configured device-uuid. +On mysmartgrid.de you have to connect to the logger of your mysmartgrid account. There for you on the page 'Geräte' and use the first 10 character (without '-') of the configured device-uuid. 
-  +
vzloggerhowto.1344945858.txt.gz · Last modified: 2012/10/30 10:35 (external edit)