Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Off Topic
    4. InfluxDB
    5. Benötige Hilfe bei Influx DB

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Benötige Hilfe bei Influx DB

    This topic has been deleted. Only users with topic management privileges can see it.
    • Thomas Braun
      Thomas Braun Most Active @Altersrentner last edited by Thomas Braun

      @altersrentner

      Sag ich doch. Kein Repository angelegt.

      Und dein Influxdata-Repository ist auch falsch. Du hast kein 'stretch' laufen sondern offenbar 'bullseye'. Dann muss das auch auf bullseye lauten.

      A 1 Reply Last reply Reply Quote 0
      • A
        Altersrentner @Thomas Braun last edited by

        @thomas-braun sagte in Benötige Hilfe bei Influx DB:

        Sag ich doch. Kein Repository angelegt.

        Das habe ich gemacht:

        pi@raspberrypiioBroker:~ $ sudo apt-get install -y adduser libfontconfig1
        Reading package lists... Done
        Building dependency tree... Done
        Reading state information... Done
        adduser is already the newest version (3.118).
        libfontconfig1 is already the newest version (2.13.1-4.2).
        libfontconfig1 set to manually installed.
        0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
        pi@raspberrypiioBroker:~ $ wget https://dl.grafana.com/enterprise/release/grafana-enterprise_6.6.1_amd64.deb
        --2022-08-05 14:59:11--  https://dl.grafana.com/enterprise/release/grafana-enterprise_6.6.1_amd64.deb
        Resolving dl.grafana.com (dl.grafana.com)... 2a04:4e42:1b::729, 151.101.114.217
        Connecting to dl.grafana.com (dl.grafana.com)|2a04:4e42:1b::729|:443... connected.
        HTTP request sent, awaiting response... 200 OK
        Length: 63940356 (61M) [application/x-debian-package]
        Saving to: ‘grafana-enterprise_6.6.1_amd64.deb’
        
        grafana-enterprise_6.6.1_amd64.d 100%[=========================================================>]  60.98M  6.83MB/s    in 8.9s
        
        2022-08-05 14:59:20 (6.81 MB/s) - ‘grafana-enterprise_6.6.1_amd64.deb’ saved [63940356/63940356]
        
        pi@raspberrypiioBroker:~ $ sudo dpkg -i grafana-enterprise_6.6.1_amd64.deb
        dpkg: error processing archive grafana-enterprise_6.6.1_amd64.deb (--install):
         package architecture (amd64) does not match system (arm64)
        Errors were encountered while processing:
         grafana-enterprise_6.6.1_amd64.deb
        pi@raspberrypiioBroker:~ $ sudo apt install grafana=6.6.1
        Reading package lists... Done
        Building dependency tree... Done
        Reading state information... Done
        E: Unable to locate package grafana
        pi@raspberrypiioBroker:~ $ 
        
        Thomas Braun DJMarc75 2 Replies Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @Altersrentner last edited by Thomas Braun

          @altersrentner

          Damit dübelst du dir 'irgendwas' am Paketmanager vorbei ins System.
          Finger weg von so einem Blödsinn.

          amd64 passt auch nicht zu deinem Raspberry Pi, der hat eine andere Prozessorarchitektur. Deswegen auch:

          package architecture (amd64) does not match system (arm64)
          
          1 Reply Last reply Reply Quote 0
          • DJMarc75
            DJMarc75 @Altersrentner last edited by

            @altersrentner

            wget -q -O - https://packages.grafana.com/gpg.key | sudo apt-key add -
            echo "deb https://packages.grafana.com/oss/deb stable main" | sudo tee -a /etc/apt/sources.list.d/grafana.list
            

            dann

            sudo apt update
            
            A 1 Reply Last reply Reply Quote 0
            • A
              Altersrentner @DJMarc75 last edited by

              @djmarc75

              pi@raspberrypiioBroker:~ $ sudo apt update
              Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
              Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
              Hit:3 https://repos.influxdata.com/debian stretch InRelease
              Get:4 https://packages.grafana.com/oss/deb stable InRelease [12.1 kB]
              Get:5 https://packages.grafana.com/oss/deb stable/main arm64 Packages [26.6 kB]
              Get:6 https://packages.grafana.com/oss/deb stable/main armhf Packages [36.1 kB]
              Hit:7 http://deb.debian.org/debian bullseye InRelease
              Hit:8 http://deb.debian.org/debian bullseye-updates InRelease
              Fetched 74.9 kB in 6s (13.1 kB/s)
              Reading package lists... Done
              Building dependency tree... Done
              Reading state information... Done
              All packages are up to date.
              pi@raspberrypiioBroker:~ $
              
              
              Thomas Braun 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @Altersrentner last edited by

                @altersrentner

                Auch wenn ich das absolut nicht für eine gute Idee halte:

                sudo apt install grafana=6.6.1
                sudo apt-mark hold grafana
                
                DJMarc75 A 2 Replies Last reply Reply Quote 0
                • DJMarc75
                  DJMarc75 @Thomas Braun last edited by

                  @thomas-braun sagte in Benötige Hilfe bei Influx DB:

                  Auch wenn ich das absolut nicht für eine gute Idee halte

                  Da gibts dann halt ein H-Kennzeichen 😀

                  @Altersrentner bist Du schon weitergekommen ?

                  1 Reply Last reply Reply Quote 0
                  • A
                    Altersrentner @Thomas Braun last edited by

                    @thomas-braun sagte in Benötige Hilfe bei Influx DB:

                    Auch wenn ich das absolut nicht für eine gute Idee halte:

                    Warum?

                    @djmarc75 sagte in Benötige Hilfe bei Influx DB:

                    Da gibts dann halt ein H-Kennzeichen

                    Was meinst Du damit?

                    @djmarc75 sagte in Benötige Hilfe bei Influx DB:

                    bist Du schon weitergekommen ?

                    Ja, Eben das erste Board erstellt👍 👍 👍 😊 😊 😊
                    Die Version ist super einfach zu bedienen

                    Version alt.png

                    Ich denke, das soll es dann gewesen sein.

                    Ich möchte mich bei alle die mir mit Engelsgeduld geholfen haben bedanken.
                    Mit freundlichen Grüßen
                    Michael

                    Thomas Braun 1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @Altersrentner last edited by

                      @altersrentner
                      Erwartest du da ernsthaft eine Antwort?

                      Schau hier rein:

                      https://grafana.com/tags/security/

                      A 1 Reply Last reply Reply Quote 0
                      • A
                        Altersrentner @Thomas Braun last edited by

                        @thomas-braun sagte in Benötige Hilfe bei Influx DB:

                        Schau hier rein:

                        OHA!
                        Aber 😧 ich habe bei der aktuellen V keinen Lichtblick gefunden.
                        Habe doch noch eine Frage

                        Wie kann ich das zurücksetzen / aufheben?

                        sudo apt-mark hold grafana
                        

                        MfG Michael

                        DJMarc75 1 Reply Last reply Reply Quote 0
                        • DJMarc75
                          DJMarc75 @Altersrentner last edited by

                          @altersrentner sagte in Benötige Hilfe bei Influx DB:

                          Wie kann ich das zurücksetzen / aufheben?

                          sudo atp-mark unhold grafana
                          

                          Suchfunktionen in jeglicher Form wäre da auch mal eine super Idee - nicht hier alles OutOfTheBox erwarten !

                          A 1 Reply Last reply Reply Quote 0
                          • A
                            Altersrentner @DJMarc75 last edited by

                            @djmarc75
                            Asche auf mein Haupt😖
                            MfG Michael

                            DJMarc75 1 Reply Last reply Reply Quote 0
                            • DJMarc75
                              DJMarc75 @Altersrentner last edited by

                              @altersrentner sagte in Benötige Hilfe bei Influx DB:

                              Asche auf mein Haup

                              Na sooo schlimm dann auch nicht. Aber sei mal ehrlich, bissle selber suchen ist nicht grad schädlich 😉

                              Thomas Braun 1 Reply Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @DJMarc75 last edited by Thomas Braun

                                Wenn man gemein wäre:

                                man apt-mark
                                
                                DJMarc75 1 Reply Last reply Reply Quote 0
                                • DJMarc75
                                  DJMarc75 @Thomas Braun last edited by

                                  @thomas-braun sagte in Benötige Hilfe bei Influx DB:

                                  man apt-mark

                                  Mich schreibt man mit C und nicht mit K ... aber gemein bin ich natürlich auch ! 😂

                                  A 1 Reply Last reply Reply Quote 0
                                  • A
                                    Altersrentner @DJMarc75 last edited by

                                    @djmarc75
                                    Hallo,
                                    Habe sehr viel gelesen 😧 aber komme jetzt wirklich nicht weiter.
                                    Ich möchte ein Plugin zu Grafana hinzu fügen.
                                    Installirt sollte das Discrete Plugin sein.
                                    Die Fehlermeldung sagt aber:
                                    < Paketlisten lesen... Fertig
                                    Abhängigkeitsbaum erstellen ... Fertig
                                    Zustandsinformationen lesen... Fertig
                                    E: Paket natel-discrete-panel kann nicht gefunden werden>
                                    Das habe ich bis jetzt versucht,

                                    pi@raspberrypiioBroker:~ $ sudo grafana-cli plugins install natel-discrete-panel
                                    installing natel-discrete-panel @ 0.1.1
                                    from: https://grafana.com/api/plugins/natel-discrete-panel/versions/0.1.1/download
                                    into: /var/lib/grafana/plugins
                                    
                                    ✔ Installed natel-discrete-panel successfully
                                    
                                    Restart grafana after installing plugins . <service grafana-server restart>
                                    
                                    pi@raspberrypiioBroker:~ $ sudo apt natel-discrete-panel
                                    E: Invalid operation natel-discrete-panel
                                    pi@raspberrypiioBroker:~ $ sudo apt install natel-discrete-panel
                                    Reading package lists... Done
                                    Building dependency tree... Done
                                    Reading state information... Done
                                    E: Unable to locate package natel-discrete-panel
                                    pi@raspberrypiioBroker:~ $
                                    
                                    

                                    Wie kann ich weiter kommen?
                                    Sonst, abgesehen von dem Sicherheitshinweis von Thomas Braun läuft alles prima.
                                    MfG Michael

                                    E Thomas Braun 3 Replies Last reply Reply Quote 0
                                    • DJMarc75
                                      DJMarc75 last edited by

                                      @altersrentner Tag,
                                      die Frage ist warum Du das über die Konsole installieren willst ?

                                      Screenshot 2022-08-10 112005.png

                                      Geht bei mir direkt per Grafana.

                                      1 Reply Last reply Reply Quote 0
                                      • E
                                        Einstein67 @Altersrentner last edited by

                                        @altersrentner said in Benötige Hilfe bei Influx DB:

                                        Wie kann ich weiter kommen?

                                        Warum installierst du nicht einfach über die Grafana Oberfläche?

                                        Configuration --> Plugins --> ins Suchfeld Discrete eingeben --> auswählen und install

                                        1 Reply Last reply Reply Quote 0
                                        • Thomas Braun
                                          Thomas Braun Most Active @Altersrentner last edited by

                                          @altersrentner

                                          Das Plugin ist kein Paket das man über den Paketmanager bezieht sondern offenbar direkt aus grafana heraus.

                                          1 Reply Last reply Reply Quote 0
                                          • E
                                            Einstein67 @Altersrentner last edited by

                                            @altersrentner Gerade gesehen. Das Plugin wurde richtig installiert!

                                            pi@raspberrypiioBroker:~ $ sudo grafana-cli plugins install natel-discrete-panel
                                            installing natel-discrete-panel @ 0.1.1
                                            from: https://grafana.com/api/plugins/natel-discrete-panel/versions/0.1.1/download
                                            into: /var/lib/grafana/plugins
                                             
                                            ✔ Installed natel-discrete-panel successfully
                                            

                                            Funktioniert es nicht?

                                            A 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            822
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            7
                                            109
                                            6765
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo