Dockerimage

Solaranzeige und Docker
Alles was mit der Docker Version zu tun hat.

Moderatoren: Ulrich, DeBaschdi

Hoasi
Beiträge: 26
Registriert: So 29. Nov 2020, 12:38
Hat sich bedankt: 2 Mal

Re: Dockerimage

Beitrag von Hoasi »

Hallo zusammen,

aktuell habe ich die Solaranzeige auf einen PI laufen, ohne Probleme.

Da ich aber auch ein QNAP NAS 24/7 laufen habe, ist es natürlich sinnvoll das darüben als Docker zu machen. Vielen Dank @DeBaschdi für die Erstellung.
Ich habe aber Probleme bei der Einrichting des Dockers auf meinen QNAP TS-673. Ich habe schon mit verschiedensten Varianten versucht die Datenbank zum laufen zu bekommen, leider ohne Erfolg. Ich habe es direkt über die Containerstation von Qnap und auch über SSH probiert.

Der Docker wird normal installiert und startet auch ohne Probleme. Folgende Probleme treten aber mit der Datenbank (ich möchte ein E3DC-S10E verbinden) auf:

1. Die Daten können offensichtlich nicht in die Influx Dantenbank gesendet werden:
'08.01. 13:22:01 |---------------- Start E3DC Wechselrichter ---------------
08.01. 13:22:01 -Konnte die Datei kwhProTag_e3dc.txt nicht anlegen.
08.01. 13:22:01 -Curl Fehler[2]! Daten nicht zur lokalen InfluxDB solaranzeige gesendet! Curl ErrNo. 7
08.01. 13:22:01 -InfluxDB Fehler -> nochmal versuchen.
08.01. 13:22:01 -Curl Fehler[2]! Daten nicht zur lokalen InfluxDB solaranzeige gesendet! Curl ErrNo. 7
08.01. 13:22:01 -InfluxDB Fehler -> nochmal versuchen. '

2. In Grafana kann offensichtlich auch nicht auf die Datenbank zugegriffen werden:
'Object
message:"InfluxDB Error: Bad Gateway"
data:Object
error:"Bad Gateway"
response:""
message:"Bad Gateway"
config:Object
method:"POST"
url:"api/datasources/proxy/2/query"
params:Object
data:"q=SELECT%20mean(%22String1_Leistung%22)%20FROM%20%22PV%22%20WHERE%20time%20%3E%3D%20now()%20-%2010h%20GROUP%20BY%20time(1m)%20fill(null)%3BSELECT%20mean(%22String2_Leistung%22)%20FROM%20%22PV%22%20WHERE%20time%20%3E%3D%20now()%20-%2010h%20GROUP%20BY%20time(1m)%20fill(null)%3BSELECT%20mean(%22String3_Leistung%22)%20FROM%20%22PV%22%20WHERE%20time%20%3E%3D%20now()%20-%2010h%20GROUP%20BY%20time(1m)%20fill(null)%3BSELECT%20mean(%22value%22)%20FROM%20%22measurement%22%20WHERE%20time%20%3E%3D%20now()%20-%2010h%20GROUP%20BY%20time(1m)%20fill(null)%3BSELECT%20mean(%22value%22)%20FROM%20%22measurement%22%20WHERE%20time%20%3E%3D%20now()%20-%2010h%20GROUP%20BY%20time(1m)%20fill(null)"
precision:"ms"
inspect:Object
paramSerializer:function(e){…}
headers:Object
retry:0
hideFromInspector:false'

Ich bin langsam am verzweifeln. Kann mir diesbezüglich jemand helfen, evtl. jemand der das schon auf einen QNAP NAS laufen hat?

Vielen Dank schon mal und bleibt gesund!

DeBaschdi
Beiträge: 299
Registriert: Mo 10. Aug 2020, 08:13
Hat sich bedankt: 15 Mal
Danksagung erhalten: 55 Mal

Re: Dockerimage

Beitrag von DeBaschdi »

Moin, nutzt du denn eine influxdb außerhalb des Images ?
Falls nein, musst du konfigurationstechnisch nichts ändern, die im docker integrierte funktioniert ootb, möglicherweise hast du was falsch eingestellt ?

Hoasi
Beiträge: 26
Registriert: So 29. Nov 2020, 12:38
Hat sich bedankt: 2 Mal

Re: Dockerimage

Beitrag von Hoasi »

Hallo,

ja, ich habe die entsprechenden Ordner auf ein Volume gemounted:

' -v /share/Solaranzeige/Solaranzeige-Daten:/solaranzeige \
-v /share/Solaranzeige/InfluxDB:/var/lib/influxdb \
-v /share/Solaranzeige/Granfa:/var/lib/grafana \
-v /share/Solaranzeige/www:/var/www \'

ich bekomme noch folgende Meldung beim Start des Dockers:

' Starting Services...
Mosquitto is disabled...
Influxdb is disabled... '

Da scheint die Datenbank nicht aktiviert zu werden.

Hoasi
Beiträge: 26
Registriert: So 29. Nov 2020, 12:38
Hat sich bedankt: 2 Mal

Re: Dockerimage

Beitrag von Hoasi »

Ich habe alles nochmal mit den Standard Werten installiet, leider ohne Erfolg.

Nachdem ich das Setup abeschlossen habe kommen immer noch folgende Fehler (hier nur ein Ausschnitt).

'Einen Moment bitte, es dauert ca. 30 Sekunden dann ist die
Konfiguration abgeschlossen.
Falls noch Fehler vorhanden sind oder die Konfiguration
noch geändert werden soll, dann bitte im Forum nachlesen
wie es gemacht wird.
www.solaranzeige.de
-----------------------------------------------------------
PHP Notice: Undefined index: AC_Verbrauch in /var/www/html/phpinc/funktionen.inc.php on line 1594
PHP Notice: Undefined index: AC_Bezug in /var/www/html/phpinc/funktionen.inc.php on line 1595
PHP Notice: Undefined index: PV_Leistung in /var/www/html/phpinc/funktionen.inc.php on line 1596
PHP Notice: Undefined index: AC_Leistung_Wallbox in /var/www/html/phpinc/funktionen.inc.php on line 1597
PHP Notice: Undefined index: Autarkie in /var/www/html/phpinc/funktionen.inc.php on line 1598
PHP Notice: Undefined index: Verbrauch in /var/www/html/phpinc/funktionen.inc.php on line 1599...'

DeBaschdi
Beiträge: 299
Registriert: Mo 10. Aug 2020, 08:13
Hat sich bedankt: 15 Mal
Danksagung erhalten: 55 Mal

Re: Dockerimage

Beitrag von DeBaschdi »

Du musst influx und mosquitto auch enablen, sollte per default aber eigtl auf yes stehen.

https://github.com/DeBaschdi/docker.solaranzeige

Hoasi
Beiträge: 26
Registriert: So 29. Nov 2020, 12:38
Hat sich bedankt: 2 Mal

Re: Dockerimage

Beitrag von Hoasi »

Ok... jetzt hab ich es endlich zum laufen gebracht.

Das Problem war, das die Zeilen 'MOSQUITTO=yes und INFLUXDB=yes' nicht mit in die Docker Konfiguration übernommen wurden. Nachdem ich die Zeilen bei der Neuinstallation hinzugefügt habe funktioniert es. Vielen Dank!

ChristianL
Beiträge: 14
Registriert: Mo 4. Jan 2021, 20:21
Wohnort: OWL

Re: Dockerimage

Beitrag von ChristianL »

Hallo.

Habe das Docker-Image auch einmal testweise aufgesetzt.
Allerdings habe ich nun eine unschöne Graphen Ansicht. Es werden nur die Messpunkte dargestellt. Wenn ich jedoch das Feld editiere, wir mir oben in der Voranschickt wieder schön der Graph mit Linien dargestellt :?:

Hat da jemand eine Idee woran das liegen könnte?

Auf dem Pi war zuvor alles ok, habe das Dashboard per json importiert...
2x TrinaSolar TSM-DE06M.08(II)335 WP - Schrägdachmontage | Growatt 750-S Wechselrichter

DeBaschdi
Beiträge: 299
Registriert: Mo 10. Aug 2020, 08:13
Hat sich bedankt: 15 Mal
Danksagung erhalten: 55 Mal

Re: Dockerimage

Beitrag von DeBaschdi »

Hi, ich vermute mal das es mit einem json Import alleine nicht getan ist, versuch mal dein komplettes grafana Verzeichnis zu überschreiben.
LG

ChristianL
Beiträge: 14
Registriert: Mo 4. Jan 2021, 20:21
Wohnort: OWL

Re: Dockerimage

Beitrag von ChristianL »

Hi.
Das ist komplett merkwürdig, ich habe den Graphen schon einmal komplett neu erstellt, da ich dachte hier irgendwo eine falsche Option gewählt zu haben. Solange ich im editier Modus bin ist alles gut.
Speichere ich den Graphen und gehe zurück ins Dashboard, ist der Graph erst schick, aber nach der ersten aktualisierung zack, wieder nur diese komische Datenpunktansicht.
2x TrinaSolar TSM-DE06M.08(II)335 WP - Schrägdachmontage | Growatt 750-S Wechselrichter

olesolar
Beiträge: 5
Registriert: Fr 15. Jan 2021, 19:55

Re: Dockerimage

Beitrag von olesolar »

Hallo,

ich habe eine Synology DS713+ auf der möchte ich gern im Docker das "docker.solaranzeige" laufen lassen.

Ich bekomme es aber nicht zum laufen :|

Habe auf der DS713 in der Packet-Zentrum "Docker" installiert und den Container "takealug-solaranzeige" runtergeladen und gestartet.

Jetzt sollte ich im browser "http://meineIP:3000" die solarnazeige Konfigurieren können ....

ab hier komme ich nicht weiter da sich nichts im browser öffnet, siehe Protokoll

Code: Alles auswählen

19:05:40
Local time is now:      Fri Jan 15 20:05:40 CET 2021.
stdout
19:05:40
Universal Time is now:  Fri Jan 15 19:05:40 UTC 2021.
stdout
19:05:40
stdout
19:05:40
users:x:100:
stdout
19:05:40
##################################
stdout
19:05:40
# Initial Setup for Solaranzeige #
stdout
19:05:40
##################################
stdout
19:05:40
stdout
19:05:40
create necessary files/directories...
stdout
19:05:40
stdout
19:05:40
downloading Main Program...
stdout
19:05:40
Cloning into 'solar_config'...
stdout
19:05:42
remote: Enumerating objects: 153, done.
stdout
19:05:42
remote: Counting objects:   0% (1/153)
remote: Counting objects:   1% (2/153)
remote: Counting objects:   2% (4/153)
remote: Counting objects:   3% (5/153)
remote: Counting objects:   4% (7/153)
remote: Counting objects:   5% (8/153)
remote: Counting objects:   6% (10/153)
remote: Counting objects:   7% (11/153)
remote: Counting objects:   8% (13/153)
remote: Counting objects:   9% (14/153)
remote: Counting objects:  10% (16/153)
remote: Counting objects:  11% (17/153)
remote: Counting objects:  12% (19/153)
remote: Counting objects:  13% (20/153)
remote: Counting objects:  14% (22/153)
remote: Counting objects:  15% (23/153)
remote: Counting objects:  16% (25/153)
remote: Counting objects:  17% (27/153)
remote: Counting objects:  18% (28/153)
remote: Counting objects:  19% (30/153)
remote: Counting objects:  20% (31/153)
remote: Counting objects:  21% (33/153)
remote: Counting objects:  22% (34/153)
remote: Counting objects:  23% (36/153)
remote: Counting objects:  24% (37/153)
remote: Counting objects:  25% (39/153)
remote: Counting objects:  26% (40/153)
remote: Counting objects:  27% (42/153)
remote: Counting objects:  28% (43/153)
remote: Counting objects:  29% (45/153)
remote: Counting objects:  30% (46/153)
remote: Counting objects:  31% (48/153)
remote: Counting objects:  32% (49/153)
remote: Counting objects:  33% (51/153)
remote: Counting objects:  34% (53/153)
remote: Counting objects:  35% (54/153)
remote: Counting objects:  36% (56/153)
remote: Counting objects:  37% (57/153)
remote: Counting objects:  38% (59/153)
remote: Counting objects:  39% (60/153)
remote: Counting objects:  40% (62/153)
remote: Counting objects:  41% (63/153)
remote: Counting objects:  42% (65/153)
remote: Counting objects:  43% (66/153)
remote: Counting objects:  44% (68/153)
remote: Counting objects:  45% (69/153)
remote: Counting objects:  46% (71/153)
remote: Counting objects:  47% (72/153)
remote: Counting objects:  48% (74/153)
remote: Counting objects:  49% (75/153)
remote: Counting objects:  50% (77/153)
remote: Counting objects:  51% (79/153)
remote: Counting objects:  52% (80/153)
remote: Counting objects:  53% (82/153)
remote: Counting objects:  54% (83/153)
remote: Counting objects:  55% (85/153)
remote: Counting objects:  56% (86/153)
remote: Counting objects:  57% (88/153)
remote: Counting objects:  58% (89/153)
remote: Counting objects:  59% (91/153)
remote: Counting objects:  60% (92/153)
remote: Counting objects:  61% (94/153)
remote: Counting objects:  62% (95/153)
remote: Counting objects:  63% (97/153)
remote: Counting objects:  64% (98/153)
remote: Counting objects:  65% (100/153)
remote: Counting objects:  66% (101/153)
remote: Counting objects:  67% (103/153)
remote: Counting objects:  68% (105/153)
remote: Counting objects:  69% (106/153)
remote: Counting objects:  70% (108/153)
remote: Counting objects:  71% (109/153)
remote: Counting objects:  72% (111/153)
remote: Counting objects:  73% (112/153)
remote: Counting objects:  74% (114/153)
remote: Counting objects:  75% (115/153)
remote: Counting objects:  76% (117/153)
remote: Counting objects:  77% (118/153)
remote: Counting objects:  78% (120/153)
remote: Counting objects:  79% (121/153)
remote: Counting objects:  80% (123/153)
remote: Counting objects:  81% (124/153)
remote: Counting objects:  82% (126/153)
remote: Counting objects:  83% (127/153)
remote: Counting objects:  84% (129/153)
remote: Counting objects:  85% (131/153)
remote: Counting objects:  86% (132/153)
remote: Counting objects:  87% (134/153)
remote: Counting objects:  88% (135/153)
remote: Counting objects:  89% (137/153)
remote: Counting objects:  90% (138/153)
remote: Counting objects:  91% (140/153)
remote: Counting objects:  92% (141/153)
remote: Counting objects:  93% (143/153)
remote: Counting objects:  94% (144/153)
remote: Counting objects:  95% (146/153)
remote: Counting objects:  96% (147/153)
remote: Counting objects:  97% (149/153)
remote: Counting objects:  98% (150/153)
remote: Counting objects:  99% (152/153)
remote: Counting objects: 100% (153/153)
remote: Counting objects: 100% (153/153), done.
stdout
19:05:42
remote: Compressing objects:   0% (1/116)
remote: Compressing objects:   1% (2/116)
remote: Compressing objects:   2% (3/116)
remote: Compressing objects:   3% (4/116)
remote: Compressing objects:   4% (5/116)
remote: Compressing objects:   5% (6/116)
remote: Compressing objects:   6% (7/116)
remote: Compressing objects:   7% (9/116)
remote: Compressing objects:   8% (10/116)
remote: Compressing objects:   9% (11/116)
remote: Compressing objects:  10% (12/116)
remote: Compressing objects:  11% (13/116)
remote: Compressing objects:  12% (14/116)
remote: Compressing objects:  13% (16/116)
remote: Compressing objects:  14% (17/116)
remote: Compressing objects:  15% (18/116)
remote: Compressing objects:  16% (19/116)
remote: Compressing objects:  17% (20/116)
remote: Compressing objects:  18% (21/116)
remote: Compressing objects:  19% (23/116)
remote: Compressing objects:  20% (24/116)
remote: Compressing objects:  21% (25/116)
remote: Compressing objects:  22% (26/116)
remote: Compressing objects:  23% (27/116)
remote: Compressing objects:  24% (28/116)
remote: Compressing objects:  25% (29/116)
remote: Compressing objects:  26% (31/116)
remote: Compressing objects:  27% (32/116)
remote: Compressing objects:  28% (33/116)
remote: Compressing objects:  29% (34/116)
remote: Compressing objects:  30% (35/116)
remote: Compressing objects:  31% (36/116)
remote: Compressing objects:  32% (38/116)
remote: Compressing objects:  33% (39/116)
remote: Compressing objects:  34% (40/116)
remote: Compressing objects:  35% (41/116)
remote: Compressing objects:  36% (42/116)
remote: Compressing objects:  37% (43/116)
remote: Compressing objects:  38% (45/116)
remote: Compressing objects:  39% (46/116)
remote: Compressing objects:  40% (47/116)
remote: Compressing objects:  41% (48/116)
remote: Compressing objects:  42% (49/116)
remote: Compressing objects:  43% (50/116)
remote: Compressing objects:  44% (52/116)
remote: Compressing objects:  45% (53/116)
remote: Compressing objects:  46% (54/116)
remote: Compressing objects:  47% (55/116)
remote: Compressing objects:  48% (56/116)
remote: Compressing objects:  49% (57/116)
remote: Compressing objects:  50% (58/116)
remote: Compressing objects:  51% (60/116)
remote: Compressing objects:  52% (61/116)
remote: Compressing objects:  53% (62/116)
remote: Compressing objects:  54% (63/116)
remote: Compressing objects:  55% (64/116)
remote: Compressing objects:  56% (65/116)
remote: Compressing objects:  57% (67/116)
remote: Compressing objects:  58% (68/116)
remote: Compressing objects:  59% (69/116)
remote: Compressing objects:  60% (70/116)
remote: Compressing objects:  61% (71/116)
remote: Compressing objects:  62% (72/116)
remote: Compressing objects:  63% (74/116)
remote: Compressing objects:  64% (75/116)
remote: Compressing objects:  65% (76/116)
remote: Compressing objects:  66% (77/116)
remote: Compressing objects:  67% (78/116)
remote: Compressing objects:  68% (79/116)
remote: Compressing objects:  69% (81/116)
remote: Compressing objects:  70% (82/116)
remote: Compressing objects:  71% (83/116)
remote: Compressing objects:  72% (84/116)
remote: Compressing objects:  73% (85/116)
remote: Compressing objects:  74% (86/116)
remote: Compressing objects:  75% (87/116)
remote: Compressing objects:  76% (89/116)
remote: Compressing objects:  77% (90/116)
remote: Compressing objects:  78% (91/116)
remote: Compressing objects:  79% (92/116)
remote: Compressing objects:  80% (93/116)
remote: Compressing objects:  81% (94/116)
remote: Compressing objects:  82% (96/116)
remote: Compressing objects:  83% (97/116)
remote: Compressing objects:  84% (98/116)
remote: Compressing objects:  85% (99/116)
remote: Compressing objects:  86% (100/116)
remote: Compressing objects:  87% (101/116)
remote: Compressing objects:  88% (103/116)
remote: Compressing objects:  89% (104/116)
remote: Compressing objects:  90% (105/116)
remote: Compressing objects:  91% (106/116)
remote: Compressing objects:  92% (107/116)
remote: Compressing objects:  93% (108/116)
remote: Compressing objects:  94% (110/116)
remote: Compressing objects:  95% (111/116)
remote: Compressing objects:  96% (112/116)
remote: Compressing objects:  97% (113/116)
remote: Compressing objects:  98% (114/116)
remote: Compressing objects:  99% (115/116)
remote: Compressing objects: 100% (116/116)
remote: Compressing objects: 100% (116/116), done.
stdout
19:05:46
Receiving objects:   0% (1/153)   
Receiving objects:   1% (2/153)   
Receiving objects:   2% (4/153)   
Receiving objects:   3% (5/153)   
Receiving objects:   4% (7/153)   
Receiving objects:   5% (8/153), 116.00 KiB | 205.00 KiB/s   
Receiving objects:   6% (10/153), 116.00 KiB | 205.00 KiB/s   
Receiving objects:   7% (11/153), 116.00 KiB | 205.00 KiB/s   
Receiving objects:   8% (13/153), 116.00 KiB | 205.00 KiB/s   
Receiving objects:   9% (14/153), 116.00 KiB | 205.00 KiB/s   
Receiving objects:  10% (16/153), 116.00 KiB | 205.00 KiB/s   
Receiving objects:  11% (17/153), 116.00 KiB | 205.00 KiB/s   
Receiving objects:  12% (19/153), 116.00 KiB | 205.00 KiB/s   
Receiving objects:  13% (20/153), 116.00 KiB | 205.00 KiB/s   
Receiving objects:  14% (22/153), 116.00 KiB | 205.00 KiB/s   
Receiving objects:  15% (23/153), 116.00 KiB | 205.00 KiB/s   
Receiving objects:  16% (25/153), 116.00 KiB | 205.00 KiB/s   
Receiving objects:  17% (27/153), 116.00 KiB | 205.00 KiB/s   
Receiving objects:  18% (28/153), 116.00 KiB | 205.00 KiB/s   
Receiving objects:  19% (30/153), 116.00 KiB | 205.00 KiB/s   
Receiving objects:  20% (31/153), 116.00 KiB | 205.00 KiB/s   
Receiving objects:  21% (33/153), 116.00 KiB | 205.00 KiB/s   
Receiving objects:  22% (34/153), 116.00 KiB | 205.00 KiB/s   
Receiving objects:  23% (36/153), 116.00 KiB | 205.00 KiB/s   
Receiving objects:  24% (37/153), 116.00 KiB | 205.00 KiB/s   
Receiving objects:  25% (39/153), 116.00 KiB | 205.00 KiB/s   
Receiving objects:  26% (40/153), 116.00 KiB | 205.00 KiB/s   
Receiving objects:  27% (42/153), 116.00 KiB | 205.00 KiB/s   
Receiving objects:  28% (43/153), 116.00 KiB | 205.00 KiB/s   
Receiving objects:  29% (45/153), 116.00 KiB | 205.00 KiB/s   
Receiving objects:  30% (46/153), 116.00 KiB | 205.00 KiB/s   
Receiving objects:  30% (46/153), 276.00 KiB | 253.00 KiB/s   
Receiving objects:  31% (48/153), 276.00 KiB | 253.00 KiB/s   
Receiving objects:  32% (49/153), 276.00 KiB | 253.00 KiB/s   
Receiving objects:  33% (51/153), 468.00 KiB | 292.00 KiB/s   
Receiving objects:  34% (53/153), 468.00 KiB | 292.00 KiB/s   
Receiving objects:  35% (54/153), 468.00 KiB | 292.00 KiB/s   
Receiving objects:  35% (55/153), 468.00 KiB | 292.00 KiB/s   
Receiving objects:  36% (56/153), 468.00 KiB | 292.00 KiB/s   
Receiving objects:  37% (57/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  38% (59/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  39% (60/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  40% (62/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  41% (63/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  42% (65/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  43% (66/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  44% (68/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  45% (69/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  46% (71/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  47% (72/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  48% (74/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  49% (75/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  50% (77/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  51% (79/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  52% (80/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  53% (82/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  54% (83/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  55% (85/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  56% (86/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  57% (88/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  58% (89/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  59% (91/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  60% (92/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  61% (94/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  62% (95/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  63% (97/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  64% (98/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  65% (100/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  66% (101/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  67% (103/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  68% (105/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  69% (106/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  70% (108/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  71% (109/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  72% (111/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  73% (112/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  74% (114/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  75% (115/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  76% (117/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  77% (118/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  78% (120/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  79% (121/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  80% (123/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  81% (124/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  82% (126/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  83% (127/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  84% (129/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  85% (131/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  86% (132/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  87% (134/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  88% (135/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  89% (137/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  90% (138/153), 780.00 KiB | 360.00 KiB/s   
Receiving objects:  90% (139/153), 1.68 MiB | 536.00 KiB/s   
Receiving objects:  91% (140/153), 1.68 MiB | 536.00 KiB/s   
Receiving objects:  92% (141/153), 1.68 MiB | 536.00 KiB/s   
Receiving objects:  93% (143/153), 1.68 MiB | 536.00 KiB/s   
remote: Total 153 (delta 22), reused 137 (delta 16), pack-reused 0
stdout
19:05:46
Receiving objects:  94% (144/153), 2.36 MiB | 651.00 KiB/s   
Receiving objects:  95% (146/153), 2.36 MiB | 651.00 KiB/s   
Receiving objects:  96% (147/153), 2.36 MiB | 651.00 KiB/s   
Receiving objects:  97% (149/153), 2.36 MiB | 651.00 KiB/s   
Receiving objects:  98% (150/153), 2.36 MiB | 651.00 KiB/s   
Receiving objects:  99% (152/153), 2.36 MiB | 651.00 KiB/s   
Receiving objects: 100% (153/153), 2.36 MiB | 651.00 KiB/s   
Receiving objects: 100% (153/153), 3.08 MiB | 766.00 KiB/s, done.
stdout
19:05:47
Resolving deltas:   0% (0/22)   
Resolving deltas:   9% (2/22)   
Resolving deltas:  13% (3/22)   
Resolving deltas:  22% (5/22)   
Resolving deltas:  27% (6/22)   
Resolving deltas:  36% (8/22)   
Resolving deltas:  40% (9/22)   
Resolving deltas:  45% (10/22)   
Resolving deltas:  54% (12/22)   
Resolving deltas: 100% (22/22)   
Resolving deltas: 100% (22/22), done.
stdout
19:05:48
stdout
19:05:48
Update wird gestartet .....
stdout
19:05:48
stdout
19:05:59
stdout
19:05:59
Solaranzeige Update ist beendet. Normalerweise ist kein 'reboot'  nötig,
stdout
19:05:59
außer das Problem lag in der Verbindung zum Regler / Wechselrichter.
stdout
19:05:59
In diesem Fall muss der Docker neu gestartet werden.
stdout
19:05:59
Dieser Update war nicht für das Betriebssystem, InfuxDB und auch nicht für Grafana.
stdout
19:05:59
stdout
19:05:59
stdout
19:05:59
Installing Grafana Plugins...
stdout
19:05:59
installing fetzerch-sunandmoon-datasource @ 0.2.1
stdout
19:05:59
from: https://grafana.com/api/plugins/fetzerch-sunandmoon-datasource/versions/0.2.1/download
stdout
19:05:59
into: /var/lib/grafana/plugins
stdout
19:05:59
stdout
19:06:00
✔ Installed fetzerch-sunandmoon-datasource successfully 
stdout
19:06:00
stdout
19:06:00
Restart grafana after installing plugins . <service grafana-server restart>
stdout
19:06:00
stdout
19:06:00
installing briangann-gauge-panel @ 0.0.8
stdout
19:06:00
from: https://grafana.com/api/plugins/briangann-gauge-panel/versions/0.0.8/download
stdout
19:06:00
into: /var/lib/grafana/plugins
stdout
19:06:00
stdout
19:06:02
✔ Installed briangann-gauge-panel successfully 
stdout
19:06:02
stdout
19:06:02
Restart grafana after installing plugins . <service grafana-server restart>
stdout
19:06:02
stdout
19:06:02
stdout
19:06:02
##############################################################################################
stdout
19:06:02
# Initial Setup for Solaranzeige completed, please run /solaranzeige/setup for Configuration #
stdout
19:06:02
# example : docker exec -ti Solaranzeige /solaranzeige/setup                                 #
stdout
19:06:02
##############################################################################################
Dateianhänge
Bildschirmfoto 2021-01-15 um 20.26.45.png

Antworten

Zurück zu „Docker Container“