[vz-users] vzlogger hängt sich auf - Frisches Raspi Image

Steffen Oehme volkszaehler at steffenoehme.de
Do Sep 8 17:17:35 CEST 2022


Hallo,
bisher lies sich das Problem durch ein restart von vzlogger oder aber des pi für ein paar Tage „fixen“.
Jetzt werden die Probleme schlimmer: Heute über den Tag bekomme immer wieder „Service Temporarily Unavailable“ vom Webserver wenn ich auf das Frontend zugreifen möchte. Und auch Reboots führen gerade nicht mehr dazu, dass das System funktioniert.
Aktuell hab ich zwar ein Frontend, aber keine Middleware und der vzlogger kommt auch nicht mehr hoch.

Kann mir jemand helfen?

Recap: Zum Base Image habe ich exakt 3 Änderungen gemacht:
1) Kanäle angelegt
2) vzlogger.conf wie unten
3) Updates installiert (nach https://wiki.volkszaehler.org/howto/raspberry_pi_image#updates_der_vz-software)


Hier ein paar Log-Auszüge zur Diagnose, Apache Error Log könnte ein konkreter Hint sein..

Danke schonmal!

pi at raspberrypi:~ $ date
Thu  8 Sep 16:55:06 CEST 2022

pi at raspberrypi:~ $ systemctl status vzlogger
● vzlogger.service - vzlogger
     Loaded: loaded (/etc/systemd/system/vzlogger.service; enabled; vendor preset: enabled)
     Active: failed (Result: signal) since Thu 2022-09-08 14:44:41 CEST; 2h 10min ago
    Process: 529 ExecStart=/usr/local/bin/vzlogger -c /etc/vzlogger.conf (code=killed, signal=SEGV)
   Main PID: 529 (code=killed, signal=SEGV)
        CPU: 73ms

Sep 08 14:44:40 raspberrypi systemd[1]: Started vzlogger.
Sep 08 14:44:41 raspberrypi systemd[1]: vzlogger.service: Main process exited, code=killed, status=11/SEGV
Sep 08 14:44:41 raspberrypi systemd[1]: vzlogger.service: Failed with result 'signal‘.


pi at raspberrypi:~ $ tail -n 20 /var/log/vzlogger/vzlogger.log
[Sep 08 14:44:18][chn0] CURL: connect to 127.0.0.1 port 80 failed: Connection refused
[Sep 08 14:44:18][chn0] CURL: Failed to connect to localhost port 80: Connection refused
[Sep 08 14:44:18][chn0] CURL: Closing connection 315
[Sep 08 14:44:18][chn0] CURL: Couldn't connect to server
[Sep 08 14:44:18][chn0] Waiting 0 secs for next request due to previous failure
[Sep 08 14:44:19][]     main loop indicating all mappings to quit
[Sep 08 14:44:19][mtr0] MeterMap::cancel entered...
[Sep 08 14:44:19][mtr0] MeterMap::cancel wait for readingthread
[Sep 08 14:44:19][mtr0] MeterMap::cancel wait for meter::close
[Sep 08 14:44:19][mtr0] MeterMap::cancel finished.
[Sep 08 14:44:19][]     Server stopped.
[Sep 08 14:44:19][]     Waiting for httpd to stop...
[Sep 08 14:44:19][]     httpd stopped
[Sep 08 14:44:19][]     Waiting for pushdata_thread to stop...
[Sep 08 14:44:23][push] waitAndSendOnceToAll empty dataMap (timeout?)
[Sep 08 14:44:23][push] Stopped push_data_thread
[Sep 08 14:44:23][]     pushdata_thread stopped
[Sep 08 14:44:23][]     deleted pushdataList
[Sep 08 14:44:23][]     Trying to delete curlSessionProvider...
[Sep 08 14:44:23][]     deleted curlSessionProvider

pi at raspberrypi:~ $ systemctl status apache2
● apache2.service - The Apache HTTP Server
     Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)
     Active: active (running) since Thu 2022-09-08 14:44:42 CEST; 2h 10min ago
       Docs: https://httpd.apache.org/docs/2.4/
    Process: 487 ExecStart=/usr/sbin/apachectl start (code=exited, status=0/SUCCESS)
   Main PID: 616 (apache2)
      Tasks: 11 (limit: 1598)
        CPU: 966ms
     CGroup: /system.slice/apache2.service
             ├─ 616 /usr/sbin/apache2 -k start
             ├─ 618 /usr/sbin/apache2 -k start
             ├─ 619 /usr/sbin/apache2 -k start
             ├─ 620 /usr/sbin/apache2 -k start
             ├─ 621 /usr/sbin/apache2 -k start
             ├─1099 /usr/sbin/apache2 -k start
             ├─1100 /usr/sbin/apache2 -k start
             ├─1101 /usr/sbin/apache2 -k start
             ├─1102 /usr/sbin/apache2 -k start
             ├─1103 /usr/sbin/apache2 -k start
             └─1104 /usr/sbin/apache2 -k start

