Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • 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

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Hardware
  4. Conbee 2 installation Pakete fehlen

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    16
    1
    222

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    4.5k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.3k

Conbee 2 installation Pakete fehlen

Geplant Angeheftet Gesperrt Verschoben Hardware
18 Beiträge 3 Kommentatoren 1.0k Aufrufe 3 Watching
  • Ä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.
  • Thomas BraunT Thomas Braun

    @nftvirus sagte in Conbee 2 installation Pakete fehlen:

    Reicht es vom iobroker ein backup zu machen und das danach wieder aufzuspielen um nicht wieder bei null anzufangen?

    Das ist der übliche Weg.

    N Offline
    N Offline
    NFTVirus
    schrieb am zuletzt editiert von
    #7

    @thomas-braun ich habe jetzt alles neu aufgesetzt aber bekomme jetzt folgendes:

    pi@iobroker:/opt/iobroker $ sudo gpasswd -a $USER dialout
    Adding user pi to group dialout
    pi@iobroker:/opt/iobroker $ wget -O - http://phoscon.de/apt/deconz.pub.key | sudo apt-key add -
    --2022-01-12 14:07:25--  http://phoscon.de/apt/deconz.pub.key
    Resolving phoscon.de (phoscon.de)... 144.76.96.194
    Connecting to phoscon.de (phoscon.de)|144.76.96.194|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 1692 (1.7K) [application/octet-stream]
    Saving to: ‘STDOUT’
    
    -                   100%[===================>]   1.65K  --.-KB/s    in 0s
    
    2022-01-12 14:07:25 (48.3 MB/s) - written to stdout [1692/1692]
    
    Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
    OK
    pi@iobroker:/opt/iobroker $ sudo sh -c "echo 'deb http://phoscon.de/apt/deconz  $(lsb_release -cs) Main' > /etc/apt/sources.list.d/deconz.list"
    pi@iobroker:/opt/iobroker $ sudo apt update
    Get:1 http://phoscon.de/apt/deconz bullseye InRelease [2,873 B]
    Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
    Hit:3 http://archive.raspberrypi.org/debian bullseye InRelease
    Hit:4 https://deb.nodesource.com/node_12.x bullseye InRelease
    Fetched 2,873 B in 2s (1,828 B/s)
    Reading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    44 packages can be upgraded. Run 'apt list --upgradable' to see them.
    W: Skipping acquire of configured file 'Main/binary-armhf/Packages' as repository 'http://phoscon.de/apt/deconz bullseye InRelease' doesn't have the component 'Main' (component misspelt in sources.list?)
    W: Skipping acquire of configured file 'Main/i18n/Translation-en' as repository 'http://phoscon.de/apt/deconz bullseye InRelease' doesn't have the component 'Main' (component misspelt in sources.list?)
    W: Skipping acquire of configured file 'Main/i18n/Translation-en_GB' as repository 'http://phoscon.de/apt/deconz bullseye InRelease' doesn't have the component 'Main' (component misspelt in sources.list?)
    pi@iobroker:/opt/iobroker $  sudo apt install deconz
    Reading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    E: Unable to locate package deconz
    
    
    lobomauL Thomas BraunT 2 Antworten Letzte Antwort
    0
    • N NFTVirus

      @thomas-braun ich habe jetzt alles neu aufgesetzt aber bekomme jetzt folgendes:

      pi@iobroker:/opt/iobroker $ sudo gpasswd -a $USER dialout
      Adding user pi to group dialout
      pi@iobroker:/opt/iobroker $ wget -O - http://phoscon.de/apt/deconz.pub.key | sudo apt-key add -
      --2022-01-12 14:07:25--  http://phoscon.de/apt/deconz.pub.key
      Resolving phoscon.de (phoscon.de)... 144.76.96.194
      Connecting to phoscon.de (phoscon.de)|144.76.96.194|:80... connected.
      HTTP request sent, awaiting response... 200 OK
      Length: 1692 (1.7K) [application/octet-stream]
      Saving to: ‘STDOUT’
      
      -                   100%[===================>]   1.65K  --.-KB/s    in 0s
      
      2022-01-12 14:07:25 (48.3 MB/s) - written to stdout [1692/1692]
      
      Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
      OK
      pi@iobroker:/opt/iobroker $ sudo sh -c "echo 'deb http://phoscon.de/apt/deconz  $(lsb_release -cs) Main' > /etc/apt/sources.list.d/deconz.list"
      pi@iobroker:/opt/iobroker $ sudo apt update
      Get:1 http://phoscon.de/apt/deconz bullseye InRelease [2,873 B]
      Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
      Hit:3 http://archive.raspberrypi.org/debian bullseye InRelease
      Hit:4 https://deb.nodesource.com/node_12.x bullseye InRelease
      Fetched 2,873 B in 2s (1,828 B/s)
      Reading package lists... Done
      Building dependency tree... Done
      Reading state information... Done
      44 packages can be upgraded. Run 'apt list --upgradable' to see them.
      W: Skipping acquire of configured file 'Main/binary-armhf/Packages' as repository 'http://phoscon.de/apt/deconz bullseye InRelease' doesn't have the component 'Main' (component misspelt in sources.list?)
      W: Skipping acquire of configured file 'Main/i18n/Translation-en' as repository 'http://phoscon.de/apt/deconz bullseye InRelease' doesn't have the component 'Main' (component misspelt in sources.list?)
      W: Skipping acquire of configured file 'Main/i18n/Translation-en_GB' as repository 'http://phoscon.de/apt/deconz bullseye InRelease' doesn't have the component 'Main' (component misspelt in sources.list?)
      pi@iobroker:/opt/iobroker $  sudo apt install deconz
      Reading package lists... Done
      Building dependency tree... Done
      Reading state information... Done
      E: Unable to locate package deconz
      
      
      lobomauL Offline
      lobomauL Offline
      lobomau
      schrieb am zuletzt editiert von lobomau
      #8

      @nftvirus nach deinem "sudo apt update", musst du noch einen "sudo apt upgrade" durchführen. Da müssen ja noch 44 Pakete up-to-date gebracht werden.

      Host: NUC8i3 mit Proxmox:

      • ioBroker CT Debian 13, npm 10.9.4, nodejs 22.21.0
      • Slave: Pi4
      N 1 Antwort Letzte Antwort
      0
      • lobomauL lobomau

        @nftvirus nach deinem "sudo apt update", musst du noch einen "sudo apt upgrade" durchführen. Da müssen ja noch 44 Pakete up-to-date gebracht werden.

        N Offline
        N Offline
        NFTVirus
        schrieb am zuletzt editiert von
        #9

        @lobomau habe ich kurz nach meinem Post auch gesehen und läuft gerade. Melde mich ob wie das Ergebnis danach war.

        Thomas BraunT 1 Antwort Letzte Antwort
        0
        • N NFTVirus

          @lobomau habe ich kurz nach meinem Post auch gesehen und läuft gerade. Melde mich ob wie das Ergebnis danach war.

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

          @nftvirus

          doesn't have the component 'Main' (component misspelt in sources.list?)
          

          Das große M durch ein kleines ersetzen.
          Hatte ich oben falsch drin, vermutlich die blöde Autokorrektur... Sorry.

          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
          • N NFTVirus

            @thomas-braun ich habe jetzt alles neu aufgesetzt aber bekomme jetzt folgendes:

            pi@iobroker:/opt/iobroker $ sudo gpasswd -a $USER dialout
            Adding user pi to group dialout
            pi@iobroker:/opt/iobroker $ wget -O - http://phoscon.de/apt/deconz.pub.key | sudo apt-key add -
            --2022-01-12 14:07:25--  http://phoscon.de/apt/deconz.pub.key
            Resolving phoscon.de (phoscon.de)... 144.76.96.194
            Connecting to phoscon.de (phoscon.de)|144.76.96.194|:80... connected.
            HTTP request sent, awaiting response... 200 OK
            Length: 1692 (1.7K) [application/octet-stream]
            Saving to: ‘STDOUT’
            
            -                   100%[===================>]   1.65K  --.-KB/s    in 0s
            
            2022-01-12 14:07:25 (48.3 MB/s) - written to stdout [1692/1692]
            
            Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
            OK
            pi@iobroker:/opt/iobroker $ sudo sh -c "echo 'deb http://phoscon.de/apt/deconz  $(lsb_release -cs) Main' > /etc/apt/sources.list.d/deconz.list"
            pi@iobroker:/opt/iobroker $ sudo apt update
            Get:1 http://phoscon.de/apt/deconz bullseye InRelease [2,873 B]
            Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
            Hit:3 http://archive.raspberrypi.org/debian bullseye InRelease
            Hit:4 https://deb.nodesource.com/node_12.x bullseye InRelease
            Fetched 2,873 B in 2s (1,828 B/s)
            Reading package lists... Done
            Building dependency tree... Done
            Reading state information... Done
            44 packages can be upgraded. Run 'apt list --upgradable' to see them.
            W: Skipping acquire of configured file 'Main/binary-armhf/Packages' as repository 'http://phoscon.de/apt/deconz bullseye InRelease' doesn't have the component 'Main' (component misspelt in sources.list?)
            W: Skipping acquire of configured file 'Main/i18n/Translation-en' as repository 'http://phoscon.de/apt/deconz bullseye InRelease' doesn't have the component 'Main' (component misspelt in sources.list?)
            W: Skipping acquire of configured file 'Main/i18n/Translation-en_GB' as repository 'http://phoscon.de/apt/deconz bullseye InRelease' doesn't have the component 'Main' (component misspelt in sources.list?)
            pi@iobroker:/opt/iobroker $  sudo apt install deconz
            Reading package lists... Done
            Building dependency tree... Done
            Reading state information... Done
            E: Unable to locate package deconz
            
            
            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            schrieb am zuletzt editiert von
            #11

            @nftvirus sagte in Conbee 2 installation Pakete fehlen:

            sudo gpasswd -a $USER dialout

            Das muss auch

            sudo gpasswd -aG $USER dialout
            

            lauten. Ich glaube, du hast dir jetzt die anderen groups gelöscht.

            groups
            

            für den pi liefert?

            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

            N 1 Antwort Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @nftvirus sagte in Conbee 2 installation Pakete fehlen:

              sudo gpasswd -a $USER dialout

              Das muss auch

              sudo gpasswd -aG $USER dialout
              

              lauten. Ich glaube, du hast dir jetzt die anderen groups gelöscht.

              groups
              

              für den pi liefert?

              N Offline
              N Offline
              NFTVirus
              schrieb am zuletzt editiert von
              #12

              @thomas-braun

              sudo gpasswd -aG $USER dialout
              

              liefert bei mir nur einen Fehler:

              pi@iobroker:/opt/iobroker $ sudo gpasswd -aG $USER dialout
              gpasswd: user 'G' does not exist
              

              groups liefert:

              pi@iobroker:/opt/iobroker $ groups
              pi adm dialout cdrom sudo audio video plugdev games users input netdev gpio i2c spi
              
              
              Thomas BraunT 1 Antwort Letzte Antwort
              0
              • N NFTVirus

                @thomas-braun

                sudo gpasswd -aG $USER dialout
                

                liefert bei mir nur einen Fehler:

                pi@iobroker:/opt/iobroker $ sudo gpasswd -aG $USER dialout
                gpasswd: user 'G' does not exist
                

                groups liefert:

                pi@iobroker:/opt/iobroker $ groups
                pi adm dialout cdrom sudo audio video plugdev games users input netdev gpio i2c spi
                
                
                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                schrieb am zuletzt editiert von
                #13

                @nftvirus
                Ich sollte für heute das Forum schließen...

                -aG ist für usermod die Option, die agieren da aber mit gpasswd.

                Passt also.

                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

                N 1 Antwort Letzte Antwort
                0
                • Thomas BraunT Thomas Braun

                  @nftvirus
                  Ich sollte für heute das Forum schließen...

                  -aG ist für usermod die Option, die agieren da aber mit gpasswd.

                  Passt also.

                  N Offline
                  N Offline
                  NFTVirus
                  schrieb am zuletzt editiert von
                  #14

                  @thomas-braun jetzt scheint auch alles zu laufen Installation ist zwar noch nicht durch läuft jetzt aber. Vielen Dank für die schnelle und geduldige Unterstützung echt super!!!

                  Thomas BraunT 1 Antwort Letzte Antwort
                  0
                  • N NFTVirus

                    @thomas-braun jetzt scheint auch alles zu laufen Installation ist zwar noch nicht durch läuft jetzt aber. Vielen Dank für die schnelle und geduldige Unterstützung echt super!!!

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

                    @nftvirus

                    Zeig mal abschließend:

                    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

                    N 1 Antwort Letzte Antwort
                    0
                    • Thomas BraunT Thomas Braun

                      @nftvirus

                      Zeig mal abschließend:

                      sudo apt update
                      
                      N Offline
                      N Offline
                      NFTVirus
                      schrieb am zuletzt editiert von
                      #16

                      @thomas-braun

                      pi@iobroker:~ $ sudo apt update
                      Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
                      Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                      Hit:3 http://phoscon.de/apt/deconz bullseye InRelease
                      Hit:4 https://deb.nodesource.com/node_12.x bullseye InRelease
                      Reading package lists... Done
                      Building dependency tree... Done
                      Reading state information... Done
                      All packages are up to date.
                      
                      
                      Thomas BraunT 1 Antwort Letzte Antwort
                      0
                      • N NFTVirus

                        @thomas-braun

                        pi@iobroker:~ $ sudo apt update
                        Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
                        Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                        Hit:3 http://phoscon.de/apt/deconz bullseye InRelease
                        Hit:4 https://deb.nodesource.com/node_12.x bullseye InRelease
                        Reading package lists... Done
                        Building dependency tree... Done
                        Reading state information... Done
                        All packages are up to date.
                        
                        
                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        schrieb am zuletzt editiert von
                        #17

                        @nftvirus

                        Ja, das schaut gut aus.
                        Ich würde wohl statt node12 auf node14 spingen.

                        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

                        N 1 Antwort Letzte Antwort
                        0
                        • Thomas BraunT Thomas Braun

                          @nftvirus

                          Ja, das schaut gut aus.
                          Ich würde wohl statt node12 auf node14 spingen.

                          N Offline
                          N Offline
                          NFTVirus
                          schrieb am zuletzt editiert von
                          #18

                          @thomas-braun das kann ich jetzt noch machen ja dann bin ich auf dem neusten Stand. Danke nochmal!

                          1 Antwort Letzte Antwort
                          0
                          Antworten
                          • In einem neuen Thema antworten
                          Anmelden zum Antworten
                          • Älteste zuerst
                          • Neuste zuerst
                          • Meiste Stimmen


                          Support us

                          ioBroker
                          Community Adapters
                          Donate

                          606

                          Online

                          32.7k

                          Benutzer

                          82.5k

                          Themen

                          1.3m

                          Beiträge
                          Community
                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                          ioBroker Community 2014-2025
                          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