[vz-users] vzlogger bekommt keine Daten vom IR Lesekopf

Carsten Stock Carsten_Stock at web.de
Sun Aug 11 09:09:54 CEST 2019


Hallo alle,

ich habe einen neuen Stromzähler bekommen und musste meinen Lesekopf
umbauen. Mein Raspberry bekommt auch Daten über USB0, allerdings kann
der vzlogger die Daten irgendwie nicht auswerten. Wenn ich den DUMP
richtig interpretiere ist es ein sml format.

Ich habe jetzt alle möglichen Varianten versucht, ohne Erfolg! Ich habe
jetzt keine Idee mehr. Könnt Ihr mir helfen?

Der USB Dump (/dev/ttyUSB0) sieht wie folgt aus:

0000500 9c f0 1b 1b 1b 1b 01 01 01 01 76 05 00 70 64 00
0000520 01 62 00 72 63 01 01 76 01 01 05 00 28 2a 1f 0b
0000540 00 01 40 52 4b 00 04 39 03 12 72 62 01 65 00 28
0000560 28 c6 62 42 f3 82 00 76 05 00 78 7e 5e 62 00 62
0000600 00 72 63 07 01 20 00 00 a1 49 53 4b 00 04 39 03
0000620 12 07 01 00 62 0a ff f7 60 08 65 00 28 28 c6 74
0000640 77 07 01 00 60 32 01 01 01 01 00 49 53 4b 01 77
0000660 07 01 00 60 01 00 ff 01 01 01 01 00 21 49 53 4b
0000700 00 04 39 03 12 01 77 07 01 00 01 08 00 09 01 18
0000720 81 04 01 62 1e 52 ff 65 00 16 07 db 01 77 07 00
0000740 00 07 00 ff 01 01 62 1b 52 00 52 4e 01 01 01 63
0000760 4e 00 60 05 00 78 7e 5f 62 00 62 00 72 63 02 01
0001000 71 01 63 67 01 00 00 1b 1b 1b 1b 1a 02 70 46 fb
0001020 ff fe fe ff fe ff fb fc 3f ff ff f4 fe fc ff df
0001040 ff fc ff f8 ff dc fe fc fe f6 ff fd ff f8 fe ff
0001060 e2 ff fe fe fe fe ff fc ff e8 ff ff c2 fe f8 fc
0001100 ff 1b 1b 1b 1b 01 01 01 56 10 78 7e 60 62 00 62
0001120 00 72 63 01 01 76 01 01 01 00 20 2a 20 0b 0a 01
0001140 49 53 4b 00 04 39 03 12 72 62 01 05 00 e8 62 01
0001160 63 15 d1 00 76 05 00 78 7e 61 62 00 62 00 63 07
0001200 01 77 01 0b 0a 01 49 53 4b 00 04 39 03 12 07 00
0001220 60 08 ff ff 72 62 01 65 00 28 28 c7 74 77 07 01
0001240 00 00 00 01 01 01 01 01 04 49 53 4b 01 77 07 01
0001260 00 60 01 00 b9 01 01 01 0b 0a 01 49 53 4b 00 04
0001300 39 03 12 01 77 07 00 01 08 00 ff 65 00 1c 81 04
0001320 01 62 1e 52 ff 65 00 16 00 32 76 07 01 00 10 07
0001340 00 ff 01 01 62 1b 52 00 52 4b 00 00 63 cd 1d 00
0001360 76 05 00 78 7e 62 62 00 62 00 72 63 00 60 01 63
0001400 d6 59 00 00 00 1b 1b 1b 1b 1a 02 c5 b7 7c ff 94
0001420 9e fe ff 9e 9e f8 f9 ff ff ff ce fe ff fe ff fe
0001440 f8 fc fc f8 ee fe f2 ff fc ff ff ff fc fc 5f 6e
0001460 fa f0 ff fe f0 ff fb ff fc fc ff de e6 ff ff 1b
0001500 1b 1b 1b 01 01 01 01 76 05 00 f0 88 89 01 62 00
0001520 72 63 01 01 76 01 01 05 00 28 2a 01 00 00 01 49
0001540 53 4b 00 04 39 03 12 72 62 01 65 00 28 28 80 00
0001560 2c 5c 1c 76 05 00 78 7e 64 62 00 62 00 72 63 07
0001600 52 0a 0a 01 49 53 4b 00 04 39 03 12 07 01 00 62
0001620 0a 20 60 62 01 65 00 28 28 c8 74 77 07 01 00 60


Meine vzlogger.conf:

{
  "retry": 3,
  "daemon": true,
  "verbosity": 15,
  "log": "/var/log/vzlogger.log",

  "local": {
    "enabled": false,
    "port": 8080,
    "index": false,
    "timeout": 0,
    "buffer": 0,
    "use_local_time": true,

  },

  "meters": [
    {
      "enabled": true,
      "protocol": "sml",
      "device": "/dev/ttyUSB0",
      "baudrate": 9600,
      "parity": "8n1",
      "allowskip": false,
      "interval": -1,
      "aggtime": -1,
      "aggfixedinterval": true,
 
  "channels": [
        {
          "api": "volkszaehler",
          "uuid": "d9b28d20-b41f-11e9-85de-8970c894d413",
          "identifier": "1-0:16.7.0",
          "middleware": "http://localhost/middleware.php",
          "aggmode": "avg",
          "duplicates": 0
        },

        {
          "api": "volkszaehler",
          "uuid": "13def240-b458-11e9-adc9-71b50e6de454",
          "identifier": "1-0:1.8.0",
          "middleware": "http://localhost/middleware.php",
          "aggmode": "max",
          "duplicates": 0
        }

      ]
    }
  ]
}

wenn ich die Konfig einlese bekomme ich folgende Meldung:

[Aug 11 00:07:11][main] vzlogger v0.7.0 based on
heads/master-0-g12e74ddd43 from Sun, 2 Jun 2019 20:48:14 +0200 started.
[Aug 11 00:07:11]       Ignoring invalid field or type:
use_local_time=true (boolean)
[Aug 11 00:07:11][mtr0] Creating new meter with protocol sml.
[Aug 11 00:07:11][mtr0] Meter configured, enabled.
[Aug 11 00:07:11]       New meter initialized (protocol=sml)
[Aug 11 00:07:11]       Configure channel.
[Aug 11 00:07:11][chn0] New channel initialized (uuid=...94d413
api=volkszaehler id=1-0:16.7.0)
[Aug 11 00:07:11]       Configure channel.
[Aug 11 00:07:11][chn1] New channel initialized (uuid=...6de454
api=volkszaehler id=1-0:1.8.0)
[Aug 11 00:07:11]       Have 1 meters.
[Aug 11 00:07:11][main] log level is 15
[Aug 11 00:07:11][main] daemon=1, local=0
[Aug 11 00:07:11]       Daemonize process...

Im Logfile bekomme ich folgende Meldungen:

[Aug 11 00:01:37][main] vzlogger v0.7.0 based on
heads/master-0-g12e74ddd43 from Sun, 2 Jun 2019 20:48:14 +0200 started.
[Aug 11 00:01:37]       Ignoring invalid field or type:
use_local_time=true (boolean)
[Aug 11 00:01:37][mtr0] Creating new meter with protocol sml.
[Aug 11 00:01:37][mtr0] Meter configured, enabled.
[Aug 11 00:01:37]       New meter initialized (protocol=sml)
[Aug 11 00:01:37]       Configure channel.
[Aug 11 00:01:37][chn0] New channel initialized (uuid=...94d413
api=volkszaehler id=1-0:16.7.0)
[Aug 11 00:01:37]       Configure channel.
[Aug 11 00:01:37][chn1] New channel initialized (uuid=...6de454
api=volkszaehler id=1-0:1.8.0)
[Aug 11 00:01:37]       Have 1 meters.
[Aug 11 00:01:37][main] log level is 15
[Aug 11 00:01:37][main] daemon=1, local=0
[Aug 11 00:01:37]       Daemonize process...
[Aug 11 00:01:37]       Opened logfile /var/log/vzlogger.log
[Aug 11 00:01:37][push] No pushDataServer defined.
[Aug 11 00:01:37][]     ===> Start meters
[Aug 11 00:01:37][mtr0] Meter connection established
[Aug 11 00:01:37][mtr0] Meter thread started
[Aug 11 00:01:37][mtr0] Meter is opened. Starting channels.
[Aug 11 00:01:37][mtr0] Number of readers: 32
[Aug 11 00:01:37][chn0] Logging thread started
[Aug 11 00:01:37][chn0] Start logging thread for volkszaehler-api.
Running as daemon: yes
[Aug 11 00:01:37][mtr0] Config.daemon: 1
[Aug 11 00:01:37][mtr0] Config.local: 0
[Aug 11 00:01:37][chn1] Start logging thread for volkszaehler-api.
Running as daemon: yes
[Aug 11 00:01:37][chn1] Logging thread started
[Aug 11 00:01:37][chn0] Using default volkszaehler api.
[Aug 11 00:01:37][]     Startup done.
[Aug 11 00:01:37][chn1] Using default volkszaehler api.
[Aug 11 00:02:51][sml]  sml_transport_read returned len=0 after reopen
[Aug 11 00:02:51][sml]  short message from sml_transport_read len=0
[Aug 11 00:02:51][mtr0] Got 0 new readings from meter:
[Aug 11 00:02:51][chn0] ==> number of tuples: 0
[Aug 11 00:02:51][chn1] ==> number of tuples: 0
[Aug 11 00:02:51][chn0] JSON request body is null. Nothing to send now.
[Aug 11 00:02:51][chn1] JSON request body is null. Nothing to send now.
[Aug 11 00:05:01]       MapContainer::quit terminating on signal 15.
[Aug 11 00:05:01]       Closing connections to terminate
[Aug 11 00:05:01][main] MeterMap::cancel entered...
[Aug 11 00:05:01][main] MeterMap::cancel wait for readingthread
[Aug 11 00:05:01][main] MeterMap::cancel wait for meter::close
[Aug 11 00:05:01][main] MeterMap::cancel finished.
[Aug 11 00:05:01][main] MapContainer::quit finished.
[Aug 11 00:06:36][main] vzlogger v0.7.0 based on
heads/master-0-g12e74ddd43 from Sun, 2 Jun 2019 20:48:14 +0200 started.
[Aug 11 00:06:36]       Ignoring invalid field or type:
use_local_time=true (boolean)
[Aug 11 00:06:36][mtr0] Creating new meter with protocol sml.
[Aug 11 00:06:36][mtr0] Meter configured, enabled.
[Aug 11 00:06:36]       New meter initialized (protocol=sml)
[Aug 11 00:06:36]       Configure channel.
[Aug 11 00:06:36][chn0] New channel initialized (uuid=...94d413
api=volkszaehler id=1-0:16.7.0)
[Aug 11 00:06:36]       Configure channel.
[Aug 11 00:06:36][chn1] New channel initialized (uuid=...6de454
api=volkszaehler id=1-0:1.8.0)
[Aug 11 00:06:36]       Have 1 meters.
[Aug 11 00:06:36][main] log level is 15
[Aug 11 00:06:36][main] daemon=1, local=0
[Aug 11 00:06:36]       Daemonize process...
[Aug 11 00:06:36]       Opened logfile /var/log/vzlogger.log
[Aug 11 00:06:36][push] No pushDataServer defined.
[Aug 11 00:06:36][]     ===> Start meters
[Aug 11 00:06:36][mtr0] Meter connection established
[Aug 11 00:06:36][mtr0] Meter thread started
[Aug 11 00:06:36][mtr0] Meter is opened. Starting channels.
[Aug 11 00:06:36][mtr0] Number of readers: 32
[Aug 11 00:06:36][chn0] Logging thread started
[Aug 11 00:06:36][chn0] Start logging thread for volkszaehler-api.
Running as daemon: yes
[Aug 11 00:06:36][mtr0] Config.daemon: 1
[Aug 11 00:06:36][chn1] Logging thread started
[Aug 11 00:06:36][mtr0] Config.local: 0
[Aug 11 00:06:36][]     Startup done.
[Aug 11 00:06:36][chn1] Start logging thread for volkszaehler-api.
Running as daemon: yes
[Aug 11 00:06:36][chn0] Using default volkszaehler api.
[Aug 11 00:06:36][chn1] Using default volkszaehler api.
[Aug 11 00:07:11][main] vzlogger v0.7.0 based on
heads/master-0-g12e74ddd43 from Sun, 2 Jun 2019 20:48:14 +0200 started.
[Aug 11 00:07:11]       Ignoring invalid field or type:
use_local_time=true (boolean)
[Aug 11 00:07:11][mtr0] Creating new meter with protocol sml.
[Aug 11 00:07:11][mtr0] Meter configured, enabled.
[Aug 11 00:07:11]       New meter initialized (protocol=sml)
[Aug 11 00:07:11]       Configure channel.
[Aug 11 00:07:11][chn0] New channel initialized (uuid=...94d413
api=volkszaehler id=1-0:16.7.0)
[Aug 11 00:07:11]       Configure channel.
[Aug 11 00:07:11][chn1] New channel initialized (uuid=...6de454
api=volkszaehler id=1-0:1.8.0)
[Aug 11 00:07:11]       Have 1 meters.
[Aug 11 00:07:11][main] log level is 15
[Aug 11 00:07:11][main] daemon=1, local=0
[Aug 11 00:07:11]       Daemonize process...
[Aug 11 00:07:11]       Opened logfile /var/log/vzlogger.log
[Aug 11 00:07:11][push] No pushDataServer defined.
[Aug 11 00:07:11][]     ===> Start meters
[Aug 11 00:07:11][mtr0] Meter connection established
[Aug 11 00:07:11][mtr0] Meter thread started
[Aug 11 00:07:11][mtr0] Meter is opened. Starting channels.
[Aug 11 00:07:11][mtr0] Number of readers: 32
[Aug 11 00:07:11][mtr0] Config.daemon: 1
[Aug 11 00:07:11][chn0] Logging thread started
[Aug 11 00:07:11][mtr0] Config.local: 0
[Aug 11 00:07:11][chn0] Start logging thread for volkszaehler-api.
Running as daemon: yes
[Aug 11 00:07:11][chn1] Logging thread started
[Aug 11 00:07:11][]     Startup done.
[Aug 11 00:07:11][chn0] Using default volkszaehler api.
[Aug 11 00:07:11][chn1] Start logging thread for volkszaehler-api.
Running as daemon: yes
[Aug 11 00:07:11][chn1] Using default volkszaehler api.
[Aug 11 00:09:16][sml]  reopen called. current fd=4
[Aug 11 00:09:16][sml]  after reopen fd=4

Vielen Dank für eure Hilfe.

Gruß,

Carsten


-------------- next part --------------
0000000 78 7e 59 62 00 62 00 72 63 02 01 71 01 62 88 00
0000020 00 00 00 1a 1b 1b 1b 1a 03 ec 37 fe ff fe ff ff
0000040 fe fe ff 68 fe fb fc ff ff ff fd fb fe ff ff f8
0000060 fe f8 fd fe 8b fd 6c ff 6f ff fc ff fe fc ff ff
0000100 f8 fc fb fe 1e fe 9f fc ff 3f 02 a3 a3 a3 01 01
0000120 01 76 05 00 78 7e 5a 62 00 62 00 08 04 01 76 01
0000140 01 05 00 28 2a 1e 0b 0a 01 49 53 4b 00 0c 20 22
0000160 2e ac 65 00 28 28 c5 62 01 63 89 81 00 76 00 f9
0000200 6d 89 01 62 00 72 63 07 01 77 01 0b 08 01 41 00
0000220 00 04 39 03 12 07 01 00 62 0a ff ff 72 62 01 65
0000240 00 00 00 74 77 07 01 00 60 32 01 01 01 01 01 01
0000260 04 48 03 03 86 50 00 60 01 00 ff 01 01 01 01 0b
0000300 0a 01 09 53 0b 00 39 03 12 01 77 07 01 00 01 08
0000320 00 ff 65 00 1c 81 04 40 1c 52 ff 65 00 16 07 da
0000340 01 77 07 01 00 10 07 00 ff 00 00 68 52 00 52 50
0000360 01 01 01 63 0b 5a 00 76 05 00 78 40 18 08 62 00
0000400 72 63 02 01 71 01 63 c4 83 00 00 00 1b 13 10 12
0000420 18 02 a1 b6 f9 fe fc ff ff 4e ff bc 2c ff ff fe
0000440 ff f7 fc fc ff ff 1e ff fe 7f ff ff e0 f8 ff ff
0000460 f8 fc ff ff f8 f8 ff fe c2 ff fe e0 ff f8 ff fc
0000500 9c f0 1b 1b 1b 1b 01 01 01 01 76 05 00 70 64 00
0000520 01 62 00 72 63 01 01 76 01 01 05 00 28 2a 1f 0b
0000540 00 01 40 52 4b 00 04 39 03 12 72 62 01 65 00 28
0000560 28 c6 62 42 f3 82 00 76 05 00 78 7e 5e 62 00 62
0000600 00 72 63 07 01 20 00 00 a1 49 53 4b 00 04 39 03
0000620 12 07 01 00 62 0a ff f7 60 08 65 00 28 28 c6 74
0000640 77 07 01 00 60 32 01 01 01 01 00 49 53 4b 01 77
0000660 07 01 00 60 01 00 ff 01 01 01 01 00 21 49 53 4b
0000700 00 04 39 03 12 01 77 07 01 00 01 08 00 09 01 18
0000720 81 04 01 62 1e 52 ff 65 00 16 07 db 01 77 07 00
0000740 00 07 00 ff 01 01 62 1b 52 00 52 4e 01 01 01 63
0000760 4e 00 60 05 00 78 7e 5f 62 00 62 00 72 63 02 01
0001000 71 01 63 67 01 00 00 1b 1b 1b 1b 1a 02 70 46 fb
0001020 ff fe fe ff fe ff fb fc 3f ff ff f4 fe fc ff df
0001040 ff fc ff f8 ff dc fe fc fe f6 ff fd ff f8 fe ff
0001060 e2 ff fe fe fe fe ff fc ff e8 ff ff c2 fe f8 fc
0001100 ff 1b 1b 1b 1b 01 01 01 56 10 78 7e 60 62 00 62
0001120 00 72 63 01 01 76 01 01 01 00 20 2a 20 0b 0a 01
0001140 49 53 4b 00 04 39 03 12 72 62 01 05 00 e8 62 01
0001160 63 15 d1 00 76 05 00 78 7e 61 62 00 62 00 63 07
0001200 01 77 01 0b 0a 01 49 53 4b 00 04 39 03 12 07 00
0001220 60 08 ff ff 72 62 01 65 00 28 28 c7 74 77 07 01
0001240 00 00 00 01 01 01 01 01 04 49 53 4b 01 77 07 01
0001260 00 60 01 00 b9 01 01 01 0b 0a 01 49 53 4b 00 04
0001300 39 03 12 01 77 07 00 01 08 00 ff 65 00 1c 81 04
0001320 01 62 1e 52 ff 65 00 16 00 32 76 07 01 00 10 07
0001340 00 ff 01 01 62 1b 52 00 52 4b 00 00 63 cd 1d 00
0001360 76 05 00 78 7e 62 62 00 62 00 72 63 00 60 01 63
0001400 d6 59 00 00 00 1b 1b 1b 1b 1a 02 c5 b7 7c ff 94
0001420 9e fe ff 9e 9e f8 f9 ff ff ff ce fe ff fe ff fe
0001440 f8 fc fc f8 ee fe f2 ff fc ff ff ff fc fc 5f 6e
0001460 fa f0 ff fe f0 ff fb ff fc fc ff de e6 ff ff 1b
0001500 1b 1b 1b 01 01 01 01 76 05 00 f0 88 89 01 62 00
0001520 72 63 01 01 76 01 01 05 00 28 2a 01 00 00 01 49
0001540 53 4b 00 04 39 03 12 72 62 01 65 00 28 28 80 00
0001560 2c 5c 1c 76 05 00 78 7e 64 62 00 62 00 72 63 07
0001600 52 0a 0a 01 49 53 4b 00 04 39 03 12 07 01 00 62
0001620 0a 20 60 62 01 65 00 28 28 c8 74 77 07 01 00 60
0001640 32 01 01 00 00 01 04 49 53 4b 01 77 07 01 00 60
0001660 01 00 ff 01 01 00 02 02 01 49 53 4b 00 04 39 03
0001700 12 01 77 07 01 00 01 00 1e 16 1c 81 04 01 62 1e
0001720 52 ff 65 00 16 07 db 01 67 00 00 10 07 00 ff 01
0001740 01 62 1b 52 00 52 4e 01 01 01 63 20 00 76 05 00
0001760 78 7e 65 62 00 62 00 72 63 02 01 71 01 80 7e 00
0002000 00 1b 1b 1b 1b 1a 02 6c 69 9f 78 fe fc ff f8 fc
0002020 ff f8 ff f2 c0 fc fa fe fe ff 1e c6 e0 f9 ff ff
0002040 fc f2 f8 ff d8 ff fc ff f8 fb fd f8 fe e2 fc ff
0002060 fe fc fc fc f8 4e 1b 1b 1b 1b 01 01 40 57 10 78
0002100 7e 66 62 00 62 00 72 63 01 01 76 01 04 00 28 2a
0002120 22 0b 0a 01 49 53 4b 00 04 39 03 12 72 62 40 00
0002140 20 28 c9 62 01 63 26 7d 00 76 05 00 78 7e 67 62
0002160 00 08 62 63 07 01 77 01 0b 0a 01 49 53 4b 00 04
0002200 39 03 00 00 00 60 0a ff ff 72 62 01 65 00 28 28
0002220 c9 74 77 07 01 00 c0 01 01 01 01 01 01 04 49 53
0002240 4b 01 77 07 01 00 40 00 ff 01 01 01 01 0b 0a 01
0002260 49 53 4b 00 04 39 03 12 01 66 00 00 01 08 00 ff
0002300 65 00 1c 81 04 01 62 1e 52 ff 65 00 04 80 17 77
0002320 07 01 00 10 07 00 ff 01 01 62 1b 52 00 00 00 01
0002340 01 63 dd 1f 00 76 05 00 78 7e 68 62 00 62 00 02
0002360 08 20 71 01 63 5e 4e 00 00 00 1b 1b 1b 1b 1a 02
0002400 2d 05 ff fe ff ba 7e bf ff ff fe df ff fc ff cf
0002420 ff ff ff df fe fe 3c f0 ff c1 f0 ff fd fc ff ff
0002440 9e cc fe ff fc ff ff e0 fa fe 1b 1b 1b 1b 01 01
0002460 01 70 05 00 78 7e 69 62 00 62 00 72 63 01 01 76
0002500 01 01 05 41 69 5a 0a 01 49 53 4b 00 04 39 03 12
0002520 72 62 01 05 00 20 ca 62 01 63 41 09 00 76 05 00
0002540 78 7e 6a 62 00 62 8c ac 50 77 01 0b 0a 01 49 53
0002560 4b 00 04 39 03 12 07 2c a1 ff 72 62 01 65 00 28
0002600 28 ca 74 77 07 01 00 00 84 01 01 01 01 01 04 49
0002620 53 4b 01 77 07 01 00 60 01 00 17 01 01 01 0b 0a
0002640 01 49 53 4b 00 04 39 03 12 01 77 07 00 08 00 ff
0002660 65 00 1c 81 04 01 62 1e 52 ff 65 00 16 00 06 67
0002700 07 01 00 10 07 00 ff 01 01 62 1b 52 00 52 4f 00
0002720 00 2c fd 00 76 05 00 78 7e 6b 62 00 62 00 72 63
0002740 00 61 01 63 ed b0 00 00 00 1b 1b 1b 1b 1a 02 6f
0002760 c5 ff fc e4 fc fc fc fe ff f8 fe ff ff ff ff fd
0003000 fc 00 ff fc ff ff fe fc de ff f1 fc ff fd ff ff
0003020 ff ff fc fe ff ff bf fe ff fe fc c6 fb ff e1 fe
0003040 ff ec ff ff 1b 1b 1b 03 40 40 40 40 57 10 78 7e
0003060 6c 62 00 62 00 72 63 01 01 76 01 05 00 28 2a 24
0003100 0b 0a 01 49 53 4b 00 00 30 03 12 72 a8 65 00 28
0003120 28 cb 62 01 63 f7 04 00 76 05 00 78 7e 6d 40 00
0003140 01 72 63 07 01 77 01 0b 0a 01 49 53 43 00 04 39
0003160 01 02 50 00 62 0a ff ff 72 62 01 65 00 28 28 cb
0003200 74 77 01 00 60 32 01 01 01 01 01 01 04 49 53 4b
0003220 01 67 07 01 00 08 00 ff 01 01 01 01 0b 0a 01 49
0003240 53 4b 00 00 30 03 12 d7 50 00 01 08 00 ff 65 00
0003260 1c 81 04 01 62 1e 52 ff 44 00 16 07 dc 01 77 07
0003300 01 00 10 07 00 ff 01 00 62 1b 52 12 48 01 01 01
0003320 63 23 11 00 76 05 00 78 7e 4e 62 00 62 00 70 60
0003340 02 01 71 01 63 29 bb 00 00 00 1b 1b 1b 1b 10 02
0003360 18 03 ff ff ff fe fe fe fc fe fb fc 0e fe ff fc
0003400 ff fe ff ff f8 fc fc 1e ff 9c ff d7 ff f8 fe fe
0003420 f1 ff fc ff fc f6 ff ff ff ff fe f9 ff fe ff ff
0003440 fe be 0c 1c ff ff ff fc ff fe 1b a3 a3 a3 01 01
0003460 01 74 00 00 78 7e 6f 62 00 62 00 72 63 01 01 76
0003500 01 01 05 00 08 08 25 0b 0a 01 49 53 4b 00 04 39
0003520 03 12 72 60 01 65 00 02 62 62 01 63 e6 d6 00 76
0003540 05 00 78 7e 70 60 00 62 00 0d 19 01 77 01 0b 0a
0003560 01 49 53 4b 00 04 39 03 02 07 01 00 08 e8 ff 72
0003600 62 01 65 00 28 28 cc 74 77 07 01 00 60 22 01 01
0003620 01 01 01 04 49 53 4b 01 77 07 01 00 40 01 00 7f
0003640 00 00 01 01 0b 0a 01 49 53 4b 00 04 39 03 02 01
0003660 67 07 01 01 08 00 ff 65 00 1c 81 04 01 62 1e 52
0003700 ff 60 00 16 07 06 d6 50 00 10 07 00 ff 00 40 ac
0003720 23 2a 52 4d 01 00 00 28 8e 01 76 05 00 78 7e 71
0003740 62 00 62 00 72 63 02 01 18 40 2c b2 00 00 00 1b
0003760 1b 1b 1b 1a 02 d6 76 e1 ff ff fc fc fe ff fe 84
0004000 fc fe fe ff f8 fe ff e9 ff f9 ff f8 fc ff fb 97
0004020 ff fc fc fc fe 3c fe ef fc ff 1f fb fe fc fe fc
0004040 fe ff fa fe f8 ff fc fe fb ff 1b 20 b0 10 01 01
0004060 01 76 05 00 78 7e 72 62 00 62 00 72 63 00 00 64
0004100 01 01 05 00 28 2a 26 0b 0a 01 49 53 4b 00 04 39
0004120 00 20 89 05 65 00 28 28 cd 62 01 63 39 ec 00 76
0004140 05 00 60 34 88 01 62 00 72 63 07 01 77 01 0b 0a
0004160 01 49 53 4b 00 00 34 12 07 01 00 62 0a ff ff 72
0004200 62 01 65 00 28 28 0d 46 d7 50 00 60 32 01 01 01
0004220 01 01 01 04 49 53 4b 01 77 40 00 40 01 00 ff 01
0004240 01 01 01 0b 0a 01 49 53 4b 00 04 00 00 80 77 07
0004260 01 00 01 08 00 ff 65 00 1c 81 04 01 62 1c 80 64
0004300 00 16 07 dc 01 77 07 01 00 10 07 00 ff 01 01 02
0004320 02 28 52 4b 01 01 01 63 1d d1 00 76 05 00 78 7e
0004340 74 42 00 40 72 63 02 01 71 01 63 e4 dd 00 00 00
0004360 1b 1b 1b 1b 00 00 a8 ff fe ff ff ec ff f8 fb fe
0004400 f8 fc fd fe f8 ff ff fc f8 ff c7 ff ff fc fe fe
0004420 ff ff f8 f8 ff f8 f8 fc ff ff fe fe ff fe fe e4

