Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. Off Topic
  4. Grafana
  5. Datenpunkte in influxDB/Grafana nicht da

NEWS

  • Wartung am 15.11. – Forum ab 22:00 Uhr nicht erreichbar
    BluefoxB
    Bluefox
    11
    2
    208

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    7.9k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.7k

Datenpunkte in influxDB/Grafana nicht da

Datenpunkte in influxDB/Grafana nicht da

Scheduled Pinned Locked Moved Grafana
64 Posts 6 Posters 3.3k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Beowolf

    @thomas-braun sagte in Datenpunkte in influxDB/Grafana nicht da:

    sudo reboot

    jepp

    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    wrote on last edited by
    #43

    @beowolf

    Dann kannst du die list-Files weiter aufräumen.

    Linux-Werkzeugkasten:
    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
    NodeJS Fixer Skript:
    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

    Thomas BraunT 1 Reply Last reply
    0
    • B Beowolf

      @thomas-braun sagte in Datenpunkte in influxDB/Grafana nicht da:

      Die ganzen angemeckerten Doubletten rauswerfen.
      Die Quelle mit dem Eintrag zu 'buster' durch 'bullseye' ersetzen.

      Das mit den Doubletten . Ist das ein doppelter Eintrag in der grafana.list gewesen? Dort habe ich jetzt das was doppelt war, entfernt. Jetzt zeigt sudo apt update

      
      pi@ioBroker-Slave-1:~ $ sudo apt update
      OK:1 http://archive.raspberrypi.org/debian buster InRelease
      OK:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
      OK:3 https://packages.grafana.com/oss/deb stable InRelease
      OK:4 https://repos.influxdata.com/debian stable InRelease
      OK:5 https://repos.influxdata.com/debian buster InRelease
      OK:6 https://apt.grafana.com stable InRelease
      OK:7 https://archive.raspbian.org/raspbian bullseye InRelease
      OK:8 https://deb.nodesource.com/node_14.x bullseye InRelease
      OK:9 https://deb.nodesource.com/node_16.x bullseye InRelease
      Paketlisten werden gelesen… Fertig
      Abhängigkeitsbaum wird aufgebaut… Fertig
      Statusinformationen werden eingelesen… Fertig
      Alle Pakete sind aktuell.
      pi@ioBroker-Slave-1:~ $
      
      

      Das mit der Quelle, da stehe ich auf dem Schlauch.

      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      wrote on last edited by Thomas Braun
      #44

      @beowolf

      OK:1 http://archive.raspberrypi.org/debian buster InRelease
      

      Wird in der raspi.list zu finden sein. Ersetze buster durch bullseye

      Linux-Werkzeugkasten:
      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
      NodeJS Fixer Skript:
      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

      1 Reply Last reply
      0
      • Thomas BraunT Thomas Braun

        @beowolf

        Dann kannst du die list-Files weiter aufräumen.

        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        wrote on last edited by
        #45

        @thomas-braun

        OK:4 https://repos.influxdata.com/debian stable InRelease
        OK:5 https://repos.influxdata.com/debian buster InRelease
        

        In einer der beiden influx*.list dürfte eine Zeile mit Buster drin sein. Lösch die Datei.

        Linux-Werkzeugkasten:
        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
        NodeJS Fixer Skript:
        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

        B 1 Reply Last reply
        0
        • Thomas BraunT Thomas Braun

          @thomas-braun

          OK:4 https://repos.influxdata.com/debian stable InRelease
          OK:5 https://repos.influxdata.com/debian buster InRelease
          

          In einer der beiden influx*.list dürfte eine Zeile mit Buster drin sein. Lösch die Datei.

          B Offline
          B Offline
          Beowolf
          wrote on last edited by
          #46

          @thomas-braun

          In der influxdb.list steht

          deb https://repos.influxdata.com/debian buster stable
          

          habe ich auf

          deb https://repos.influxdata.com/debian bullseye stable
          

          geändert.

          Soll ich die Datei komplett löschen?

          Die Natur braucht nicht unseren Schutz, sie braucht unsere Abwesenheit.

          Thomas BraunT 1 Reply Last reply
          0
          • B Beowolf

            @thomas-braun

            In der influxdb.list steht

            deb https://repos.influxdata.com/debian buster stable
            

            habe ich auf

            deb https://repos.influxdata.com/debian bullseye stable
            

            geändert.

            Soll ich die Datei komplett löschen?

            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            wrote on last edited by Thomas Braun
            #47

            @beowolf

            Du hast zwei .list-Dateien zu influx:

            -rw-r--r-- 1 root root  117 23. Feb 11:33 influxdata.list
            -rw-r--r-- 1 root root   54 23. Feb 11:56 influxdb.list
            

            Eine davon enthält den Verweis auf buster. Die löschen, denn die andere hat den Verweis auf stable drin.

            Linux-Werkzeugkasten:
            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
            NodeJS Fixer Skript:
            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

            1 Reply Last reply
            0
            • B Offline
              B Offline
              Beowolf
              wrote on last edited by
              #48

              Tja, nu ist es egal. Jetzt ist er hin.

              Der Pi bootet nicht mehr. Ich komm nicht mehr per SSH drauf.

              Die Natur braucht nicht unseren Schutz, sie braucht unsere Abwesenheit.

              Thomas BraunT 1 Reply Last reply
              0
              • B Beowolf

                Tja, nu ist es egal. Jetzt ist er hin.

                Der Pi bootet nicht mehr. Ich komm nicht mehr per SSH drauf.

                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                wrote on last edited by
                #49

                @beowolf

                Was haste gemacht?

                Linux-Werkzeugkasten:
                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                NodeJS Fixer Skript:
                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                1 Reply Last reply
                0
                • B Offline
                  B Offline
                  Beowolf
                  wrote on last edited by
                  #50

                  Nachdem ich die list-dateien geändert habe, habe ich nochmal dieses gemacht

                  sudo apt update
                  sudo apt full-upgrade
                  

                  Dort wurde dann jede Menge aktualisiert.

                  Dann reboot und das war´s.

                  Die Natur braucht nicht unseren Schutz, sie braucht unsere Abwesenheit.

                  Thomas BraunT 1 Reply Last reply
                  0
                  • B Offline
                    B Offline
                    Beowolf
                    wrote on last edited by
                    #51

                    Wenn ich nun die aktuelle Version von bullseye, Grafana und influx installiere und dann ein restore über ioBroker mache, schaufel ich mir dann den ganzen Müll wieder drauf, oder wird nur die Datenbank mit den Werten wieder aufgespielt?

                    Die Natur braucht nicht unseren Schutz, sie braucht unsere Abwesenheit.

                    Thomas BraunT 1 Reply Last reply
                    0
                    • B Beowolf

                      Nachdem ich die list-dateien geändert habe, habe ich nochmal dieses gemacht

                      sudo apt update
                      sudo apt full-upgrade
                      

                      Dort wurde dann jede Menge aktualisiert.

                      Dann reboot und das war´s.

                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      wrote on last edited by
                      #52

                      @beowolf sagte in Datenpunkte in influxDB/Grafana nicht da:

                      Dort wurde dann jede Menge aktualisiert.

                      Da hast du ja auch lange geschludert. Je größer die Menge an Updates wird umso komplexer wird natürlich auch der Update-Vorgang. Deshalb macht man das ja auch regelmäßig in dann kleinerem Umfang.

                      Linux-Werkzeugkasten:
                      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                      NodeJS Fixer Skript:
                      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                      B 1 Reply Last reply
                      0
                      • Thomas BraunT Thomas Braun

                        @beowolf sagte in Datenpunkte in influxDB/Grafana nicht da:

                        Dort wurde dann jede Menge aktualisiert.

                        Da hast du ja auch lange geschludert. Je größer die Menge an Updates wird umso komplexer wird natürlich auch der Update-Vorgang. Deshalb macht man das ja auch regelmäßig in dann kleinerem Umfang.

                        B Offline
                        B Offline
                        Beowolf
                        wrote on last edited by
                        #53

                        @thomas-braun
                        reicht ein regelmäßiges update und upgrade nicht aus?

                        Die Natur braucht nicht unseren Schutz, sie braucht unsere Abwesenheit.

                        Thomas BraunT 1 Reply Last reply
                        0
                        • B Beowolf

                          Wenn ich nun die aktuelle Version von bullseye, Grafana und influx installiere und dann ein restore über ioBroker mache, schaufel ich mir dann den ganzen Müll wieder drauf, oder wird nur die Datenbank mit den Werten wieder aufgespielt?

                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          wrote on last edited by
                          #54

                          @beowolf

                          iobroker restore hat nichts mit den Paketen des Betriebssystems zu schaffen.

                          Linux-Werkzeugkasten:
                          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                          NodeJS Fixer Skript:
                          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                          1 Reply Last reply
                          0
                          • B Offline
                            B Offline
                            Beowolf
                            wrote on last edited by
                            #55

                            Wie gehe ich denn jetzt am besten vor? Nur die drei Sachen installieren und dann ein restore?

                            Die Natur braucht nicht unseren Schutz, sie braucht unsere Abwesenheit.

                            Thomas BraunT 1 Reply Last reply
                            0
                            • B Beowolf

                              @thomas-braun
                              reicht ein regelmäßiges update und upgrade nicht aus?

                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              wrote on last edited by Thomas Braun
                              #56

                              @beowolf sagte in Datenpunkte in influxDB/Grafana nicht da:

                              reicht ein regelmäßiges update und upgrade nicht aus?

                              Ja, aber man muss es auch machen. Ich zitiere:

                              164 nicht aktualisiert.
                              

                              Und die Quellen konsistent haben. Ein Mix aus verschiedenen releases kann auch zu so verfahrenen Situationen führen.

                              Linux-Werkzeugkasten:
                              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                              NodeJS Fixer Skript:
                              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                              1 Reply Last reply
                              0
                              • B Beowolf

                                Wie gehe ich denn jetzt am besten vor? Nur die drei Sachen installieren und dann ein restore?

                                Thomas BraunT Online
                                Thomas BraunT Online
                                Thomas Braun
                                Most Active
                                wrote on last edited by
                                #57

                                @beowolf sagte in Datenpunkte in influxDB/Grafana nicht da:

                                Nur die drei Sachen installieren

                                Welche 'drei Sachen' meinst du?

                                Linux-Werkzeugkasten:
                                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                NodeJS Fixer Skript:
                                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                B 1 Reply Last reply
                                0
                                • Thomas BraunT Thomas Braun

                                  @beowolf sagte in Datenpunkte in influxDB/Grafana nicht da:

                                  Nur die drei Sachen installieren

                                  Welche 'drei Sachen' meinst du?

                                  B Offline
                                  B Offline
                                  Beowolf
                                  wrote on last edited by
                                  #58

                                  @thomas-braun

                                  bullseye, Grafana und influx

                                  Die Natur braucht nicht unseren Schutz, sie braucht unsere Abwesenheit.

                                  Thomas BraunT 1 Reply Last reply
                                  0
                                  • B Beowolf

                                    @thomas-braun

                                    bullseye, Grafana und influx

                                    Thomas BraunT Online
                                    Thomas BraunT Online
                                    Thomas Braun
                                    Most Active
                                    wrote on last edited by
                                    #59

                                    @beowolf

                                    Wäre ein Ansatz.

                                    Linux-Werkzeugkasten:
                                    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                    NodeJS Fixer Skript:
                                    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                    1 Reply Last reply
                                    0
                                    • B Offline
                                      B Offline
                                      Beowolf
                                      wrote on last edited by
                                      #60

                                      Erst einmal ein wenig schlafen - morgen geht es weiter.

                                      Vielen Dank für die ganze Hilfe.

                                      Grüße
                                      Manfred

                                      Die Natur braucht nicht unseren Schutz, sie braucht unsere Abwesenheit.

                                      1 Reply Last reply
                                      0
                                      • B Offline
                                        B Offline
                                        Beowolf
                                        wrote on last edited by
                                        #61

                                        So, bin wieder da.

                                        Neu aufgesetzt.

                                        Wenn ich nun versuche die Daten von Grafana per Restore wieder zu laden, bekomme ich diese Meldung unter ioBroker

                                        Started restore ...
                                        [DEBUG] [grafana] - Start Grafana Restore ...
                                        [DEBUG] [grafana] - filename for restore: /opt/iobroker/backups/grafana_2023_05_15-10_02_00_backupiobroker.tar.gz
                                        [DEBUG] [grafana] - Grafana tmp directory created: /opt/iobroker/backups/grafana_tmp
                                        [DEBUG] [grafana] - start decompress
                                        [DEBUG] [grafana] - Grafana request started
                                        [DEBUG] [grafana] - Grafana is available ... Status: 200
                                        [DEBUG] [grafana] - Try to Restore: /opt/iobroker/backups/grafana_tmp/datasource/InfluxDB.json
                                        [DEBUG] [grafana] - Try to Restore: /opt/iobroker/backups/grafana_tmp/datasource/MySQL.json
                                        [DEBUG] [grafana] - cannot restore datasource "InfluxDB": "data source with the same name already exists"
                                        [DEBUG] [grafana] - datasoure restore "MySQL" finish: {"datasource":{"id":5,"uid":"T4QlxHigk","orgId":1,"name":"MySQL","type":"mysql","typeLogoUrl":"","access":"proxy","url":"web16.premium-webspace.net","user":"224_wetter","database":"224_wetter","basicAuth":false,"basicAuthUser":"","withCredentials":false,"isDefault":false,"jsonData":{"tlsAuth":false},"secureJsonFields":{},"version":1,"readOnly":false},"id":5,"message":"Datasource added","name":"MySQL"}
                                        [DEBUG] [grafana] - Try to Restore: /opt/iobroker/backups/grafana_tmp/dashboards/anzuchtschrank.json
                                        [DEBUG] [grafana] - Try to Restore: /opt/iobroker/backups/grafana_tmp/dashboards/brutkasten.json
                                        [DEBUG] [grafana] - Try to Restore: /opt/iobroker/backups/grafana_tmp/dashboards/dachgeschoss.json
                                        [DEBUG] [grafana] - Try to Restore: /opt/iobroker/backups/grafana_tmp/dashboards/energieubersicht.json
                                        [DEBUG] [grafana] - Try to Restore: /opt/iobroker/backups/grafana_tmp/dashboards/erdgeschoss.json
                                        [DEBUG] [grafana] - Try to Restore: /opt/iobroker/backups/grafana_tmp/dashboards/kellergeschoss.json
                                        [DEBUG] [grafana] - Try to Restore: /opt/iobroker/backups/grafana_tmp/dashboards/huhnerhaus.json
                                        [DEBUG] [grafana] - Try to Restore: /opt/iobroker/backups/grafana_tmp/dashboards/heizung.json
                                        [DEBUG] [grafana] - Try to Restore: /opt/iobroker/backups/grafana_tmp/dashboards/obergeschoss.json
                                        [DEBUG] [grafana] - Try to Restore: /opt/iobroker/backups/grafana_tmp/dashboards/new-dashboard-copy.json
                                        [DEBUG] [grafana] - Try to Restore: /opt/iobroker/backups/grafana_tmp/dashboards/pflanzbeet-pflox.json
                                        [DEBUG] [grafana] - Try to Restore: /opt/iobroker/backups/grafana_tmp/dashboards/olheizung.json
                                        [DEBUG] [grafana] - Try to Restore: /opt/iobroker/backups/grafana_tmp/dashboards/pflanzkasten-pflox.json
                                        [DEBUG] [grafana] - Try to Restore: /opt/iobroker/backups/grafana_tmp/dashboards/pflanzstreifen-garage.json
                                        [DEBUG] [grafana] - Try to Restore: /opt/iobroker/backups/grafana_tmp/dashboards/pflanzstreifen-eingang.json
                                        [DEBUG] [grafana] - Try to Restore: /opt/iobroker/backups/grafana_tmp/dashboards/ubersicht-wassertanks.json
                                        [DEBUG] [grafana] - Try to Restore: /opt/iobroker/backups/grafana_tmp/dashboards/phase-1.json
                                        [DEBUG] [grafana] - Try to Restore: /opt/iobroker/backups/grafana_tmp/dashboards/rosenpflanzkasten.json
                                        [DEBUG] [grafana] - Try to Restore: /opt/iobroker/backups/grafana_tmp/dashboards/umweltdaten-stall.json
                                        [DEBUG] [grafana] - Try to Restore: /opt/iobroker/backups/grafana_tmp/dashboards/umweltdaten.json
                                        [DEBUG] [grafana] - Try to Restore: /opt/iobroker/backups/grafana_tmp/dashboards/wasserspiel.json
                                        [DEBUG] [grafana] - Try to Restore: /opt/iobroker/backups/grafana_tmp/dashboards/wohnhaus.json
                                        [DEBUG] [grafana] - Try to Restore: /opt/iobroker/backups/grafana_tmp/dashboards/wetterdaten-stall.json
                                        [DEBUG] [grafana] - cannot restore dashboard "anzuchtschrank": {"message":"invalid API key","traceID":""}
                                        [DEBUG] [grafana] - cannot restore dashboard "energieubersicht": {"message":"invalid API key","traceID":""}
                                        [DEBUG] [grafana] - Grafana dashboard restore not possible: TypeError: Cannot read properties of undefined (reading 'data')
                                        [DEBUG] [grafana] - Grafana request ended
                                        [DEBUG] [grafana] - Try deleting the Grafana tmp directory
                                        [DEBUG] [grafana] - Grafana tmp directory was successfully deleted
                                        [DEBUG] [grafana] - cannot restore dashboard "umweltdaten": {"message":"invalid API key","traceID":""}
                                        [DEBUG] [grafana] - cannot restore dashboard "wasserspiel": {"message":"invalid API key","traceID":""}
                                        [DEBUG] [grafana] - cannot restore dashboard "wohnhaus": {"message":"invalid API key","traceID":""}
                                        [DEBUG] [grafana] - cannot restore dashboard "brutkasten": {"message":"invalid API key","traceID":""}
                                        [DEBUG] [grafana] - cannot restore dashboard "olheizung": {"message":"invalid API key","traceID":""}
                                        [DEBUG] [grafana] - cannot restore dashboard "huhnerhaus": {"message":"invalid API key","traceID":""}
                                        [DEBUG] [grafana] - cannot restore dashboard "obergeschoss": {"message":"invalid API key","traceID":""}
                                        [DEBUG] [grafana] - cannot restore dashboard "dachgeschoss": {"message":"invalid API key","traceID":""}
                                        [DEBUG] [grafana] - cannot restore dashboard "phase-1": {"message":"invalid API key","traceID":""}
                                        [DEBUG] [grafana] - cannot restore dashboard "pflanzstreifen-garage": {"message":"invalid API key","traceID":""}
                                        [DEBUG] [grafana] - cannot restore dashboard "ubersicht-wassertanks": {"message":"invalid API key","traceID":""}
                                        [DEBUG] [grafana] - cannot restore dashboard "pflanzstreifen-eingang": {"message":"invalid API key","traceID":""}
                                        [DEBUG] [grafana] - cannot restore dashboard "kellergeschoss": {"message":"invalid API key","traceID":""}
                                        [DEBUG] [grafana] - cannot restore dashboard "erdgeschoss": {"message":"invalid API key","traceID":""}
                                        [DEBUG] [grafana] - cannot restore dashboard "pflanzbeet-pflox": {"message":"invalid API key","traceID":""}
                                        [DEBUG] [grafana] - cannot restore dashboard "new-dashboard-copy": {"message":"invalid API key","traceID":""}
                                        [DEBUG] [grafana] - cannot restore dashboard "pflanzkasten-pflox": {"message":"invalid API key","traceID":""}
                                        [DEBUG] [grafana] - cannot restore dashboard "umweltdaten-stall": {"message":"invalid API key","traceID":""}
                                        [DEBUG] [grafana] - cannot restore dashboard "rosenpflanzkasten": {"message":"invalid API key","traceID":""}
                                        [DEBUG] [grafana] - cannot restore dashboard "wetterdaten-stall": {"message":"invalid API key","traceID":""}
                                        [DEBUG] [grafana] - Grafana Restore completed successfully
                                        [EXIT] Grafana restore done
                                        

                                        Was ist das mit dem

                                        {"message":"invalid API key","traceID":""}
                                        

                                        Die Natur braucht nicht unseren Schutz, sie braucht unsere Abwesenheit.

                                        1 Reply Last reply
                                        0
                                        • B Offline
                                          B Offline
                                          Beowolf
                                          wrote on last edited by
                                          #62

                                          Habe es gefunden. Neuen Token unter Grafana erzeugen.

                                          Die Natur braucht nicht unseren Schutz, sie braucht unsere Abwesenheit.

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          105

                                          Online

                                          32.4k

                                          Users

                                          81.3k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe