<div><span class="font" style="font-family: 'courier new', monospace, sans-serif;">Hallo Zusammen,</span><span class="font" style="font-family: 'courier new', monospace, sans-serif;"><br></span></div><div><span class="font" style="font-family: 'courier new', monospace, sans-serif;"><br></span></div><div><span class="font" style="font-family: 'courier new', monospace, sans-serif;">in meinem Anwendungsfall geht vzlogger mit "Bus Error" / SIBGUS auf die Bretter (log im Anhang)</span><span class="font" style="font-family: 'courier new', monospace, sans-serif;">.<br></span></div><div><span class="font" style="font-family: 'courier new', monospace, sans-serif;"><br></span></div><div><span class="font" style="font-family: 'courier new', monospace, sans-serif;">Ich habe einen MeterExec mit (aktuell) zwei Channels konfiguriert. Das Kommando ist dabei ein expect script Aufruf. Das Script holt von FHEM via telnet Messwerte ab (nachfolgend Readings genannt) und gibt diese auf stdout im Format $i $t $v aus (Expect Script output im Anhang).</span><span class="font" style="font-family: 'courier new', monospace, sans-serif;"><br></span></div><div><span class="font" style="font-family: 'courier new', monospace, sans-serif;"><br></span></div><div><span class="font" style="font-family: 'courier new', monospace, sans-serif;">Grundsätzlich funktioniert alles wie ich mir das erhofft hatte. Sobald ich die Anzahl der Readings allerdings erhöhe und somit die ausgegbenen Zeilen / Bytes mehr werden tritt der Fehler auf. Das passiert bei ~1500 Bytes.</span><span class="font" style="font-family: 'courier new', monospace, sans-serif;"><br></span></div><div><span class="font" style="font-family: 'courier new', monospace, sans-serif;">  </span><span class="font" style="font-family: 'courier new', monospace, sans-serif;"><br></span></div><div><span class="font" style="font-family: 'courier new', monospace, sans-serif;">Jemand ne Idee?</span><br></div><div><br></div><div><span class="font" style="font-family: 'courier new', monospace, sans-serif;">Gruß,</span><br></div><div><span class="font" style="font-family: 'courier new', monospace, sans-serif;">Claus<br></span></div><div><span class="font" style="font-family: 'courier new', monospace, sans-serif;"><br></span></div><div><span class="font" style="font-family: 'courier new', monospace, sans-serif;">Meine Konfiguration sieht folgendermaßen aus.</span><span class="font" style="font-family: 'courier new', monospace, sans-serif;"><br></span></div><div><span class="font" style="font-family: 'courier new', monospace, sans-serif;">{                                                 </span><span class="font" style="font-family: 'courier new', monospace, sans-serif;"><br></span></div><div><span class="font" style="font-family: 'courier new', monospace, sans-serif;">  "retry": 0,</span><span class="font" style="font-family: 'courier new', monospace, sans-serif;"><br></span></div><div><span class="font" style="font-family: 'courier new', monospace, sans-serif;">  "daemon": false,</span><span class="font" style="font-family: 'courier new', monospace, sans-serif;"><br></span></div><div><span class="font" style="font-family: 'courier new', monospace, sans-serif;">  "verbosity": 15,</span><span class="font" style="font-family: 'courier new', monospace, sans-serif;"><br></span></div><div><span class="font" style="font-family: 'courier new', monospace, sans-serif;">  "log": "/tmp/vzlogger.log",                     </span><span class="font" style="font-family: 'courier new', monospace, sans-serif;"><br></span></div><div><span class="font" style="font-family: 'courier new', monospace, sans-serif;">  "local": {</span><span class="font" style="font-family: 'courier new', monospace, sans-serif;"><br></span></div><div><span class="font" style="font-family: 'courier new', monospace, sans-serif;">    "enabled": false,</span><span class="font" style="font-family: 'courier new', monospace, sans-serif;"><br></span></div><div><span class="font" style="font-family: 'courier new', monospace, sans-serif;">    "port": 8091,</span><span class="font" style="font-family: 'courier new', monospace, sans-serif;"><br></span></div><div><span class="font" style="font-family: 'courier new', monospace, sans-serif;">    "index": true,</span><span class="font" style="font-family: 'courier new', monospace, sans-serif;"><br></span></div><div><span class="font" style="font-family: 'courier new', monospace, sans-serif;">    "timeout": 0,</span><span class="font" style="font-family: 'courier new', monospace, sans-serif;"><br></span></div><div><span class="font" style="font-family: 'courier new', monospace, sans-serif;">    "buffer": 0</span><span class="font" style="font-family: 'courier new', monospace, sans-serif;"><br></span></div><div><span class="font" style="font-family: 'courier new', monospace, sans-serif;">  },</span><span class="font" style="font-family: 'courier new', monospace, sans-serif;"><br></span></div><div><span class="font" style="font-family: 'courier new', monospace, sans-serif;">  "meters": [</span><span class="font" style="font-family: 'courier new', monospace, sans-serif;"><br></span></div><div><span class="font" style="font-family: 'courier new', monospace, sans-serif;">    {</span><span class="font" style="font-family: 'courier new', monospace, sans-serif;"><br></span></div><div><span class="font" style="font-family: 'courier new', monospace, sans-serif;">      "enabled": true,</span><span class="font" style="font-family: 'courier new', monospace, sans-serif;"><br></span></div><div><span class="font" style="font-family: 'courier new', monospace, sans-serif;">      "allowskip": false,</span><span class="font" style="font-family: 'courier new', monospace, sans-serif;"><br></span></div><div><span class="font" style="font-family: 'courier new', monospace, sans-serif;">      "interval": 10,</span><span class="font" style="font-family: 'courier new', monospace, sans-serif;"><br></span></div><div><span class="font" style="font-family: 'courier new', monospace, sans-serif;">      "aggtime": -1,</span><span class="font" style="font-family: 'courier new', monospace, sans-serif;"><br></span></div><div><span class="font" style="font-family: 'courier new', monospace, sans-serif;">      "aggfixedinterval": false,</span><span class="font" style="font-family: 'courier new', monospace, sans-serif;"><br></span></div><div><span class="font" style="font-family: 'courier new', monospace, sans-serif;">      "channels": [</span><span class="font" style="font-family: 'courier new', monospace, sans-serif;"><br></span></div><div><span class="font" style="font-family: 'courier new', monospace, sans-serif;">        {</span><span class="font" style="font-family: 'courier new', monospace, sans-serif;"><br></span></div><div><span class="font" style="font-family: 'courier new', monospace, sans-serif;">          "uuid": "7b9aca30-d3aa-11e7-ae12-554e22e6bffa",</span><span class="font" style="font-family: 'courier new', monospace, sans-serif;"><br></span></div><div><span class="font" style="font-family: 'courier new', monospace, sans-serif;">          "identifier": "dht.aussen.temperature",         </span><span class="font" style="font-family: 'courier new', monospace, sans-serif;"><br></span></div><div><span class="font" style="font-family: 'courier new', monospace, sans-serif;">          "middleware": "</span><a href="http://sandboxpi/volkszaehler/middleware.php"><span class="font" style="font-family: 'courier new', monospace, sans-serif;">http://sandboxpi/volkszaehler/middleware.php</span></a><span class="font" style="font-family: 'courier new', monospace, sans-serif;">"</span><span class="font" style="font-family: 'courier new', monospace, sans-serif;"><br></span></div><div><span class="font" style="font-family: 'courier new', monospace, sans-serif;">        },</span><span class="font" style="font-family: 'courier new', monospace, sans-serif;"><br></span></div><div><span class="font" style="font-family: 'courier new', monospace, sans-serif;">        {</span><span class="font" style="font-family: 'courier new', monospace, sans-serif;"><br></span></div><div><span class="font" style="font-family: 'courier new', monospace, sans-serif;">          "uuid": "76925b50-d3b0-11e7-986f-51d2e8c4644a",</span><span class="font" style="font-family: 'courier new', monospace, sans-serif;"><br></span></div><div><span class="font" style="font-family: 'courier new', monospace, sans-serif;">          "identifier": "dht.aussen.humidity",</span><span class="font" style="font-family: 'courier new', monospace, sans-serif;"><br></span></div><div><span class="font" style="font-family: 'courier new', monospace, sans-serif;">          "middleware": "</span><a href="http://sandboxpi/volkszaehler/middleware.php"><span class="font" style="font-family: 'courier new', monospace, sans-serif;">http://sandboxpi/volkszaehler/middleware.php</span></a><span class="font" style="font-family: 'courier new', monospace, sans-serif;">"</span><span class="font" style="font-family: 'courier new', monospace, sans-serif;"><br></span></div><div><span class="font" style="font-family: 'courier new', monospace, sans-serif;">        }</span><span class="font" style="font-family: 'courier new', monospace, sans-serif;"><br></span></div><div><span class="font" style="font-family: 'courier new', monospace, sans-serif;">      ],</span><span class="font" style="font-family: 'courier new', monospace, sans-serif;"><br></span></div><div><span class="font" style="font-family: 'courier new', monospace, sans-serif;">      "protocol": "exec",</span><span class="font" style="font-family: 'courier new', monospace, sans-serif;"><br></span></div><div><span class="font" style="font-family: 'courier new', monospace, sans-serif;">      "command": "expect ~/fhem2vzlogger.exp sandboxpi 7072",</span><span class="font" style="font-family: 'courier new', monospace, sans-serif;"><br></span></div><div><span class="font" style="font-family: 'courier new', monospace, sans-serif;">      "format": "$i $t $v"</span><span class="font" style="font-family: 'courier new', monospace, sans-serif;"><br></span></div><div><span class="font" style="font-family: 'courier new', monospace, sans-serif;">    }</span><span class="font" style="font-family: 'courier new', monospace, sans-serif;"><br></span></div><div><span class="font" style="font-family: 'courier new', monospace, sans-serif;">  ]</span><span class="font" style="font-family: 'courier new', monospace, sans-serif;"><br></span></div><div><span class="font" style="font-family: 'courier new', monospace, sans-serif;">}</span><span class="font" style="font-family: 'courier new', monospace, sans-serif;"><br></span></div>