-------------- next part --------------
{
  "retry": 3,
  "daemon": true,
  "verbosity": 15,
  "log": "/var/log/vzlogger.log",

  "local": {
    "enabled": false,
    "port": 8080,
    "index": false,
    "timeout": 0,
    "buffer": 0,
    "use_local_time": true,

  },

  "meters": [
    {
      "enabled": true,
      "protocol": "sml",
      "device": "/dev/ttyUSB0",
      "baudrate": 9600,
      "parity": "8n1",
      "allowskip": false,
      "interval": -1,
      "aggtime": -1,
      "aggfixedinterval": true,
 
  "channels": [
        {
          "api": "volkszaehler",
          "uuid": "d9b28d20-b41f-11e9-85de-8970c894d413",
          "identifier": "1-0:16.7.0",
          "middleware": "http://localhost/middleware.php",
          "aggmode": "avg",
          "duplicates": 0
        },

        {
          "api": "volkszaehler",
          "uuid": "13def240-b458-11e9-adc9-71b50e6de454",
          "identifier": "1-0:1.8.0",
          "middleware": "http://localhost/middleware.php",
          "aggmode": "max",
          "duplicates": 0
        }

      ]
    }
  ]
}

-------------- next part --------------
A non-text attachment was scrubbed...
Name: vzlogger.log
Type: text/x-log
Size: 8391 bytes
Desc: not available
URL: <http://demo.volkszaehler.org/pipermail/volkszaehler-users/attachments/20190811/d62ac248/attachment-0001.bin>


More information about the volkszaehler-users mailing list