[vz-users] Data Transfer from EMH 00 over nanomcu - wlan to Raspy4 with vzlogger problem

Roland Dibak roland at dibak.de
Fri Nov 15 23:22:46 CET 2019


I want to query my electricity meter with vzlogger.
Counter is an EMH 00. IR LED is transmitting.
Continue with IR Diode, Nanomcu with ESPEasy and Device Serial Server into the WLAN
TCP port 23, 9600 baud, 8N1,
Data is sent and arrives.
I see that with putty on PC. I can not read, but i see running data.
Vzlogger 0.8.0 is installed on Raspi4.
Data as above. With „sml“ nothing matters.
I turn to „D0“ i get data but I can not get on with that
"Too much data for OBIS code"
I changed databits and parity. Did not help.
What else can I try?

My config

{
  "retry": 0,
  "daemon": false,
  "verbosity": 15,
  "log": "/home/pi/vzlo_sml.log",
  "local": {
    "enabled": false,
    "port": 8080,
    "index": true,
    "timeout": 30,
    "buffer": 600
  },
  "meters": [
    {
      "enabled": true,
      "allowskip": true,
      "protocol": "sml",
      "host": "192.168.4.20:24",
      "baudrate": 9600,
      "parity": "8N1",
      "aggtime": -1,
      "aggfixedinterval": true,
      "read_timeout": 60
    }
  ]
}

I hope someone can help me
Best regards
Roland
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://demo.volkszaehler.org/pipermail/volkszaehler-users/attachments/20191115/4b2b3903/attachment.html>


More information about the volkszaehler-users mailing list