[vz-users] Frontend zeigt falsche Werte an

Stefan Kammann skammann at web.de
Sa Mär 21 10:33:12 CET 2020


Guten Morgen,

habe jetzt frisch meinen Volkszähler installiert und komme nicht weiter.

Gemäß Beispiel :  https://wiki.volkszaehler.org/howto/emh_pv-anlage

Im Frontend soll der Zählerstand angezeigt werden , es werden aber die 
Leistungsdaten angezeigt.

In der Datenbank werden die Werte noch richtig gespeichert.

UUID vom Frontend kopiert und in die vzlogger.conf eingetragen

Hoffe ihr habt eine Idee.

Gruß

Stefan


Hier die Infos zu meiner Installation :


im Frontend Eingetragen :

Typ El. Energie (Zählerstände), Auflösung 1000 , Initialverbrauch
eingetragen

El. Energie (Leistungswerte)

1.8.0   El. Energie (Zählerstände)    151 W    366 W    242 W    237
W    258 Wh    0.07 €    131 kWh   
1.8.1   El. Energie (Zählerstände)    151 W    362 W    258 W    237
W    258 Wh    0.07 €    131 kWh   
1.8.2    El. Energie (Zählerstände)    0 W    0 W    0 W    0 W    0
Wh    0.00 €       
16.7.0    El. Energie (Leistungswerte)    150 W    362 W    265 W    237
W    264 Wh           
2.8.0    El. Energie (Zählerstände)    0 W    0 W    0 W    0 W    0
Wh    0.00 €    158 Wh   
2.8.1    El. Energie (Zählerstände)    0 W    0 W    0 W    0 W    0
Wh    0.00 €    158 Wh   
2.8.2    El. Energie (Zählerstände)    0 W    0 W    0 W    0 W    0
Wh    0.00 €       

Zähler : EMH Zweirichtungszähler

Plattform : Raspi , offizielles VZ Image , Download am Do.

vzlogger : vzlogger v0.8.0 based on heads/master-0-g8d06176360 from Sat,
18 Jan 2020 09:23:08 +0100 started.

vzlogger.conf :

{
"retry" : 0, /* how long to sleep between failed requests, in seconds */
"daemon": true, /* run periodically */
"verbosity" : 0, /* between 0 and 15 */
"log" : "/var/log/vzlogger.log", /* path to logfile, optional */
.
"local" : {
"enabled" : false, /* should we start the local HTTPd for serving live
readings? */
"port" : 80, /* the TCP port for the local HTTPd */
"index" : true, /* should we provide a index listing of available
channels if no UUID was requested? */
"timeout" : 30, /* timeout for long polling comet requests, 0 disables
comet, in seconds */
"buffer" : 600 /* how long to buffer readings for the local interface,
in seconds */
},
.
// realtime notification settings
"push": [
        {
            "url": "http://127.0.0.1:5582"  // notification destination,
e.g. frontend push-server
        }
    ],

"meters" : [{
         "enabled" : true, /* disabled meters will be ignored */
         "protocol" : "sml", /* see 'vzlogger -h' for list of available
prot$ */
         "device" : "/dev/ttyUSB0",
         "channels": [{
         "uuid" : "d2767d30-6b02-11ea-beff-45d0a3fa7dfb",
         "middleware" : "http://localhost/middleware.php",
         "identifier" : "1-0:1.8.0", /* */
         }, {
         "uuid" : "ffb74300-6b02-11ea-885b-615aa3f5c8f0",
         "middleware" : "http://localhost/middleware.php",
         "identifier" : "1-0:2.8.0", /* */
         }, {
         "uuid" : "27cca280-6b03-11ea-99c5-b94c94a3207d",
         "middleware" : "http://localhost/middleware.php",
         "identifier" : "1-0:1.8.1", /* */
         }, {
         "uuid" : "38732f60-6b03-11ea-be31-a91dfa9a9112",
         "middleware" : "http://localhost/middleware.php",
         "identifier" : "1-0:2.8.1", /* */
         }, {
         "uuid" : "49decf00-6b03-11ea-9d8e-35b5c75f0630",
         "middleware" : "http://localhost/middleware.php",
         "identifier" : "1-0:1.8.2", /* */
         }, {
         "uuid" : "59c2d380-6b03-11ea-8003-6f61bf594074",
         "middleware" : "http://localhost/middleware.php",
         "identifier" : "1-0:2.8.2", /* */
         }, {
         "uuid" : "807d29e0-6b03-11ea-9920-4378570c1e84",
         "middleware" : "http://localhost/middleware.php",
         "identifier" : "1-0:16.7.0", /* */
         }]
}
]}


vzlogger.log :

[Mar 21 09:29:53][main] vzlogger v0.8.0 based on
heads/master-0-g8d06176360 from Sat, 18 Jan 2020 09:23:08 +0100 started.
[Mar 21 09:29:53][mtr0] Creating new meter with protocol sml.
[Mar 21 09:29:53][mtr0] Meter configured, enabled.
[Mar 21 09:29:53]       New meter initialized (protocol=sml)
[Mar 21 09:29:53]       Configure channel.
[Mar 21 09:29:53][chn0] New channel initialized (uuid=...fa7dfb
api=volkszaehler id=1-0:1.8.0)
[Mar 21 09:29:53]       Configure channel.
[Mar 21 09:29:53][chn1] New channel initialized (uuid=...f5c8f0
api=volkszaehler id=1-0:2.8.0)
[Mar 21 09:29:53]       Configure channel.
[Mar 21 09:29:53][chn2] New channel initialized (uuid=...a3207d
api=volkszaehler id=1-0:1.8.1)
[Mar 21 09:29:53]       Configure channel.
[Mar 21 09:29:53][chn3] New channel initialized (uuid=...9a9112
api=volkszaehler id=1-0:2.8.1)
[Mar 21 09:29:53]       Configure channel.
[Mar 21 09:29:53][chn4] New channel initialized (uuid=...5f0630
api=volkszaehler id=1-0:1.8.2)
[Mar 21 09:29:53]       Configure channel.
[Mar 21 09:29:53][chn5] New channel initialized (uuid=...594074
api=volkszaehler id=1-0:2.8.2)
[Mar 21 09:29:53]       Configure channel.
[Mar 21 09:29:53][chn6] New channel initialized (uuid=...0c1e84
api=volkszaehler id=1-0:16.7.0)
[Mar 21 09:29:53]       Have 1 meters.
[Mar 21 09:29:53][main] log level is 15
[Mar 21 09:29:53][main] daemon=0, local=0
[Mar 21 09:29:53]       Process not  daemonized...
[Mar 21 09:29:53]       Opened logfile /var/log/vzlogger.log
[Mar 21 09:29:53][push] pushdata_thread created.
[Mar 21 09:29:53][]     ===> Start meters
[Mar 21 09:29:53][push] Start push_data_thread
[Mar 21 09:29:53][mtr0] Meter connection established
[Mar 21 09:29:53][mtr0] Meter thread started
[Mar 21 09:29:53][mtr0] Meter is opened. Starting channels.
[Mar 21 09:29:53][chn0] Logging thread started
[Mar 21 09:29:53][chn1] Logging thread started
[Mar 21 09:29:53][chn2] Logging thread started
[Mar 21 09:29:53][chn3] Logging thread started
[Mar 21 09:29:53][chn0] Start logging thread for volkszaehler-api.
Running as daemon: no
[Mar 21 09:29:53][chn0] Using default volkszaehler api.
[Mar 21 09:29:53][mtr0] Number of readers: 32
[Mar 21 09:29:53][mtr0] Config.daemon: 0
[Mar 21 09:29:53][mtr0] Config.local: 0
[Mar 21 09:29:53][chn1] Start logging thread for volkszaehler-api.
Running as daemon: no
[Mar 21 09:29:53][chn1] Using default volkszaehler api.
[Mar 21 09:29:53][chn2] Start logging thread for volkszaehler-api.
Running as daemon: no
[Mar 21 09:29:53][chn2] Using default volkszaehler api.
[Mar 21 09:29:53][chn4] Logging thread started
[Mar 21 09:29:53][chn5] Logging thread started
[Mar 21 09:29:53][chn3] Start logging thread for volkszaehler-api.
Running as daemon: no
[Mar 21 09:29:53][chn3] Using default volkszaehler api.
[Mar 21 09:29:53][chn4] Start logging thread for volkszaehler-api.
Running as daemon: no
[Mar 21 09:29:53][chn4] Using default volkszaehler api.
[Mar 21 09:29:53][chn6] Logging thread started
[Mar 21 09:29:53][]     Startup done.
[Mar 21 09:29:53][chn5] Start logging thread for volkszaehler-api.
Running as daemon: no
[Mar 21 09:29:53][chn5] Using default volkszaehler api.
[Mar 21 09:29:53][chn6] Start logging thread for volkszaehler-api.
Running as daemon: no
[Mar 21 09:29:53][chn6] Using default volkszaehler api.
[Mar 21 09:29:54][mtr0] Got 7 new readings from meter:
[Mar 21 09:29:54][mtr0] Reading:
id=1-0:1.8.0*255/ObisIdentifier:1-0:1.8.0*255 value=131355.50
ts=1584779394404
[Mar 21 09:29:54][mtr0] Reading:
id=1-0:2.8.0*255/ObisIdentifier:1-0:2.8.0*255 value=158.00 ts=1584779394404
[Mar 21 09:29:54][mtr0] Reading:
id=1-0:1.8.1*255/ObisIdentifier:1-0:1.8.1*255 value=131355.50
ts=1584779394404
[Mar 21 09:29:54][mtr0] Reading:
id=1-0:2.8.1*255/ObisIdentifier:1-0:2.8.1*255 value=158.00 ts=1584779394404
[Mar 21 09:29:54][mtr0] Reading:
id=1-0:1.8.2*255/ObisIdentifier:1-0:1.8.2*255 value=0.00 ts=1584779394404
[Mar 21 09:29:54][mtr0] Reading:
id=1-0:2.8.2*255/ObisIdentifier:1-0:2.8.2*255 value=0.00 ts=1584779394404
[Mar 21 09:29:54][mtr0] Reading:
id=1-0:16.7.0*255/ObisIdentifier:1-0:16.7.0*255 value=276.80
ts=1584779394404
[Mar 21 09:29:54][chn0] Adding reading to queue (value=131355.50
ts=1584779394404)
[Mar 21 09:29:54][push] push: { "data": [ { "uuid":
"d2767d30-6b02-11ea-beff-45d0a3fa7dfb", "tuples": [ [ 1584779394404,
131355.5 ] ] } ] }
[Mar 21 09:29:54][push] added to uuid d2767d30-6b02-11ea-beff-45d0a3fa7dfb
[Mar 21 09:29:54][chn1] Adding reading to queue (value=158.00
ts=1584779394404)
[Mar 21 09:29:54][push] added to uuid ffb74300-6b02-11ea-885b-615aa3f5c8f0
[Mar 21 09:29:54][chn2] Adding reading to queue (value=131355.50
ts=1584779394404)
[Mar 21 09:29:54][push] added to uuid 27cca280-6b03-11ea-99c5-b94c94a3207d
[Mar 21 09:29:54][chn3] Adding reading to queue (value=158.00
ts=1584779394404)
[Mar 21 09:29:54][push] added to uuid 38732f60-6b03-11ea-be31-a91dfa9a9112
[Mar 21 09:29:54][chn4] Adding reading to queue (value=0.00
ts=1584779394404)
[Mar 21 09:29:54][push] added to uuid 49decf00-6b03-11ea-9d8e-35b5c75f0630
[Mar 21 09:29:54][chn5] Adding reading to queue (value=0.00
ts=1584779394404)
[Mar 21 09:29:54][push] added to uuid 59c2d380-6b03-11ea-8003-6f61bf594074
[Mar 21 09:29:54][chn6] Adding reading to queue (value=276.80
ts=1584779394404)
[Mar 21 09:29:54][push] added to uuid 807d29e0-6b03-11ea-9920-4378570c1e84
[Mar 21 09:29:54][chn0] ==> number of tuples: 1
[Mar 21 09:29:54][chn0] compare: 0 1584779394404
[Mar 21 09:29:54][chn0] copied 1/1 values for middleware transmission
[Mar 21 09:29:54][chn0] JSON request body: [ [ 1584779394404, 131355.5 ] ]
[Mar 21 09:29:54][chn0] CURL: Expire in 0 ms for 6 (transfer 0xb3b01620)
[Mar 21 09:29:54][chn1] ==> number of tuples: 1
[Mar 21 09:29:54][chn1] compare: 0 1584779394404
[Mar 21 09:29:54][chn1] copied 1/1 values for middleware transmission
[Mar 21 09:29:54][chn4] ==> number of tuples: 1
[Mar 21 09:29:54][chn4] compare: 0 1584779394404
[Mar 21 09:29:54][chn4] copied 1/1 values for middleware transmission
[Mar 21 09:29:54][chn3] ==> number of tuples: 1
[Mar 21 09:29:54][chn3] compare: 0 1584779394404
[Mar 21 09:29:54][chn3] copied 1/1 values for middleware transmission
[Mar 21 09:29:54][chn5] ==> number of tuples: 1
[Mar 21 09:29:54][chn5] compare: 0 1584779394404
[Mar 21 09:29:54][chn5] copied 1/1 values for middleware transmission
[Mar 21 09:29:54][chn2] ==> number of tuples: 1
[Mar 21 09:29:54][chn2] compare: 0 1584779394404
[Mar 21 09:29:54][chn2] copied 1/1 values for middleware transmission
[Mar 21 09:29:54][chn6] ==> number of tuples: 1
[Mar 21 09:29:54][chn6] compare: 0 1584779394404
[Mar 21 09:29:54][chn6] copied 1/1 values for middleware transmission
[Mar 21 09:29:54][mtr0] Stopped reading.
[Mar 21 09:29:54][chn0] CURL: Expire in 30000 ms for 8 (transfer 0xb3b01620)
[Mar 21 09:29:54][chn0] CURL: Expire in 1 ms for 1 (transfer 0xb3b01620)
[Mar 21 09:29:54][chn0] CURL: Expire in 0 ms for 1 (transfer 0xb3b01620)
[Mar 21 09:29:54][chn0] CURL: Expire in 2 ms for 1 (transfer 0xb3b01620)
[Mar 21 09:29:54][chn0] CURL: Expire in 5 ms for 1 (transfer 0xb3b01620)
[Mar 21 09:29:54][chn0] CURL: Expire in 7 ms for 1 (transfer 0xb3b01620)
[Mar 21 09:29:54][chn0] CURL: Expire in 10 ms for 1 (transfer 0xb3b01620)
[Mar 21 09:29:54][chn0] CURL:   Trying ::1...
[Mar 21 09:29:54][chn0] CURL: TCP_NODELAY set
[Mar 21 09:29:54][chn0] CURL: Expire in 14983 ms for 3 (transfer 0xb3b01620)
[Mar 21 09:29:54][chn0] CURL: Expire in 200 ms for 4 (transfer 0xb3b01620)
[Mar 21 09:29:54][chn0] CURL: Connected to localhost (::1) port 80 (#0)
[Mar 21 09:29:54][chn0] CURL: Sent 31 bytes..
[Mar 21 09:29:54][chn0] CURL: Sent '[ [ 1584779394404, 131355.5 ] ]' bytes
[Mar 21 09:29:54][chn0] CURL: upload completely sent off: 31 out of 31 bytes
[Mar 21 09:29:55][chn0] CURL: Received 26 bytes
[Mar 21 09:29:55][chn0] CURL: Received '{"version":"0.3","rows":1}' bytes
[Mar 21 09:29:55][chn0] CURL: Connection #0 to host localhost left intact
[Mar 21 09:29:55][chn2] JSON request body: [ [ 1584779394404, 131355.5 ] ]
[Mar 21 09:29:55][chn2] CURL: Expire in 0 ms for 6 (transfer 0xb3b01620)
[Mar 21 09:29:55][chn2] CURL: Expire in 30000 ms for 8 (transfer 0xb3b01620)
[Mar 21 09:29:55][chn2] CURL: Found bundle for host localhost:
0xb3b0cd20 [can pipeline]
[Mar 21 09:29:55][chn2] CURL: Could pipeline, but not asked to!
[Mar 21 09:29:55][chn2] CURL: Re-using existing connection! (#0) with
host localhost
[Mar 21 09:29:55][chn2] CURL: Connected to localhost (::1) port 80 (#0)
[Mar 21 09:29:55][chn2] CURL: Expire in 0 ms for 6 (transfer 0xb3b01620)
[Mar 21 09:29:55][chn2] CURL: Sent 31 bytes..
[Mar 21 09:29:55][chn2] CURL: Sent '[ [ 1584779394404, 131355.5 ] ]' bytes
[Mar 21 09:29:55][chn2] CURL: upload completely sent off: 31 out of 31 bytes
[Mar 21 09:29:55][chn0] CURL Request succeeded with code: 200
[Mar 21 09:29:55][chn0] emptied all (1) values
[Mar 21 09:29:55][chn2] CURL: Received 26 bytes
[Mar 21 09:29:55][chn2] CURL: Received '{"version":"0.3","rows":1}' bytes
[Mar 21 09:29:55][chn2] CURL: Connection #0 to host localhost left intact
[Mar 21 09:29:55][chn3] JSON request body: [ [ 1584779394404, 158 ] ]
[Mar 21 09:29:56][chn3] CURL: Expire in 0 ms for 6 (transfer 0xb3b01620)
[Mar 21 09:29:56][chn3] CURL: Expire in 30000 ms for 8 (transfer 0xb3b01620)
[Mar 21 09:29:56][chn3] CURL: Found bundle for host localhost:
0xb3b0cd20 [can pipeline]
[Mar 21 09:29:56][chn3] CURL: Could pipeline, but not asked to!
[Mar 21 09:29:56][chn3] CURL: Re-using existing connection! (#0) with
host localhost
[Mar 21 09:29:56][chn2] CURL Request succeeded with code: 200
[Mar 21 09:29:56][chn2] emptied all (1) values
[Mar 21 09:29:56][chn3] CURL: Connected to localhost (::1) port 80 (#0)
[Mar 21 09:29:56][chn3] CURL: Expire in 0 ms for 6 (transfer 0xb3b01620)
[Mar 21 09:29:56][chn3] CURL: Sent 26 bytes..
[Mar 21 09:29:56][chn3] CURL: Sent '[ [ 1584779394404, 158 ] ]' bytes
[Mar 21 09:29:56][chn3] CURL: upload completely sent off: 26 out of 26 bytes
[Mar 21 09:29:56][chn3] CURL: Received 26 bytes
[Mar 21 09:29:56][chn3] CURL: Received '{"version":"0.3","rows":1}' bytes
[Mar 21 09:29:56][chn3] CURL: Connection #0 to host localhost left intact
[Mar 21 09:29:56][chn1] JSON request body: [ [ 1584779394404, 158 ] ]
[Mar 21 09:29:56][chn1] CURL: Expire in 0 ms for 6 (transfer 0xb3b01620)
[Mar 21 09:29:56][chn1] CURL: Expire in 30000 ms for 8 (transfer 0xb3b01620)
[Mar 21 09:29:56][chn1] CURL: Found bundle for host localhost:
0xb3b0cd20 [can pipeline]
[Mar 21 09:29:56][chn1] CURL: Could pipeline, but not asked to!
[Mar 21 09:29:56][chn1] CURL: Re-using existing connection! (#0) with
host localhost
[Mar 21 09:29:56][chn1] CURL: Connected to localhost (::1) port 80 (#0)
[Mar 21 09:29:56][chn1] CURL: Expire in 0 ms for 6 (transfer 0xb3b01620)
[Mar 21 09:29:56][chn3] CURL Request succeeded with code: 200
[Mar 21 09:29:56][chn3] emptied all (1) values
[Mar 21 09:29:56][chn1] CURL: Sent 26 bytes..
[Mar 21 09:29:56][chn1] CURL: Sent '[ [ 1584779394404, 158 ] ]' bytes
[Mar 21 09:29:56][chn1] CURL: upload completely sent off: 26 out of 26 bytes
[Mar 21 09:29:56][chn1] CURL: Received 26 bytes
[Mar 21 09:29:56][chn1] CURL: Received '{"version":"0.3","rows":1}' bytes
[Mar 21 09:29:56][chn1] CURL: Connection #0 to host localhost left intact
[Mar 21 09:29:56][chn4] JSON request body: [ [ 1584779394404, 0 ] ]
[Mar 21 09:29:56][chn4] CURL: Expire in 0 ms for 6 (transfer 0xb3b01620)
[Mar 21 09:29:56][chn4] CURL: Expire in 30000 ms for 8 (transfer 0xb3b01620)
[Mar 21 09:29:56][chn4] CURL: Found bundle for host localhost:
0xb3b0cd20 [can pipeline]
[Mar 21 09:29:56][chn4] CURL: Could pipeline, but not asked to!
[Mar 21 09:29:56][chn4] CURL: Re-using existing connection! (#0) with
host localhost
[Mar 21 09:29:56][chn4] CURL: Connected to localhost (::1) port 80 (#0)
[Mar 21 09:29:56][chn4] CURL: Expire in 0 ms for 6 (transfer 0xb3b01620)
[Mar 21 09:29:56][chn1] CURL Request succeeded with code: 200
[Mar 21 09:29:56][chn1] emptied all (1) values
[Mar 21 09:29:56][chn4] CURL: Sent 24 bytes..
[Mar 21 09:29:56][chn4] CURL: Sent '[ [ 1584779394404, 0 ] ]' bytes
[Mar 21 09:29:56][chn4] CURL: upload completely sent off: 24 out of 24 bytes
[Mar 21 09:29:56][chn4] CURL: Received 26 bytes
[Mar 21 09:29:56][chn4] CURL: Received '{"version":"0.3","rows":1}' bytes
[Mar 21 09:29:56][chn4] CURL: Connection #0 to host localhost left intact
[Mar 21 09:29:56][chn5] JSON request body: [ [ 1584779394404, 0 ] ]
[Mar 21 09:29:56][chn5] CURL: Expire in 0 ms for 6 (transfer 0xb3b01620)
[Mar 21 09:29:56][chn5] CURL: Expire in 30000 ms for 8 (transfer 0xb3b01620)
[Mar 21 09:29:56][chn5] CURL: Found bundle for host localhost:
0xb3b0cd20 [can pipeline]
[Mar 21 09:29:56][chn5] CURL: Could pipeline, but not asked to!
[Mar 21 09:29:56][chn5] CURL: Re-using existing connection! (#0) with
host localhost
[Mar 21 09:29:56][chn5] CURL: Connected to localhost (::1) port 80 (#0)
[Mar 21 09:29:56][chn4] CURL Request succeeded with code: 200
[Mar 21 09:29:56][chn4] emptied all (1) values
[Mar 21 09:29:56][chn5] CURL: Expire in 0 ms for 6 (transfer 0xb3b01620)
[Mar 21 09:29:56][chn5] CURL: Sent 24 bytes..
[Mar 21 09:29:56][chn5] CURL: Sent '[ [ 1584779394404, 0 ] ]' bytes
[Mar 21 09:29:56][chn5] CURL: upload completely sent off: 24 out of 24 bytes
[Mar 21 09:29:56][chn5] CURL: Received 26 bytes
[Mar 21 09:29:56][chn5] CURL: Received '{"version":"0.3","rows":1}' bytes
[Mar 21 09:29:56][chn5] CURL: Connection #0 to host localhost left intact
[Mar 21 09:29:56][chn6] JSON request body: [ [ 1584779394404,
276.80000000000001 ] ]
[Mar 21 09:29:56][chn6] CURL: Expire in 0 ms for 6 (transfer 0xb3b01620)
[Mar 21 09:29:56][chn6] CURL: Expire in 30000 ms for 8 (transfer 0xb3b01620)
[Mar 21 09:29:56][chn6] CURL: Found bundle for host localhost:
0xb3b0cd20 [can pipeline]
[Mar 21 09:29:56][chn6] CURL: Could pipeline, but not asked to!
[Mar 21 09:29:56][chn6] CURL: Re-using existing connection! (#0) with
host localhost
[Mar 21 09:29:56][chn6] CURL: Connected to localhost (::1) port 80 (#0)
[Mar 21 09:29:56][chn6] CURL: Expire in 0 ms for 6 (transfer 0xb3b01620)
[Mar 21 09:29:56][chn5] CURL Request succeeded with code: 200
[Mar 21 09:29:56][chn5] emptied all (1) values
[Mar 21 09:29:56][chn6] CURL: Sent 41 bytes..
[Mar 21 09:29:56][chn6] CURL: Sent '[ [ 1584779394404,
276.80000000000001 ] ]' bytes
[Mar 21 09:29:56][chn6] CURL: upload completely sent off: 41 out of 41 bytes
[Mar 21 09:29:56][chn6] CURL: Received 26 bytes
[Mar 21 09:29:56][chn6] CURL: Received '{"version":"0.3","rows":1}' bytes
[Mar 21 09:29:56][chn6] CURL: Connection #0 to host localhost left intact
[Mar 21 09:29:56][chn6] CURL Request succeeded with code: 200
[Mar 21 09:29:56][chn6] emptied all (1) values
[Mar 21 09:29:58][push] CURL Request to http://127.0.0.1:5582 succeeded
with code: 200
[Mar 21 09:29:58][push] send ok to url http://127.0.0.1:5582
[Mar 21 09:29:58][push] push: { "data": [ { "uuid":
"59c2d380-6b03-11ea-8003-6f61bf594074", "tuples": [ [ 1584779394404, 0 ]
] }, { "uuid": "807d29e0-6b03-11ea-9920-4378570c1e84", "tuples": [ [
1584779394404, 276.80000000000001 ] ] }, { "uuid":
"49decf00-6b03-11ea-9d8e-35b5c75f0630", "tuples": [ [ 1584779394404, 0 ]
] }, { "uuid": "38732f60-6b03-11ea-be31-a91dfa9a9112", "tuples": [ [
1584779394404, 158 ] ] }, { "uuid":
"ffb74300-6b02-11ea-885b-615aa3f5c8f0", "tuples": [ [ 1584779394404, 158
] ] }, { "uuid": "27cca280-6b03-11ea-99c5-b94c94a3207d", "tuples": [ [
1584779394404, 131355.5 ] ] } ] }
[Mar 21 09:29:58][push] CURL Request to http://127.0.0.1:5582 succeeded
with code: 200
[Mar 21 09:29:58][push] send ok to url http://127.0.0.1:5582
[Mar 21 09:30:03][push] waitAndSendOnceToAll empty dataMap (timeout?)
[Mar 21 09:30:08][push] waitAndSendOnceToAll empty dataMap (timeout?)
[Mar 21 09:30:13][push] waitAndSendOnceToAll empty dataMap (timeout?)
[Mar 21 09:30:17][]     main loop indicating all mappings to quit
[Mar 21 09:30:17][mtr0] MeterMap::cancel entered...
^C[Mar 21 09:30:17][mtr0] MeterMap::cancel wait for readingthread
[Mar 21 09:30:17][mtr0] MeterMap::cancel wait for meter::close
[Mar 21 09:30:17][mtr0] MeterMap::cancel finished.
[Mar 21 09:30:17][]     Server stopped.
[Mar 21 09:30:17][]     Waiting for pushdata_thread to stop...
[Mar 21 09:30:18][push] waitAndSendOnceToAll empty dataMap (timeout?)
[Mar 21 09:30:18][push] Stopped push_data_thread
[Mar 21 09:30:18][]     pushdata_thread stopped
[Mar 21 09:30:18][]     deleted pushdataList
[Mar 21 09:30:18][]     Trying to delete curlSessionProvider...
[Mar 21 09:30:18][]     deleted curlSessionProvider


Datenbank :

ID      CH_ID   TS              Data
1     1     1584779394404     131355.5
2     3     1584779394404     131355.5
3     4     1584779394404     158
4     2     1584779394404     158
5     5     1584779394404     0
6     6     1584779394404     0
7     7     1584779394404     276.8
8     1     1584779781637     131387.7
9     2     1584779781637     158
10     3     1584779781637     131387.7
11     4     1584779781637     158
12     5     1584779781637     0
13     6     1584779781637     0
14     7     1584779781637     355





More information about the volkszaehler-users mailing list