Sep 08 14:44:40 raspberrypi systemd[1]: Starting The Apache HTTP Server...
Sep 08 14:44:42 raspberrypi apachectl[549]: AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message
Sep 08 14:44:42 raspberrypi systemd[1]: Started The Apache HTTP Server.



pi at raspberrypi:~ $ tail /var/log/apache2/access.log
192.168.1.50 - - [08/Sep/2022:16:01:54 +0200] "GET /entity.json?unique=1662645714856 HTTP/1.1" 400 392 "http://192.168.1.49/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36"
::1 - - [08/Sep/2022:16:02:01 +0200] "OPTIONS * HTTP/1.0" 200 128 "-" "Apache/2.4.53 (Raspbian) (internal dummy connection)"
::1 - - [08/Sep/2022:16:02:02 +0200] "OPTIONS * HTTP/1.0" 200 128 "-" "Apache/2.4.53 (Raspbian) (internal dummy connection)"
192.168.1.50 - - [08/Sep/2022:16:53:47 +0200] "GET / HTTP/1.1" 304 188 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36"
192.168.1.50 - - [08/Sep/2022:16:53:47 +0200] "GET /capabilities/definitions.json?unique=1662648827476 HTTP/1.1" 400 392 "http://192.168.1.49/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36"
192.168.1.50 - - [08/Sep/2022:16:53:51 +0200] "GET /entity.json?unique=1662648831370 HTTP/1.1" 400 392 "http://192.168.1.49/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36"
192.168.1.50 - - [08/Sep/2022:16:53:51 +0200] "GET /img/ui-bg_gloss-wave_35_red_500x100.png HTTP/1.1" 304 188 "http://192.168.1.49/css/style.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36"
192.168.1.50 - - [08/Sep/2022:16:53:56 +0200] "GET / HTTP/1.1" 304 188 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36"
192.168.1.50 - - [08/Sep/2022:16:53:56 +0200] "GET /capabilities/definitions.json?unique=1662648836724 HTTP/1.1" 400 392 "http://192.168.1.49/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36"
192.168.1.50 - - [08/Sep/2022:16:54:48 +0200] "-" 408 0 "-" „-
"

pi at raspberrypi:~ $ tail /var/log/apache2/error.log
[Thu Sep 08 14:01:39.786180 2022] [proxy:error] [pid 629] (111)Connection refused: AH00957: http: attempt to connect to [::1]:8080 (*) failed
[Thu Sep 08 14:01:39.786375 2022] [proxy_http:error] [pid 629] [client ::1:39822] AH01114: HTTP: failed to make connection to backend: localhost
[Thu Sep 08 14:01:41.158922 2022] [proxy:error] [pid 630] (111)Connection refused: AH00957: http: attempt to connect to [::1]:8080 (*) failed
[Thu Sep 08 14:01:41.159141 2022] [proxy_http:error] [pid 630] [client ::1:39824] AH01114: HTTP: failed to make connection to backend: localhost
[Thu Sep 08 14:35:55.042564 2022] [mpm_prefork:notice] [pid 623] AH00170: caught SIGWINCH, shutting down gracefully
PHP Warning:  PHP Startup: Unable to load dynamic library 'dom.so' (tried: /usr/lib/php/20190902/dom.so (/usr/lib/php/20190902/dom.so: undefined symbol: \xef\xbf\xbdom_documentfragment_class_entry), /usr/lib/php/20190902/dom.so.so (/usr/lib/php/20190902/dom.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library 'xmlreader.so' (tried: /usr/lib/php/20190902/xmlreader.so (/usr/lib/php/20190902/xmlreader.so: undefined symbol: dom_node_class_entry), /usr/lib/php/20190902/xmlreader.so.so (/usr/lib/php/20190902/xmlreader.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library 'xsl.so' (tried: /usr/lib/php/20190902/xsl.so (/usr/lib/php/20190902/xsl.so: undefined symbol: dom_node_class_entry), /usr/lib/php/20190902/xsl.so.so (/usr/lib/php/20190902/xsl.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
[Thu Sep 08 14:44:42.686651 2022] [mpm_prefork:notice] [pid 616] AH00163: Apache/2.4.53 (Raspbian) configured -- resuming normal operations
[Thu Sep 08 14:44:42.686898 2022] [core:notice] [pid 616] AH00094: Command line: '/usr/sbin/apache2‘


pi at raspberrypi:~ $ sudo systemctl start vzlogger

pi at raspberrypi:~ $ systemctl status vzlogger
● vzlogger.service - vzlogger
     Loaded: loaded (/etc/systemd/system/vzlogger.service; enabled; vendor preset: enabled)
     Active: failed (Result: signal) since Thu 2022-09-08 16:56:38 CEST; 10s ago
    Process: 1499 ExecStart=/usr/local/bin/vzlogger -c /etc/vzlogger.conf (code=killed, signal=SEGV)
   Main PID: 1499 (code=killed, signal=SEGV)
        CPU: 55ms

Sep 08 16:56:38 raspberrypi systemd[1]: Started vzlogger.
Sep 08 16:56:38 raspberrypi systemd[1]: vzlogger.service: Main process exited, code=killed, status=11/SEGV
Sep 08 16:56:38 raspberrypi systemd[1]: vzlogger.service: Failed with result 'signal'.




> Am 06.09.2022 um 19:41 schrieb Steffen Oehme <volkszaehler at steffenoehme.de>:
> 
> Hallo zusammen,
> 
> mein vzlogger hängt sich ohne für mich erkennbaren Grund  nach 3 bis 5 Tagen immer wieder auf. Jetzt das dritte Mal so passiert auf einem frischen, ummodifizierten Raspberry Image.
> Habt ihr nen Tipp, woran es liegen könnte und wie ich das lösen kann?
> 
> VG, Steffen
> 
> ## vzlogger Status
> pi at raspberrypi:~ $ systemctl status vzlogger
> ● vzlogger.service - vzlogger
>    Loaded: loaded (/etc/systemd/system/vzlogger.service; enabled; vendor preset: enabled)
>    Active: failed (Result: signal) since Mon 2022-09-05 06:46:18 CEST; 1h 26min ago
>   Process: 11977 ExecStart=/usr/local/bin/vzlogger -c /etc/vzlogger.conf (code=killed, signal=SEGV)
>  Main PID: 11977 (code=killed, signal=SEGV)
>       CPU: 1h 19min 44.126s
> 
> Aug 31 11:14:49 raspberrypi systemd[1]: Started vzlogger.
> Sep 05 06:46:18 raspberrypi systemd[1]: vzlogger.service: Main process exited, code=killed, status=11/SEGV
> Sep 05 06:46:18 raspberrypi systemd[1]: vzlogger.service: Failed with result 'signal'.
> Sep 05 06:46:23 raspberrypi systemd[1]: vzlogger.service: Consumed 1h 19min 44.126s CPU time.
> 
> 
> ## Zählertyp
> ISKRA MT681-D4A51-KOp
> 
> ## Plattform (welche Hardware (Raspi? Version?), welche Software- offizielles VZ Image oder Selbstbau)
> Raspberry Pi 3 Model B Rev 1.2
> Offizielles Image: 2022-06-10-volkszaehler.img
> 
> ## vzlogger Version
> 0.8.1
> based on git version: heads/master-0-g76e868feed
> last commit date: Wed, 20 Apr 2022 08:39:54 +0200
> 
> ## vzlogger.conf
> {
> "retry": 0,
> "verbosity": 15,
> "log": "/var/log/vzlogger/vzlogger.log",
> "push": [
>   {
>     "url": "http://127.0.0.1:5582"
>   }
> ],
> "local": {
>   "enabled": true,
>   "port": 8081,
>   "index": true,
>   "timeout": 0,
>   "buffer": 0
> },
> "meters": [
>   {
>     "enabled": true,
>     "allowskip": false,
>     "aggtime": -1,
>     "aggfixedinterval": true,
>     "channels": [
>       {
>         "api": "volkszaehler",
>         "uuid": "2aa683a0-1c25-11ed-bd21-7df8e9360e11",
>         "identifier": "1-0:1.8.0",
>         "middleware": "http://localhost/middleware.php",
>         "aggmode": "none"
>       }
>     ],
> "protocol": "sml",
>     "device": "/dev/ttyUSB0",
>     "parity": "8N1",
>     "baudrate": 9600
>   }
> ]
> }
> 
> 
> ## vzlogger.log mit höchstem Loglevel „verbosity“: 15
> pi at raspberrypi:~ $ tail -n 100 -f /var/log/vzlogger/vzlogger.log
> [Sep 05 06:46:08][push] send ok to url http://127.0.0.1:5582
> [Sep 05 06:46:08][push] push: { "data": [ { "uuid": "2aa683a0-1c25-11ed-bd21-7df8e9360e11", "tuples": [ [ 1662353155339, 48837428.700000003 ], [ 1662353156936, 48837428.900000006 ], [ 1662353158246, 48837429.100000001 ], [ 1662353159387, 48837429.300000004 ], [ 1662353160638, 48837429.5 ], [ 1662353162331, 48837429.700000003 ], [ 1662353163227, 48837429.900000006 ], [ 1662353164582, 48837430.100000001 ], [ 1662353165903, 48837430.300000004 ], [ 1662353167123, 48837430.5 ] ] } ] }
> [Sep 05 06:46:08][mtr0] Got 7 new readings from meter:
> [Sep 05 06:46:08][mtr0] Reading: id=1-0:1.8.0*255/ObisIdentifier:1-0:1.8.0*255 value=48837430.70 ts=1662353168520
> [Sep 05 06:46:08][mtr0] Reading: id=1-0:1.8.1*255/ObisIdentifier:1-0:1.8.1*255 value=48837430.70 ts=1662353168520
> [Sep 05 06:46:08][mtr0] Reading: id=1-0:1.8.2*255/ObisIdentifier:1-0:1.8.2*255 value=0.00 ts=1662353168520
> [Sep 05 06:46:08][mtr0] Reading: id=1-0:16.7.0*255/ObisIdentifier:1-0:16.7.0*255 value=547.00 ts=1662353168520
> [Sep 05 06:46:08][mtr0] Reading: id=1-0:36.7.0*255/ObisIdentifier:1-0:36.7.0*255 value=136.00 ts=1662353168520
> [Sep 05 06:46:08][mtr0] Reading: id=1-0:56.7.0*255/ObisIdentifier:1-0:56.7.0*255 value=371.00 ts=1662353168520
> [Sep 05 06:46:08][mtr0] Reading: id=1-0:76.7.0*255/ObisIdentifier:1-0:76.7.0*255 value=38.00 ts=1662353168520
> [Sep 05 06:46:08][chn0] Adding reading to queue (value=48837430.70 ts=1662353168520)
> [Sep 05 06:46:08][push] added to uuid 2aa683a0-1c25-11ed-bd21-7df8e9360e11
> [Sep 05 06:46:09][mtr0] Got 7 new readings from meter:
> [Sep 05 06:46:10][mtr0] Reading: id=1-0:1.8.0*255/ObisIdentifier:1-0:1.8.0*255 value=48837430.90 ts=1662353169918
> [Sep 05 06:46:11][mtr0] Reading: id=1-0:1.8.1*255/ObisIdentifier:1-0:1.8.1*255 value=48837430.90 ts=1662353169918
> [Sep 05 06:46:13][mtr0] Reading: id=1-0:1.8.2*255/ObisIdentifier:1-0:1.8.2*255 value=0.00 ts=1662353169918
> [Sep 05 06:46:14][mtr0] Reading: id=1-0:16.7.0*255/ObisIdentifier:1-0:16.7.0*255 value=544.00 ts=1662353169918
> [Sep 05 06:46:15][mtr0] Reading: id=1-0:36.7.0*255/ObisIdentifier:1-0:36.7.0*255 value=135.00 ts=1662353169918
> [Sep 05 06:46:15][mtr0] Reading: id=1-0:56.7.0*255/ObisIdentifier:1-0:56.7.0*255 value=372.00 ts=1662353169918
> [Sep 05 06:46:15][mtr0] Reading: id=1-0:76.7.0*255/ObisIdentifier:1-0:76.7.0*255 value=37.00 ts=1662353169918
> [Sep 05 06:46:15][chn0] Adding reading to queue (value=48837430.90 ts=1662353169918)
> [Sep 05 06:46:15][push] added to uuid 2aa683a0-1c25-11ed-bd21-7df8e9360e11
> [Sep 05 06:46:15][mtr0] Got 7 new readings from meter:
> [Sep 05 06:46:16][mtr0] Reading: id=1-0:1.8.0*255/ObisIdentifier:1-0:1.8.0*255 value=48837431.10 ts=1662353175937
> [Sep 05 06:46:16][mtr0] Reading: id=1-0:1.8.1*255/ObisIdentifier:1-0:1.8.1*255 value=48837431.10 ts=1662353175998
> [Sep 05 06:46:16][mtr0] Reading: id=1-0:1.8.2*255/ObisIdentifier:1-0:1.8.2*255 value=0.00 ts=1662353175998
> [Sep 05 06:46:16][mtr0] Reading: id=1-0:16.7.0*255/ObisIdentifier:1-0:16.7.0*255 value=547.00 ts=1662353175998
> [Sep 05 06:46:16][mtr0] Reading: id=1-0:36.7.0*255/ObisIdentifier:1-0:36.7.0*255 value=135.00 ts=1662353175998
> [Sep 05 06:46:16][mtr0] Reading: id=1-0:56.7.0*255/ObisIdentifier:1-0:56.7.0*255 value=373.00 ts=1662353175998
> [Sep 05 06:46:16][mtr0] Reading: id=1-0:76.7.0*255/ObisIdentifier:1-0:76.7.0*255 value=37.00 ts=1662353175998
> [Sep 05 06:46:16][chn0] Adding reading to queue (value=48837431.10 ts=1662353175937)
> [Sep 05 06:46:16][push] added to uuid 2aa683a0-1c25-11ed-bd21-7df8e9360e11
> [Sep 05 06:46:16][mtr0] Got 7 new readings from meter:
> [Sep 05 06:46:16][mtr0] Reading: id=1-0:1.8.0*255/ObisIdentifier:1-0:1.8.0*255 value=48837431.30 ts=1662353176176
> [Sep 05 06:46:16][mtr0] Reading: id=1-0:1.8.1*255/ObisIdentifier:1-0:1.8.1*255 value=48837431.30 ts=1662353176176
> [Sep 05 06:46:16][mtr0] Reading: id=1-0:1.8.2*255/ObisIdentifier:1-0:1.8.2*255 value=0.00 ts=1662353176176
> [Sep 05 06:46:16][mtr0] Reading: id=1-0:16.7.0*255/ObisIdentifier:1-0:16.7.0*255 value=545.00 ts=1662353176176
> [Sep 05 06:46:16][mtr0] Reading: id=1-0:36.7.0*255/ObisIdentifier:1-0:36.7.0*255 value=135.00 ts=1662353176176
> [Sep 05 06:46:16][mtr0] Reading: id=1-0:56.7.0*255/ObisIdentifier:1-0:56.7.0*255 value=373.00 ts=1662353176176
> [Sep 05 06:46:16][mtr0] Reading: id=1-0:76.7.0*255/ObisIdentifier:1-0:76.7.0*255 value=36.00 ts=1662353176176
> [Sep 05 06:46:16][chn0] Adding reading to queue (value=48837431.30 ts=1662353176176)
> [Sep 05 06:46:16][push] added to uuid 2aa683a0-1c25-11ed-bd21-7df8e9360e11
> [Sep 05 06:46:16][mtr0] Got 7 new readings from meter:
> [Sep 05 06:46:16][mtr0] Reading: id=1-0:1.8.0*255/ObisIdentifier:1-0:1.8.0*255 value=48837431.50 ts=1662353176179
> [Sep 05 06:46:16][mtr0] Reading: id=1-0:1.8.1*255/ObisIdentifier:1-0:1.8.1*255 value=48837431.50 ts=1662353176179
> [Sep 05 06:46:16][mtr0] Reading: id=1-0:1.8.2*255/ObisIdentifier:1-0:1.8.2*255 value=0.00 ts=1662353176179
> [Sep 05 06:46:16][mtr0] Reading: id=1-0:16.7.0*255/ObisIdentifier:1-0:16.7.0*255 value=545.00 ts=1662353176179
> [Sep 05 06:46:16][mtr0] Reading: id=1-0:36.7.0*255/ObisIdentifier:1-0:36.7.0*255 value=136.00 ts=1662353176179
> [Sep 05 06:46:16][mtr0] Reading: id=1-0:56.7.0*255/ObisIdentifier:1-0:56.7.0*255 value=372.00 ts=1662353176179
> [Sep 05 06:46:16][mtr0] Reading: id=1-0:76.7.0*255/ObisIdentifier:1-0:76.7.0*255 value=36.00 ts=1662353176179
> [Sep 05 06:46:16][chn0] Adding reading to queue (value=48837431.50 ts=1662353176179)
> [Sep 05 06:46:16][push] added to uuid 2aa683a0-1c25-11ed-bd21-7df8e9360e11
> [Sep 05 06:46:16][mtr0] Got 7 new readings from meter:
> [Sep 05 06:46:16][mtr0] Reading: id=1-0:1.8.0*255/ObisIdentifier:1-0:1.8.0*255 value=48837431.70 ts=1662353176183
> [Sep 05 06:46:16][mtr0] Reading: id=1-0:1.8.1*255/ObisIdentifier:1-0:1.8.1*255 value=48837431.70 ts=1662353176183
> [Sep 05 06:46:16][mtr0] Reading: id=1-0:1.8.2*255/ObisIdentifier:1-0:1.8.2*255 value=0.00 ts=1662353176183
> [Sep 05 06:46:16][mtr0] Reading: id=1-0:16.7.0*255/ObisIdentifier:1-0:16.7.0*255 value=544.00 ts=1662353176183
> [Sep 05 06:46:16][mtr0] Reading: id=1-0:36.7.0*255/ObisIdentifier:1-0:36.7.0*255 value=135.00 ts=1662353176183
> [Sep 05 06:46:16][mtr0] Reading: id=1-0:56.7.0*255/ObisIdentifier:1-0:56.7.0*255 value=371.00 ts=1662353176183
> [Sep 05 06:46:16][mtr0] Reading: id=1-0:76.7.0*255/ObisIdentifier:1-0:76.7.0*255 value=37.00 ts=1662353176183
> [Sep 05 06:46:16][chn0] Adding reading to queue (value=48837431.70 ts=1662353176183)
> [Sep 05 06:46:16][push] added to uuid 2aa683a0-1c25-11ed-bd21-7df8e9360e11
> [Sep 05 06:46:16][mtr0] Got 7 new readings from meter:
> [Sep 05 06:46:16][mtr0] Reading: id=1-0:1.8.0*255/ObisIdentifier:1-0:1.8.0*255 value=48837431.90 ts=1662353176225
> [Sep 05 06:46:16][mtr0] Reading: id=1-0:1.8.1*255/ObisIdentifier:1-0:1.8.1*255 value=48837431.90 ts=1662353176225
> [Sep 05 06:46:16][mtr0] Reading: id=1-0:1.8.2*255/ObisIdentifier:1-0:1.8.2*255 value=0.00 ts=1662353176225
> [Sep 05 06:46:16][mtr0] Reading: id=1-0:16.7.0*255/ObisIdentifier:1-0:16.7.0*255 value=547.00 ts=1662353176225
> [Sep 05 06:46:16][mtr0] Reading: id=1-0:36.7.0*255/ObisIdentifier:1-0:36.7.0*255 value=136.00 ts=1662353176225
> [Sep 05 06:46:16][mtr0] Reading: id=1-0:56.7.0*255/ObisIdentifier:1-0:56.7.0*255 value=372.00 ts=1662353176225
> [Sep 05 06:46:16][mtr0] Reading: id=1-0:76.7.0*255/ObisIdentifier:1-0:76.7.0*255 value=38.00 ts=1662353176225
> [Sep 05 06:46:16][chn0] Adding reading to queue (value=48837431.90 ts=1662353176225)
> [Sep 05 06:46:16][push] added to uuid 2aa683a0-1c25-11ed-bd21-7df8e9360e11
> [Sep 05 06:46:17][mtr0] Got 7 new readings from meter:
> [Sep 05 06:46:18][chn0] CURL: Mark bundle as not supporting multiuse
> [Sep 05 06:46:18][chn0] CURL: Received 27 bytes: '{"version":"0.3","rows":10}'
> [Sep 05 06:46:18][chn0] CURL: Connection #16097 to host localhost left intact
> [Sep 05 06:46:18][mtr0] Reading: id=1-0:1.8.0*255/ObisIdentifier:1-0:1.8.0*255 value=48837432.10 ts=1662353177869
> [Sep 05 06:46:18][mtr0] Reading: id=1-0:1.8.1*255/ObisIdentifier:1-0:1.8.1*255 value=48837432.10 ts=1662353177913
> [Sep 05 06:46:18][mtr0] Reading: id=1-0:1.8.2*255/ObisIdentifier:1-0:1.8.2*255 value=0.00 ts=1662353177913
> [Sep 05 06:46:18][mtr0] Reading: id=1-0:16.7.0*255/ObisIdentifier:1-0:16.7.0*255 value=543.00 ts=1662353177913
> [Sep 05 06:46:18][mtr0] Reading: id=1-0:36.7.0*255/ObisIdentifier:1-0:36.7.0*255 value=135.00 ts=1662353177913
> [Sep 05 06:46:18][mtr0] Reading: id=1-0:56.7.0*255/ObisIdentifier:1-0:56.7.0*255 value=368.00 ts=1662353177913
> [Sep 05 06:46:18][mtr0] Reading: id=1-0:76.7.0*255/ObisIdentifier:1-0:76.7.0*255 value=39.00 ts=1662353177913
> [Sep 05 06:46:18][chn0] Adding reading to queue (value=48837432.10 ts=1662353177869)
> [Sep 05 06:46:18][chn0] CURL Request succeeded with code: 200
> [Sep 05 06:46:18][push] added to uuid 2aa683a0-1c25-11ed-bd21-7df8e9360e11
> [Sep 05 06:46:18][chn0] emptied all (10) values
> [Sep 05 06:46:18][chn0] ==> number of tuples: 11
> [Sep 05 06:46:18][chn0] compare: 1662353163227 1662353164582
> [Sep 05 06:46:18][chn0] compare: 1662353164582 1662353165903
> [Sep 05 06:46:18][chn0] compare: 1662353165903 1662353167123
> [Sep 05 06:46:18][chn0] compare: 1662353167123 1662353168520
> [Sep 05 06:46:18][chn0] compare: 1662353168520 1662353169918
> [Sep 05 06:46:18][chn0] compare: 1662353169918 1662353175937
> [Sep 05 06:46:18][chn0] compare: 1662353175937 1662353176176
> [Sep 05 06:46:18][chn0] compare: 1662353176176 1662353176179
> [Sep 05 06:46:18][chn0] compare: 1662353176179 1662353176183
> [Sep 05 06:46:18][chn0] compare: 1662353176183 1662353176225
> [Sep 05 06:46:18][chn0] compare: 1662353176225 1662353177869
> [Sep 05 06:46:18][chn0] copied 11/11 values for middleware transmission
> 
> 
> ## Middleware/ Frontend Version (git log -n 1 im Ordner /var/www/volkszaehler.org)
> commit 78ba287e010d93cad356ad3b19ddc8aafd140108 (HEAD -> master, origin/master, origin/HEAD)
> Author: StefanSchoof <4662023+StefanSchoof at users.noreply.github.com>
> Date:   Sun Aug 14 10:34:10 2022 +0200
>   Fix docker image name (#918)
> 



Mehr Informationen über die Mailingliste volkszaehler-users