<div dir="ltr">Sorry to bather again....<div><br></div><div>Now I made 4 sensors (uuid's). @ are for messuring electricity (usage en sun), one for gas usage and one for water usage.</div><div>The electicity sun (Energie opbrengst) dosn't work, It does work when I delete the "Energie opbrengst" in the config file (so I know the hardware is working fine).<br></div><div>It seems they can not exists together.</div><div><br></div><div><img src="cid:ii_1572a094fa8f4608" alt="Inline afbeelding 1" width="472" height="140"><br></div><div><br></div><div>My config file is the following where every s0 meter is a copy of the first where I changed the UUID and the GPIO:</div><div><div>/**</div><div> * vzlogger configuration</div><div> *</div><div> * use proper encoded JSON with javascript comments</div><div> *</div><div> * take a look at the wiki for detailed information:</div><div> * <a href="http://wiki.volkszaehler.org/software/controller/vzlogger#configuration">http://wiki.volkszaehler.org/software/controller/vzlogger#configuration</a></div><div> */</div><div><br></div><div>{</div><div>"retry" : 30,                   /* how long to sleep between failed requests, in seconds */</div><div>"daemon": true,                /* run periodically */</div><div>"verbosity" : 15,               /* between 0 and 15 */</div><div>"log" : "/var/log/vzlogger.log",/* path to logfile, optional */</div><div><br></div><div>"local" : {</div><div>        "enabled" : false,      /* should we start the local HTTPd for serving live readings? */</div><div>        "port" : 8080,            /* the TCP port for the local HTTPd */</div><div>        "index" : true,         /* should we provide a index listing of available channels? */</div><div>        "timeout" : 30,         /* timeout for long polling comet requests, 0 disables comet, in seconds */</div><div>        "buffer" : 600          /* how long to buffer readings for the local interface, in seconds */</div><div>},</div><div><br></div><div>"meters" : [{</div><div>      "enabled" : true,       /* disabled meters will be ignored */</div><div>      "allowskip": false,</div><div>      "interval": 1,</div><div>      "aggtime": -1,</div><div>      "channels": [</div><div>        {</div><div>          "uuid": "dd995220-7a47-11e6-86ce-6bf65a52ce09",</div><div>          "identifier": "Impulse",</div><div>          "api": "volkszaehler",</div><div>          "middleware": "<a href="http://localhost/middleware.php">http://localhost/middleware.php</a>",</div><div>          "aggmode": "none",</div><div>          "duplicates": 0</div><div>        }</div><div>      ],</div><div>      "aggfixedinterval": false,</div><div>      "protocol": "s0",</div><div>      "device": "",</div><div>      "gpio": 4,</div><div>      "gpio_dir": -1,</div><div>      "configureGPIO": true,</div><div>      "resolution": 1,</div><div>      "send_zero": false,</div><div>      "debounce_delay": 30,</div><div>      "nonblocking_delay": 100000</div><div><br></div><div>        },</div><div>      {</div><div>      "enabled" : true,       /* disabled meters will be ignored */</div><div>      "allowskip": false,</div><div>      "interval": 1,</div><div>      "aggtime": -1,</div><div>      "channels": [</div><div>        {</div><div>          "uuid": "dfc58710-7a47-11e6-9278-45f4e725fa39",</div><div>          "identifier": "Impulse",</div><div>          "api": "volkszaehler",</div><div>          "middleware": "<a href="http://localhost/middleware.php">http://localhost/middleware.php</a>",</div><div>          "aggmode": "none",</div><div>          "duplicates": 0</div><div>        }</div><div>      ],</div><div>      "aggfixedinterval": false,</div><div>      "protocol": "s0",</div><div>      "device": "",</div><div>      "gpio": 22,</div><div>      "gpio_dir": -1,</div><div>      "configureGPIO": true,</div><div>      "resolution": 1,</div><div>      "send_zero": false,</div><div>      "debounce_delay": 30,</div><div>      "nonblocking_delay": 100000</div><div><br></div><div>        },</div><div><br></div><div>        {</div><div>      "enabled" : true,       /* disabled meters will be ignored */</div><div>      "allowskip": false,</div><div>      "interval": 1,</div><div>      "aggtime": -1,</div><div>      "channels": [</div><div>        {</div><div>          "uuid": "6823ec50-7a48-11e6-ba8f-eb092025f059",</div><div>          "identifier": "Impulse",</div><div>          "api": "volkszaehler",</div><div>          "middleware": "<a href="http://localhost/middleware.php">http://localhost/middleware.php</a>",</div><div>          "aggmode": "none",</div><div>          "duplicates": 0</div><div>        }</div><div>      ],</div><div>      "aggfixedinterval": false,</div><div>      "protocol": "s0",</div><div>      "device": "",</div><div>      "gpio": 24,</div><div>      "gpio_dir": -1,</div><div>      "configureGPIO": true,</div><div>      "resolution": 1,</div><div>      "send_zero": false,</div><div>      "debounce_delay": 30,</div><div>      "nonblocking_delay": 100000</div><div><br></div><div>        },{</div><div>      "enabled" : true,       /* disabled meters will be ignored */</div><div>      "allowskip": false,</div><div>      "interval": 1,</div><div>      "aggtime": -1,</div><div>      "channels": [</div><div>        {</div><div>          "uuid": "7265eee0-7a48-11e6-9eb5-fd85707de1a1",</div><div>          "identifier": "Impulse",</div><div>          "api": "volkszaehler",</div><div>          "middleware": "<a href="http://localhost/middleware.php">http://localhost/middleware.php</a>",</div><div>          "aggmode": "none",</div><div>          "duplicates": 0</div><div>        }</div><div>      ],</div><div>      "aggfixedinterval": false,</div><div>      "protocol": "s0",</div><div>      "device": "",</div><div>      "gpio": 25,</div><div>      "gpio_dir": -1,</div><div>      "configureGPIO": true,</div><div>      "resolution": 1,</div><div>      "send_zero": false,</div><div>      "debounce_delay": 30,</div><div>      "nonblocking_delay": 100000</div><div><br></div><div>        }</div><div>]</div><div><br></div><div>}</div></div><div><br></div>​Does anyone know what is wrong?<div><br></div><div>Thanks in advance.</div></div>