Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Error/Bug
  4. Alexa2 startet alle 5 Sek. Do not restart adapter alexa2.0

NEWS

  • wichtiges UPDATE für controller 7.2.2 im stable
    HomoranH
    Homoran
    10
    1
    1.8k

  • Neues YouTube-Video: Visualisierung im Devices-Adapter
    BluefoxB
    Bluefox
    16
    1
    3.6k

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    8
    1
    3.3k

Alexa2 startet alle 5 Sek. Do not restart adapter alexa2.0

Geplant Angeheftet Gesperrt Verschoben Error/Bug
46 Beiträge 4 Kommentatoren 1.8k Aufrufe 3 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • F Offline
    F Offline
    fraso
    schrieb am zuletzt editiert von
    #17

    @thomas-braun mache ich. kannst du mich auf die Projektseiten schubsen?

    Thomas BraunT 1 Antwort Letzte Antwort
    0
    • F fraso

      @thomas-braun mache ich. kannst du mich auf die Projektseiten schubsen?

      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      schrieb am zuletzt editiert von Thomas Braun
      #18

      @fraso

      Wie bist du denn an die falschen Links gekommen?

      https://grafana.com/docs/grafana/latest/installation/debian/

      Influx:
      In der
      /etc/apt/sources.list.d/influxdb.list
      stretch durch buster ersetzen

      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

      F 1 Antwort Letzte Antwort
      0
      • Thomas BraunT Thomas Braun

        @fraso

        Wie bist du denn an die falschen Links gekommen?

        https://grafana.com/docs/grafana/latest/installation/debian/

        Influx:
        In der
        /etc/apt/sources.list.d/influxdb.list
        stretch durch buster ersetzen

        F Offline
        F Offline
        fraso
        schrieb am zuletzt editiert von Negalein
        #19

        @thomas-braun

        pi@iobroker-pi:~ $ sudo apt-get remove --auto-remove grafana-enterprise
        Reading package lists... Done
        Building dependency tree       
        Reading state information... Done
        The following packages will be REMOVED:
          grafana-enterprise
        0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
        After this operation, 258 MB disk space will be freed.
        Do you want to continue? [Y/n] Y
        (Reading database ... 67759 files and directories currently installed.)
        Removing grafana-enterprise (8.3.3) ...
        pi@iobroker-pi:~ $ sudo apt-get install -y apt-transport-https
        Reading package lists... Done
        Building dependency tree       
        Reading state information... Done
        apt-transport-https is already the newest version (1.8.2.3).
        0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
        pi@iobroker-pi:~ $ sudo apt-get install -y software-properties-common wget
        Reading package lists... Done
        Building dependency tree       
        Reading state information... Done
        software-properties-common is already the newest version (0.96.20.2-2).
        wget is already the newest version (1.20.1-1.1).
        0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
        pi@iobroker-pi:~ $ wget -q -O - https://packages.grafana.com/gpg.key | sudo apt-key add -
        OK
        pi@iobroker-pi:~ $ sudo apt-get update
        Hit:1 http://archive.raspberrypi.org/debian buster InRelease
        Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease                
        Hit:3 https://packages.grafana.com/enterprise/deb stable InRelease             
        Hit:4 https://repos.influxdata.com/debian stretch InRelease                    
        Hit:5 https://deb.nodesource.com/node_12.x buster InRelease                    
        Reading package lists... Done                       
        pi@iobroker-pi:~ $ sudo apt-get install grafana
        Reading package lists... Done
        Building dependency tree       
        Reading state information... Done
        The following NEW packages will be installed:
          grafana
        0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
        Need to get 41.3 MB of archives.
        After this operation, 120 MB of additional disk space will be used.
        Get:1 https://packages.grafana.com/enterprise/deb stable/main armhf grafana armhf 7.0.0 [41.3 MB]
        Fetched 41.3 MB in 6s (6,691 kB/s)                                             
        Selecting previously unselected package grafana.
        (Reading database ... 61681 files and directories currently installed.)
        Preparing to unpack .../grafana_7.0.0_armhf.deb ...
        Unpacking grafana (7.0.0) ...
        Setting up grafana (7.0.0) ...
        Installing new version of config file /etc/default/grafana-server ...
        Installing new version of config file /usr/lib/systemd/system/grafana-server.service ...
        ### NOT starting on installation, please execute the following statements to configure grafana to start automatically using systemd
         sudo /bin/systemctl daemon-reload
         sudo /bin/systemctl enable grafana-server
        ### You can start grafana-server by executing
         sudo /bin/systemctl start grafana-server
        Processing triggers for systemd (241-7~deb10u8+rpi1) ...
        pi@iobroker-pi:~ $ 
        
        F 1 Antwort Letzte Antwort
        0
        • F fraso

          @thomas-braun

          pi@iobroker-pi:~ $ sudo apt-get remove --auto-remove grafana-enterprise
          Reading package lists... Done
          Building dependency tree       
          Reading state information... Done
          The following packages will be REMOVED:
            grafana-enterprise
          0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
          After this operation, 258 MB disk space will be freed.
          Do you want to continue? [Y/n] Y
          (Reading database ... 67759 files and directories currently installed.)
          Removing grafana-enterprise (8.3.3) ...
          pi@iobroker-pi:~ $ sudo apt-get install -y apt-transport-https
          Reading package lists... Done
          Building dependency tree       
          Reading state information... Done
          apt-transport-https is already the newest version (1.8.2.3).
          0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
          pi@iobroker-pi:~ $ sudo apt-get install -y software-properties-common wget
          Reading package lists... Done
          Building dependency tree       
          Reading state information... Done
          software-properties-common is already the newest version (0.96.20.2-2).
          wget is already the newest version (1.20.1-1.1).
          0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
          pi@iobroker-pi:~ $ wget -q -O - https://packages.grafana.com/gpg.key | sudo apt-key add -
          OK
          pi@iobroker-pi:~ $ sudo apt-get update
          Hit:1 http://archive.raspberrypi.org/debian buster InRelease
          Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease                
          Hit:3 https://packages.grafana.com/enterprise/deb stable InRelease             
          Hit:4 https://repos.influxdata.com/debian stretch InRelease                    
          Hit:5 https://deb.nodesource.com/node_12.x buster InRelease                    
          Reading package lists... Done                       
          pi@iobroker-pi:~ $ sudo apt-get install grafana
          Reading package lists... Done
          Building dependency tree       
          Reading state information... Done
          The following NEW packages will be installed:
            grafana
          0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
          Need to get 41.3 MB of archives.
          After this operation, 120 MB of additional disk space will be used.
          Get:1 https://packages.grafana.com/enterprise/deb stable/main armhf grafana armhf 7.0.0 [41.3 MB]
          Fetched 41.3 MB in 6s (6,691 kB/s)                                             
          Selecting previously unselected package grafana.
          (Reading database ... 61681 files and directories currently installed.)
          Preparing to unpack .../grafana_7.0.0_armhf.deb ...
          Unpacking grafana (7.0.0) ...
          Setting up grafana (7.0.0) ...
          Installing new version of config file /etc/default/grafana-server ...
          Installing new version of config file /usr/lib/systemd/system/grafana-server.service ...
          ### NOT starting on installation, please execute the following statements to configure grafana to start automatically using systemd
           sudo /bin/systemctl daemon-reload
           sudo /bin/systemctl enable grafana-server
          ### You can start grafana-server by executing
           sudo /bin/systemctl start grafana-server
          Processing triggers for systemd (241-7~deb10u8+rpi1) ...
          pi@iobroker-pi:~ $ 
          
          F Offline
          F Offline
          fraso
          schrieb am zuletzt editiert von
          #20

          @fraso so richtig gemacht?

          F 1 Antwort Letzte Antwort
          0
          • F fraso

            @fraso so richtig gemacht?

            F Offline
            F Offline
            fraso
            schrieb am zuletzt editiert von
            #21

            @fraso sagte in Alexa2 startet alle 5 Sek. Do not restart adapter alexa2.0:

            @fraso so richtig gemacht?

            mmm... jetzt hab ich beide drauf :(
            e4299006-7bfc-4d70-8868-d2b00c601fff-image.png

            F 1 Antwort Letzte Antwort
            0
            • F fraso

              @fraso sagte in Alexa2 startet alle 5 Sek. Do not restart adapter alexa2.0:

              @fraso so richtig gemacht?

              mmm... jetzt hab ich beide drauf :(
              e4299006-7bfc-4d70-8868-d2b00c601fff-image.png

              F Offline
              F Offline
              fraso
              schrieb am zuletzt editiert von
              #22

              @fraso sagte in Alexa2 startet alle 5 Sek. Do not restart adapter alexa2.0:

              @fraso sagte in Alexa2 startet alle 5 Sek. Do not restart adapter alexa2.0:

              @fraso so richtig gemacht?

              mmm... jetzt hab ich beide drauf :(
              e4299006-7bfc-4d70-8868-d2b00c601fff-image.png

              ... ich habe dann PURGE gemacht:

              a46b7c1a-d95f-4488-bfd2-08aab1345b91-image.png

              1 Antwort Letzte Antwort
              0
              • Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                schrieb am zuletzt editiert von
                #23

                @fraso

                sudo apt update
                apt policy grafana grafana-enterprise
                

                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

                F 1 Antwort Letzte Antwort
                0
                • Thomas BraunT Thomas Braun

                  @fraso

                  sudo apt update
                  apt policy grafana grafana-enterprise
                  
                  F Offline
                  F Offline
                  fraso
                  schrieb am zuletzt editiert von
                  #24

                  @thomas-braun danke. habe nur noch die 7.0.0 drauf. nehme an das ist die oss. jetzt lese ich mich gerade durch das stretch->buster zeug durch.

                  F 1 Antwort Letzte Antwort
                  0
                  • F fraso

                    @thomas-braun danke. habe nur noch die 7.0.0 drauf. nehme an das ist die oss. jetzt lese ich mich gerade durch das stretch->buster zeug durch.

                    F Offline
                    F Offline
                    fraso
                    schrieb am zuletzt editiert von
                    #25

                    @fraso und das hat alles mit Alexa2 zu tun das das nicht geht?

                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • F fraso

                      @fraso und das hat alles mit Alexa2 zu tun das das nicht geht?

                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      schrieb am zuletzt editiert von
                      #26

                      @fraso
                      Nein. Hab ich doch schon geschrieben. Ist aber dennoch falsch und kann an anderer Stelle für Probleme sorgen.
                      Die OSS-Version ist übrigens 8.3.3 Stand heute.

                      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

                      F 1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @fraso
                        Nein. Hab ich doch schon geschrieben. Ist aber dennoch falsch und kann an anderer Stelle für Probleme sorgen.
                        Die OSS-Version ist übrigens 8.3.3 Stand heute.

                        F Offline
                        F Offline
                        fraso
                        schrieb am zuletzt editiert von
                        #27

                        @thomas-braun BUSTER - korrekt?

                        pi@iobroker-pi:~ $ cat /etc/os-release
                        PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
                        NAME="Raspbian GNU/Linux"
                        VERSION_ID="10"
                        VERSION="10 (buster)"
                        VERSION_CODENAME=buster
                        ID=raspbian
                        ID_LIKE=debian
                        HOME_URL="http://www.raspbian.org/"
                        SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
                        BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
                        pi@iobroker-pi:~ $ 
                        
                        Thomas BraunT 1 Antwort Letzte Antwort
                        0
                        • F fraso

                          @thomas-braun BUSTER - korrekt?

                          pi@iobroker-pi:~ $ cat /etc/os-release
                          PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
                          NAME="Raspbian GNU/Linux"
                          VERSION_ID="10"
                          VERSION="10 (buster)"
                          VERSION_CODENAME=buster
                          ID=raspbian
                          ID_LIKE=debian
                          HOME_URL="http://www.raspbian.org/"
                          SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
                          BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
                          pi@iobroker-pi:~ $ 
                          
                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          schrieb am zuletzt editiert von Thomas Braun
                          #28

                          @fraso
                          Ja. Deswegen sollst du ja auch das Repository von stretch auf buster umstellen.

                          Grafana ist jetzt umgestellt?

                          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

                          F 1 Antwort Letzte Antwort
                          0
                          • Thomas BraunT Thomas Braun

                            @fraso
                            Ja. Deswegen sollst du ja auch das Repository von stretch auf buster umstellen.

                            Grafana ist jetzt umgestellt?

                            F Offline
                            F Offline
                            fraso
                            schrieb am zuletzt editiert von
                            #29

                            @thomas-braun ich arbeitet dran.. noch keine Ahnung wie. aber google ist mein freund.

                            Thomas BraunT 1 Antwort Letzte Antwort
                            0
                            • F fraso

                              @thomas-braun ich arbeitet dran.. noch keine Ahnung wie. aber google ist mein freund.

                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              schrieb am zuletzt editiert von
                              #30

                              @fraso

                              Vergoogle dich nur nicht...

                              apt policy grafana
                              apt policy grafana-enterprise
                              

                              sagt?

                              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

                              F 1 Antwort Letzte Antwort
                              0
                              • Thomas BraunT Thomas Braun

                                @fraso

                                Vergoogle dich nur nicht...

                                apt policy grafana
                                apt policy grafana-enterprise
                                

                                sagt?

                                F Offline
                                F Offline
                                fraso
                                schrieb am zuletzt editiert von
                                #31

                                @thomas-braun sagte in Alexa2 startet alle 5 Sek. Do not restart adapter alexa2.0:

                                apt policy grafana
                                apt policy grafana-enterprise

                                gerade fertig geworden:

                                pi@iobroker-pi:~ $ apt policy grafana
                                
                                grafana:
                                  Installed: 8.3.3
                                  Candidate: 8.3.3
                                  Version table:
                                 *** 8.3.3 100
                                        100 /var/lib/dpkg/status
                                     7.0.0 500
                                        500 https://packages.grafana.com/enterprise/deb stable/main armhf Packages
                                pi@iobroker-pi:~ $ apt policy grafana-enterprise
                                grafana-enterprise:
                                  Installed: (none)
                                  Candidate: 8.3.3
                                  Version table:
                                     8.3.3 500
                                
                                
                                Thomas BraunT 1 Antwort Letzte Antwort
                                0
                                • F fraso

                                  @thomas-braun sagte in Alexa2 startet alle 5 Sek. Do not restart adapter alexa2.0:

                                  apt policy grafana
                                  apt policy grafana-enterprise

                                  gerade fertig geworden:

                                  pi@iobroker-pi:~ $ apt policy grafana
                                  
                                  grafana:
                                    Installed: 8.3.3
                                    Candidate: 8.3.3
                                    Version table:
                                   *** 8.3.3 100
                                          100 /var/lib/dpkg/status
                                       7.0.0 500
                                          500 https://packages.grafana.com/enterprise/deb stable/main armhf Packages
                                  pi@iobroker-pi:~ $ apt policy grafana-enterprise
                                  grafana-enterprise:
                                    Installed: (none)
                                    Candidate: 8.3.3
                                    Version table:
                                       8.3.3 500
                                  
                                  
                                  Thomas BraunT Online
                                  Thomas BraunT Online
                                  Thomas Braun
                                  Most Active
                                  schrieb am zuletzt editiert von
                                  #32

                                  @fraso
                                  Da stimmt noch irgendwas nicht.

                                  sudo apt update
                                  

                                  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

                                  F 1 Antwort Letzte Antwort
                                  0
                                  • Thomas BraunT Thomas Braun

                                    @fraso
                                    Da stimmt noch irgendwas nicht.

                                    sudo apt update
                                    
                                    F Offline
                                    F Offline
                                    fraso
                                    schrieb am zuletzt editiert von
                                    #33

                                    @thomas-braun sagte in Alexa2 startet alle 5 Sek. Do not restart adapter alexa2.0:

                                    sudo apt update

                                    pi@iobroker-pi:~ $ sudo apt update
                                    Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
                                    Hit:2 http://archive.raspberrypi.org/debian buster InRelease                       
                                    Hit:3 https://packages.grafana.com/enterprise/deb stable InRelease                 
                                    Hit:4 https://repos.influxdata.com/debian stretch InRelease                        
                                    Hit:5 https://deb.nodesource.com/node_12.x buster InRelease               
                                    Reading package lists... Done                       
                                    Building dependency tree       
                                    Reading state information... Done
                                    All packages are up to date.
                                    pi@iobroker-pi:~ $ 
                                    
                                    
                                    Thomas BraunT 2 Antworten Letzte Antwort
                                    0
                                    • F fraso

                                      @thomas-braun sagte in Alexa2 startet alle 5 Sek. Do not restart adapter alexa2.0:

                                      sudo apt update

                                      pi@iobroker-pi:~ $ sudo apt update
                                      Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
                                      Hit:2 http://archive.raspberrypi.org/debian buster InRelease                       
                                      Hit:3 https://packages.grafana.com/enterprise/deb stable InRelease                 
                                      Hit:4 https://repos.influxdata.com/debian stretch InRelease                        
                                      Hit:5 https://deb.nodesource.com/node_12.x buster InRelease               
                                      Reading package lists... Done                       
                                      Building dependency tree       
                                      Reading state information... Done
                                      All packages are up to date.
                                      pi@iobroker-pi:~ $ 
                                      
                                      
                                      Thomas BraunT Online
                                      Thomas BraunT Online
                                      Thomas Braun
                                      Most Active
                                      schrieb am zuletzt editiert von Thomas Braun
                                      #34

                                      @fraso

                                      https://packages.grafana.com/enterprise/deb
                                      ist falsch.
                                      Das muss
                                      https://packages.grafana.com/oss/deb
                                      heißen. Pass die Datei
                                      /etc/apt/sources.list.d/grafana.list an

                                      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 Antwort Letzte Antwort
                                      0
                                      • F fraso

                                        @thomas-braun sagte in Alexa2 startet alle 5 Sek. Do not restart adapter alexa2.0:

                                        sudo apt update

                                        pi@iobroker-pi:~ $ sudo apt update
                                        Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
                                        Hit:2 http://archive.raspberrypi.org/debian buster InRelease                       
                                        Hit:3 https://packages.grafana.com/enterprise/deb stable InRelease                 
                                        Hit:4 https://repos.influxdata.com/debian stretch InRelease                        
                                        Hit:5 https://deb.nodesource.com/node_12.x buster InRelease               
                                        Reading package lists... Done                       
                                        Building dependency tree       
                                        Reading state information... Done
                                        All packages are up to date.
                                        pi@iobroker-pi:~ $ 
                                        
                                        
                                        Thomas BraunT Online
                                        Thomas BraunT Online
                                        Thomas Braun
                                        Most Active
                                        schrieb am zuletzt editiert von Thomas Braun
                                        #35

                                        @fraso
                                        Analog die
                                        /etc/apt/sources.list.d/influxdb.list
                                        auf buster anpassen.

                                        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

                                        F 1 Antwort Letzte Antwort
                                        0
                                        • Thomas BraunT Thomas Braun

                                          @fraso
                                          Analog die
                                          /etc/apt/sources.list.d/influxdb.list
                                          auf buster anpassen.

                                          F Offline
                                          F Offline
                                          fraso
                                          schrieb am zuletzt editiert von
                                          #36

                                          @thomas-braun

                                          e66bc126-4e41-4791-b92a-219386273414-image.png

                                          
                                          pi@iobroker-pi:~ $ apt policy grafana-enterprise
                                          grafana-enterprise:
                                           Installed: (none)
                                           Candidate: 7.0.0
                                           Version table:
                                              7.0.0 500
                                                 500 https://packages.grafana.com/oss/deb stable/main armhf Packages
                                          pi@iobroker-pi:~ $ 
                                          
                                          pi@iobroker-pi:~ $ apt policy grafana
                                          grafana:
                                           Installed: 8.3.3
                                           Candidate: 8.3.3
                                           Version table:
                                          *** 8.3.3 500
                                                 500 https://packages.grafana.com/oss/deb stable/main armhf Packages
                                                 100 /var/lib/dpkg/status
                                              8.3.2 500
                                                 500 https://packages.grafana.com/oss/deb stable/main armhf Packages
                                              8.3.1 500
                                                 500 https://packages.grafana.com/oss/deb stable/main armhf Packages
                                              8.3.0 500
                                                 500 https://packages.grafana.com/oss/deb stable/main armhf Packages
                                              8.2.7 500
                                                 500 https://packages.gra
                                          
                                          Thomas BraunT 1 Antwort Letzte Antwort
                                          0

                                          Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                                          Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                                          Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                                          Registrieren Anmelden
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          468

                                          Online

                                          33.0k

                                          Benutzer

                                          83.3k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2026
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe