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. ioBroker Allgemein
  4. [Gelöst] Zigbee Adapter bleibt gelb

NEWS

  • Neues YouTube-Video: Visualisierung im Devices-Adapter
    BluefoxB
    Bluefox
    11
    1
    292

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

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    11
    1
    775

[Gelöst] Zigbee Adapter bleibt gelb

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
64 Beiträge 7 Kommentatoren 6.8k Aufrufe 4 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.
  • Masterg 23M Masterg 23

    Hab den Adapter neu installiert leider immer noch ohne Erfolg.
    Hab dann die Version von Node checken wollen und sehe, dass da was nicht stimmt.

    pi@raspberrypi:~ $ node version
    internal/modules/cjs/loader.js:883
      throw err;
      ^
    
    Error: Cannot find module '/home/pi/version'
        at Function.Module._resolveFilename (internal/modules/cjs/loader.js:880:15)
        at Function.Module._load (internal/modules/cjs/loader.js:725:27)
        at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12)
        at internal/main/run_main_module.js:17:47 {
      code: 'MODULE_NOT_FOUND',
      requireStack: []
    }
    pi@raspberrypi:~ $ node version
    internal/modules/cjs/loader.js:883
      throw err;
      ^
    
    Error: Cannot find module '/home/pi/version'
        at Function.Module._resolveFilename (internal/modules/cjs/loader.js:880:15)
        at Function.Module._load (internal/modules/cjs/loader.js:725:27)
        at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12)
        at internal/main/run_main_module.js:17:47 {
      code: 'MODULE_NOT_FOUND',
      requireStack: []
    }
    

    Kann jemand damit was anfangen?

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

    @masterg-23 Zu node schau in meine Signatur.

    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

    Masterg 23M 1 Antwort Letzte Antwort
    0
    • Thomas BraunT Thomas Braun

      @masterg-23 Zu node schau in meine Signatur.

      Masterg 23M Offline
      Masterg 23M Offline
      Masterg 23
      schrieb am zuletzt editiert von
      #13

      @thomas-braun habe ich eigentlich gemacht.
      Hier das Ergebnis:

      pi@raspberrypi:~ $ which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
      /usr/bin/nodejs
      v14.16.0
      /usr/bin/node
      v14.16.0
      /usr/bin/npm
      6.14.11
      nodejs:
        Installiert:           14.16.0-1nodesource1
        Installationskandidat: 14.16.0-1nodesource1
        Versionstabelle:
       *** 14.16.0-1nodesource1 100
              100 /var/lib/dpkg/status
           12.21.0-1nodesource1 500
              500 https://deb.nodesource.com/node_12.x buster/main armhf Packages
           10.24.0~dfsg-1~deb10u1 500
              500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
      
      
      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • Masterg 23M Masterg 23

        @thomas-braun habe ich eigentlich gemacht.
        Hier das Ergebnis:

        pi@raspberrypi:~ $ which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
        /usr/bin/nodejs
        v14.16.0
        /usr/bin/node
        v14.16.0
        /usr/bin/npm
        6.14.11
        nodejs:
          Installiert:           14.16.0-1nodesource1
          Installationskandidat: 14.16.0-1nodesource1
          Versionstabelle:
         *** 14.16.0-1nodesource1 100
                100 /var/lib/dpkg/status
             12.21.0-1nodesource1 500
                500 https://deb.nodesource.com/node_12.x buster/main armhf Packages
             10.24.0~dfsg-1~deb10u1 500
                500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
        
        
        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        schrieb am zuletzt editiert von
        #14

        @masterg-23

        Da gibt es in der nodesource.list keinen Eintrag zu node14.

        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

        Masterg 23M 1 Antwort Letzte Antwort
        0
        • Thomas BraunT Thomas Braun

          @masterg-23

          Da gibt es in der nodesource.list keinen Eintrag zu node14.

          Masterg 23M Offline
          Masterg 23M Offline
          Masterg 23
          schrieb am zuletzt editiert von Masterg 23
          #15

          @thomas-braun Ich weiß nicht, was du mir damit sagen willst.

          Hier der Eintrag bei sudo nano /etc/apt/sources.list.d/nodesource.list

          # node 12
          deb https://deb.nodesource.com/node_12.x buster main
          deb-src https://deb.nodesource.com/node_12.x buster main
          

          EDIT:

          pi@raspberrypi:~ $ node -v
          v14.16.0
          pi@raspberrypi:~ $ npm -v
          6.14.11
          pi@raspberrypi:~ $ 
          
          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • Masterg 23M Masterg 23

            @thomas-braun Ich weiß nicht, was du mir damit sagen willst.

            Hier der Eintrag bei sudo nano /etc/apt/sources.list.d/nodesource.list

            # node 12
            deb https://deb.nodesource.com/node_12.x buster main
            deb-src https://deb.nodesource.com/node_12.x buster main
            

            EDIT:

            pi@raspberrypi:~ $ node -v
            v14.16.0
            pi@raspberrypi:~ $ npm -v
            6.14.11
            pi@raspberrypi:~ $ 
            
            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            schrieb am zuletzt editiert von
            #16

            @masterg-23
            In die Datei gehört ein Eintrag zu node14 rein, damit Updates auch darüber installiert werden können. Im Moment hängt dein node14 in der Luft. Wie hast du das eigentlich auf das System bekommen, wenn nicht über den Paketmanager?

            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

            Masterg 23M 1 Antwort Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @masterg-23
              In die Datei gehört ein Eintrag zu node14 rein, damit Updates auch darüber installiert werden können. Im Moment hängt dein node14 in der Luft. Wie hast du das eigentlich auf das System bekommen, wenn nicht über den Paketmanager?

              Masterg 23M Offline
              Masterg 23M Offline
              Masterg 23
              schrieb am zuletzt editiert von Masterg 23
              #17

              @thomas-braun Ich habe nach deiner Anleitung zunächst das System nach update überprüfen lassen, dann den ioBroker gestoppt und dann per

              sudo nano /etc/apt/sources.list.d/nodesource.list
              

              Die Liste jetzt ergänzt. Dann "sudo apt update" und dann zum Schluss "iobroker fix"

              Jetzt sieht die nodesource.list so aus.

              # node 12
              deb https://deb.nodesource.com/node_12.x buster main
              deb-src https://deb.nodesource.com/node_12.x buster main
              
              # node 14
              deb https://deb.nodesource.com/node_14.x buster main
              deb-src https://deb.nodesource.com/node_14.x buster main
              

              Hier die Logs:

              zigbee.0	2021-03-28 21:56:28.354	error	at /opt/iobroker/node_modules/zigbee-herdsman/node_modules/@serialport/stream/lib/index.js:242:12
              zigbee.0	2021-03-28 21:56:28.354	error	at SerialPort._error (/opt/iobroker/node_modules/zigbee-herdsman/node_modules/@serialport/stream/lib/index.js:198:14)
              zigbee.0	2021-03-28 21:56:28.354	error	at SerialPort.<anonymous> (/opt/iobroker/node_modules/zigbee-herdsman/dist/adapter/z-stack/znp/znp.js:134:49)
              zigbee.0	2021-03-28 21:56:28.354	error	at __awaiter (/opt/iobroker/node_modules/zigbee-herdsman/dist/adapter/z-stack/znp/znp.js:23:12)
              zigbee.0	2021-03-28 21:56:28.354	error	at new Promise (<anonymous>)
              zigbee.0	2021-03-28 21:56:28.354	error	at /opt/iobroker/node_modules/zigbee-herdsman/dist/adapter/z-stack/znp/znp.js:27:71
              zigbee.0	2021-03-28 21:56:28.354	error	at Generator.next (<anonymous>)
              zigbee.0	2021-03-28 21:56:28.354	error	at Znp.<anonymous> (/opt/iobroker/node_modules/zigbee-herdsman/dist/adapter/z-stack/znp/znp.js:136:32)
              zigbee.0	2021-03-28 21:56:28.354	error	(7386) Error: Error while opening serialport 'Error: Error Resource temporarily unavailable Cannot lock port'
              zigbee.0	2021-03-28 21:56:28.353	error	(7386) Failed to start Zigbee
              
              R 1 Antwort Letzte Antwort
              0
              • Masterg 23M Masterg 23

                @thomas-braun Ich habe nach deiner Anleitung zunächst das System nach update überprüfen lassen, dann den ioBroker gestoppt und dann per

                sudo nano /etc/apt/sources.list.d/nodesource.list
                

                Die Liste jetzt ergänzt. Dann "sudo apt update" und dann zum Schluss "iobroker fix"

                Jetzt sieht die nodesource.list so aus.

                # node 12
                deb https://deb.nodesource.com/node_12.x buster main
                deb-src https://deb.nodesource.com/node_12.x buster main
                
                # node 14
                deb https://deb.nodesource.com/node_14.x buster main
                deb-src https://deb.nodesource.com/node_14.x buster main
                

                Hier die Logs:

                zigbee.0	2021-03-28 21:56:28.354	error	at /opt/iobroker/node_modules/zigbee-herdsman/node_modules/@serialport/stream/lib/index.js:242:12
                zigbee.0	2021-03-28 21:56:28.354	error	at SerialPort._error (/opt/iobroker/node_modules/zigbee-herdsman/node_modules/@serialport/stream/lib/index.js:198:14)
                zigbee.0	2021-03-28 21:56:28.354	error	at SerialPort.<anonymous> (/opt/iobroker/node_modules/zigbee-herdsman/dist/adapter/z-stack/znp/znp.js:134:49)
                zigbee.0	2021-03-28 21:56:28.354	error	at __awaiter (/opt/iobroker/node_modules/zigbee-herdsman/dist/adapter/z-stack/znp/znp.js:23:12)
                zigbee.0	2021-03-28 21:56:28.354	error	at new Promise (<anonymous>)
                zigbee.0	2021-03-28 21:56:28.354	error	at /opt/iobroker/node_modules/zigbee-herdsman/dist/adapter/z-stack/znp/znp.js:27:71
                zigbee.0	2021-03-28 21:56:28.354	error	at Generator.next (<anonymous>)
                zigbee.0	2021-03-28 21:56:28.354	error	at Znp.<anonymous> (/opt/iobroker/node_modules/zigbee-herdsman/dist/adapter/z-stack/znp/znp.js:136:32)
                zigbee.0	2021-03-28 21:56:28.354	error	(7386) Error: Error while opening serialport 'Error: Error Resource temporarily unavailable Cannot lock port'
                zigbee.0	2021-03-28 21:56:28.353	error	(7386) Failed to start Zigbee
                
                R Offline
                R Offline
                RealGue
                schrieb am zuletzt editiert von
                #18

                @masterg-23 Zieh den Zigbee Adapter raus. Dann "dmesg".
                Dann wieder reinstecken. Und wieder "dmesg". Wenn da keine neuen Zeilen hinzugekommen sind, ist der Stick tot.

                Masterg 23M 1 Antwort Letzte Antwort
                0
                • R RealGue

                  @masterg-23 Zieh den Zigbee Adapter raus. Dann "dmesg".
                  Dann wieder reinstecken. Und wieder "dmesg". Wenn da keine neuen Zeilen hinzugekommen sind, ist der Stick tot.

                  Masterg 23M Offline
                  Masterg 23M Offline
                  Masterg 23
                  schrieb am zuletzt editiert von
                  #19

                  @realgue said in Zigbee Adapter bleibt gelb:

                  @masterg-23 Zieh den Zigbee Adapter raus. Dann "dmesg".
                  Dann wieder reinstecken. Und wieder "dmesg". Wenn da keine neuen Zeilen hinzugekommen sind, ist der Stick tot.

                  Stick abgezogen:

                  [  307.154755] usb 1-1.3: USB disconnect, device number 3
                  [  609.757548] usb 1-1.3: new full-speed USB device number 4 using xhci_hcd
                  [  609.896438] usb 1-1.3: New USB device found, idVendor=0451, idProduct=16a8, bcdDevice= 0.09
                  [  609.896449] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
                  [  609.896457] usb 1-1.3: Product: TI CC2531 USB CDC
                  [  609.896464] usb 1-1.3: Manufacturer: Texas Instruments
                  [  609.896471] usb 1-1.3: SerialNumber: __0X00124B0002CAF6B2
                  [ 1492.730354] usb 1-1.3: USB disconnect, device number 4
                  

                  Stick wieder drin:

                  [ 1564.395545] usb 1-1.3: new full-speed USB device number 5 using xhci_hcd
                  [ 1564.534316] usb 1-1.3: New USB device found, idVendor=0451, idProduct=16a8, bcdDevice= 0.09
                  [ 1564.534326] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
                  [ 1564.534334] usb 1-1.3: Product: TI CC2531 USB CDC
                  [ 1564.534341] usb 1-1.3: Manufacturer: Texas Instruments
                  [ 1564.534348] usb 1-1.3: SerialNumber: __0X00124B0002CAF6B2
                  

                  Der Stick wird schon erkannt aber über ls /dev/serial/by-id bekomme ich kein Ergebnis:

                  ls: Zugriff auf '/dev/serial/by-id' nicht möglich: Datei oder Verzeichnis nicht gefunden
                  

                  Kann es sein, dass der Stick neu geflasht werden muss?

                  AsgothianA R D 3 Antworten Letzte Antwort
                  0
                  • Masterg 23M Masterg 23

                    @realgue said in Zigbee Adapter bleibt gelb:

                    @masterg-23 Zieh den Zigbee Adapter raus. Dann "dmesg".
                    Dann wieder reinstecken. Und wieder "dmesg". Wenn da keine neuen Zeilen hinzugekommen sind, ist der Stick tot.

                    Stick abgezogen:

                    [  307.154755] usb 1-1.3: USB disconnect, device number 3
                    [  609.757548] usb 1-1.3: new full-speed USB device number 4 using xhci_hcd
                    [  609.896438] usb 1-1.3: New USB device found, idVendor=0451, idProduct=16a8, bcdDevice= 0.09
                    [  609.896449] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
                    [  609.896457] usb 1-1.3: Product: TI CC2531 USB CDC
                    [  609.896464] usb 1-1.3: Manufacturer: Texas Instruments
                    [  609.896471] usb 1-1.3: SerialNumber: __0X00124B0002CAF6B2
                    [ 1492.730354] usb 1-1.3: USB disconnect, device number 4
                    

                    Stick wieder drin:

                    [ 1564.395545] usb 1-1.3: new full-speed USB device number 5 using xhci_hcd
                    [ 1564.534316] usb 1-1.3: New USB device found, idVendor=0451, idProduct=16a8, bcdDevice= 0.09
                    [ 1564.534326] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
                    [ 1564.534334] usb 1-1.3: Product: TI CC2531 USB CDC
                    [ 1564.534341] usb 1-1.3: Manufacturer: Texas Instruments
                    [ 1564.534348] usb 1-1.3: SerialNumber: __0X00124B0002CAF6B2
                    

                    Der Stick wird schon erkannt aber über ls /dev/serial/by-id bekomme ich kein Ergebnis:

                    ls: Zugriff auf '/dev/serial/by-id' nicht möglich: Datei oder Verzeichnis nicht gefunden
                    

                    Kann es sein, dass der Stick neu geflasht werden muss?

                    AsgothianA Offline
                    AsgothianA Offline
                    Asgothian
                    Developer
                    schrieb am zuletzt editiert von
                    #20

                    @masterg-23 sagte in Zigbee Adapter bleibt gelb:

                    Kann es sein, dass der Stick neu geflasht werden muss?

                    Ich gehe davon aus das ja.

                    A.

                    ioBroker auf RPi4 - Hardware soweit wie möglich via Zigbee.
                    "Shit don't work" ist keine Fehlermeldung, sondern ein Fluch.

                    1 Antwort Letzte Antwort
                    0
                    • Masterg 23M Masterg 23

                      @realgue said in Zigbee Adapter bleibt gelb:

                      @masterg-23 Zieh den Zigbee Adapter raus. Dann "dmesg".
                      Dann wieder reinstecken. Und wieder "dmesg". Wenn da keine neuen Zeilen hinzugekommen sind, ist der Stick tot.

                      Stick abgezogen:

                      [  307.154755] usb 1-1.3: USB disconnect, device number 3
                      [  609.757548] usb 1-1.3: new full-speed USB device number 4 using xhci_hcd
                      [  609.896438] usb 1-1.3: New USB device found, idVendor=0451, idProduct=16a8, bcdDevice= 0.09
                      [  609.896449] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
                      [  609.896457] usb 1-1.3: Product: TI CC2531 USB CDC
                      [  609.896464] usb 1-1.3: Manufacturer: Texas Instruments
                      [  609.896471] usb 1-1.3: SerialNumber: __0X00124B0002CAF6B2
                      [ 1492.730354] usb 1-1.3: USB disconnect, device number 4
                      

                      Stick wieder drin:

                      [ 1564.395545] usb 1-1.3: new full-speed USB device number 5 using xhci_hcd
                      [ 1564.534316] usb 1-1.3: New USB device found, idVendor=0451, idProduct=16a8, bcdDevice= 0.09
                      [ 1564.534326] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
                      [ 1564.534334] usb 1-1.3: Product: TI CC2531 USB CDC
                      [ 1564.534341] usb 1-1.3: Manufacturer: Texas Instruments
                      [ 1564.534348] usb 1-1.3: SerialNumber: __0X00124B0002CAF6B2
                      

                      Der Stick wird schon erkannt aber über ls /dev/serial/by-id bekomme ich kein Ergebnis:

                      ls: Zugriff auf '/dev/serial/by-id' nicht möglich: Datei oder Verzeichnis nicht gefunden
                      

                      Kann es sein, dass der Stick neu geflasht werden muss?

                      R Offline
                      R Offline
                      RealGue
                      schrieb am zuletzt editiert von
                      #21

                      @masterg-23 Also das muss noch kommen:

                      [  136.004734] cdc_acm 1-1.3:1.0: ttyACM0: USB ACM device
                      [  136.006794] usbcore: registered new interface driver cdc_acm
                      [  136.006802] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
                      
                      

                      Wenn nicht, dann wird er nicht richtig initialisiert.
                      Ich persönlich glaube nicht, dass flashen was bringt. Aber wenn du die Möglichkeit hast, mach es doch einfach.

                      AsgothianA 1 Antwort Letzte Antwort
                      0
                      • R RealGue

                        @masterg-23 Also das muss noch kommen:

                        [  136.004734] cdc_acm 1-1.3:1.0: ttyACM0: USB ACM device
                        [  136.006794] usbcore: registered new interface driver cdc_acm
                        [  136.006802] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
                        
                        

                        Wenn nicht, dann wird er nicht richtig initialisiert.
                        Ich persönlich glaube nicht, dass flashen was bringt. Aber wenn du die Möglichkeit hast, mach es doch einfach.

                        AsgothianA Offline
                        AsgothianA Offline
                        Asgothian
                        Developer
                        schrieb am zuletzt editiert von
                        #22

                        @realgue Flaschen retted die cc2531 üblicherweise. Es gibt in der Firmware einen bug durch den der Stick seinen Speicher überschreibt.

                        A.

                        ioBroker auf RPi4 - Hardware soweit wie möglich via Zigbee.
                        "Shit don't work" ist keine Fehlermeldung, sondern ein Fluch.

                        Masterg 23M 1 Antwort Letzte Antwort
                        0
                        • AsgothianA Asgothian

                          @realgue Flaschen retted die cc2531 üblicherweise. Es gibt in der Firmware einen bug durch den der Stick seinen Speicher überschreibt.

                          A.

                          Masterg 23M Offline
                          Masterg 23M Offline
                          Masterg 23
                          schrieb am zuletzt editiert von Masterg 23
                          #23

                          @RealGue danke für deine Rückmeldung, leider kommt diese Meldung nicht. Der Log spuckt immer wieder die gleichen Fehler aus:

                          zigbee.0	2021-03-29 00:11:54.148	error	(2756) Error: Error while opening serialport 'Error: Error Resource temporarily unavailable Cannot lock port' at Znp.<anonymous> (/opt/iobroker/node_modules/zigbee-herdsman/dist/adapter/z-stack/zn
                          zigbee.0	2021-03-29 00:11:54.147	error	(2756) Failed to start Zigbee
                          zigbee.0	2021-03-29 00:11:53.935	info	(2756) Installed Version: iobroker.zigbee@1.4.4
                          zigbee.0	2021-03-29 00:11:53.898	info	(2756) Starting Zigbee npm ...
                          zigbee.0	2021-03-29 00:11:53.896	info	(2756) Try to reconnect. 1 attempts left
                          zigbee.0	2021-03-29 00:11:43.895	error	(2756) Error: Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms) at ZStackAdapter.<anonymous> (/opt/iobroker/node_modules/zigbee-herdsman/dist/adapter/z-stack/adapter/zStackA
                          zigbee.0	2021-03-29 00:11:43.893	error	(2756) Failed to start Zigbee
                          zigbee.0	2021-03-29 00:11:24.421	info	(2756) Installed Version: iobroker.zigbee@1.4.4
                          zigbee.0	2021-03-29 00:11:23.809	info	(2756) Starting Zigbee npm ...
                          zigbee.0	2021-03-29 00:11:23.713	info	(2756) starting. Version 1.4.4 in /opt/iobroker/node_modules/iobroker.zigbee, node: v14.16.0, js-controller: 3.2.16
                          zigbee.0	2021-03-29 00:11:18.275	error	(1626) Cannot read property 'getEntries' of null
                          zigbee.0	2021-03-29 00:11:18.275	error	at stop (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8620:22)
                          zigbee.0	2021-03-29 00:11:18.275	error	at Zigbee.emit (events.js:315:20)
                          zigbee.0	2021-03-29 00:11:18.275	error	at Zigbee.onUnload (/opt/iobroker/node_modules/iobroker.zigbee/main.js:581:41)
                          zigbee.0	2021-03-29 00:11:18.275	error	at ZigbeeController.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:310:20)
                          zigbee.0	2021-03-29 00:11:18.275	error	at ZigbeeController.callExtensionMethod (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:192:42)
                          zigbee.0	2021-03-29 00:11:18.275	error	at DeviceAvailability.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zbDeviceAvailability.js:222:43)
                          zigbee.0	2021-03-29 00:11:18.275	error	at ZigbeeController.getClients (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:206:49)
                          zigbee.0	2021-03-29 00:11:18.275	error	at Controller.getDevices (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:289:31)
                          zigbee.0	2021-03-29 00:11:18.275	error	at Function.all (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/device.js:241:16)
                          zigbee.0	2021-03-29 00:11:18.275	error	at Function.loadFromDatabaseIfNecessary (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/device.js:221:55)
                          zigbee.0	2021-03-29 00:11:18.275	error	(1626) TypeError: Cannot read property 'getEntries' of null
                          zigbee.0	2021-03-29 00:11:18.272	error	(1626) unhandled promise rejection: Cannot read property 'getEntries' of null
                          zigbee.0	2021-03-29 00:11:18.271	error	(1626) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                          zigbee.0	2021-03-29 00:11:18.270	info	(1626) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                          zigbee.0	2021-03-29 00:11:18.269	info	(1626) terminating
                          

                          @asgothian Ich habe dir eine PM geschrieben gehabt bevor du hier mitgelesen hast. Jetzt ist die Frage, lohnt sich ein Debugger und das Kabel zu kaufen um es neu zu flashen (ich hatte den Stick fertig geflasht gekauft) oder aber gleich auf einen besseren Stick setzen (CC2652RB) oder aber auf den ConBee II? Kann man hier einer von den beiden Hardwares empfehlen?

                          1 Antwort Letzte Antwort
                          0
                          • Masterg 23M Masterg 23

                            @realgue said in Zigbee Adapter bleibt gelb:

                            @masterg-23 Zieh den Zigbee Adapter raus. Dann "dmesg".
                            Dann wieder reinstecken. Und wieder "dmesg". Wenn da keine neuen Zeilen hinzugekommen sind, ist der Stick tot.

                            Stick abgezogen:

                            [  307.154755] usb 1-1.3: USB disconnect, device number 3
                            [  609.757548] usb 1-1.3: new full-speed USB device number 4 using xhci_hcd
                            [  609.896438] usb 1-1.3: New USB device found, idVendor=0451, idProduct=16a8, bcdDevice= 0.09
                            [  609.896449] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
                            [  609.896457] usb 1-1.3: Product: TI CC2531 USB CDC
                            [  609.896464] usb 1-1.3: Manufacturer: Texas Instruments
                            [  609.896471] usb 1-1.3: SerialNumber: __0X00124B0002CAF6B2
                            [ 1492.730354] usb 1-1.3: USB disconnect, device number 4
                            

                            Stick wieder drin:

                            [ 1564.395545] usb 1-1.3: new full-speed USB device number 5 using xhci_hcd
                            [ 1564.534316] usb 1-1.3: New USB device found, idVendor=0451, idProduct=16a8, bcdDevice= 0.09
                            [ 1564.534326] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
                            [ 1564.534334] usb 1-1.3: Product: TI CC2531 USB CDC
                            [ 1564.534341] usb 1-1.3: Manufacturer: Texas Instruments
                            [ 1564.534348] usb 1-1.3: SerialNumber: __0X00124B0002CAF6B2
                            

                            Der Stick wird schon erkannt aber über ls /dev/serial/by-id bekomme ich kein Ergebnis:

                            ls: Zugriff auf '/dev/serial/by-id' nicht möglich: Datei oder Verzeichnis nicht gefunden
                            

                            Kann es sein, dass der Stick neu geflasht werden muss?

                            D Offline
                            D Offline
                            dimaiv
                            schrieb am zuletzt editiert von
                            #24

                            @masterg-23
                            Erstmal redest du über einen 2538, und jetzt im log taucht plötzlich der 2531 auf...
                            Welches Stick hast du ?
                            Kannst du den Stick am Windows PC testen?
                            Ich denke deine Pi ist Schuld (OS).

                            ioBroker- NUC8i3 / Proxmox / VM
                            Node.js v22.21.0
                            NPM v10.9.4
                            JS controller 7.1.0
                            Admin 7.7.20
                            ZigBee Adapter 3.3.1alpha.0
                            Zigbee LAN Gateway CC2652P
                            Zigbee Firmware 20250321

                            Masterg 23M 1 Antwort Letzte Antwort
                            0
                            • D dimaiv

                              @masterg-23
                              Erstmal redest du über einen 2538, und jetzt im log taucht plötzlich der 2531 auf...
                              Welches Stick hast du ?
                              Kannst du den Stick am Windows PC testen?
                              Ich denke deine Pi ist Schuld (OS).

                              Masterg 23M Offline
                              Masterg 23M Offline
                              Masterg 23
                              schrieb am zuletzt editiert von
                              #25

                              @dimaiv said in Zigbee Adapter bleibt gelb:

                              @masterg-23
                              Erstmal redest du über einen 2538, und jetzt im log taucht plötzlich der 2531 auf...
                              Welches Stick hast du ?
                              Kannst du den Stick am Windows PC testen?
                              Ich denke deine Pi ist Schuld (OS).

                              Sorry hab mich vertan. Ich hab den 2531. Einen Windows PC habe ich leider nicht nur ein iMac aber da ist über Bootcamp Windows installiert. In wie fern soll ich den Stick testen? Ob der überhaupt am PC erkannt wird?
                              Ich denke nicht, dass es am Pi liegen könnte, denn wie gesagt ich habe das System seit ca. 2 Wochen nicht angefasst und der Stick ist von jetzt auf gleich ausgestiegen.

                              D 1 Antwort Letzte Antwort
                              0
                              • Masterg 23M Masterg 23

                                @dimaiv said in Zigbee Adapter bleibt gelb:

                                @masterg-23
                                Erstmal redest du über einen 2538, und jetzt im log taucht plötzlich der 2531 auf...
                                Welches Stick hast du ?
                                Kannst du den Stick am Windows PC testen?
                                Ich denke deine Pi ist Schuld (OS).

                                Sorry hab mich vertan. Ich hab den 2531. Einen Windows PC habe ich leider nicht nur ein iMac aber da ist über Bootcamp Windows installiert. In wie fern soll ich den Stick testen? Ob der überhaupt am PC erkannt wird?
                                Ich denke nicht, dass es am Pi liegen könnte, denn wie gesagt ich habe das System seit ca. 2 Wochen nicht angefasst und der Stick ist von jetzt auf gleich ausgestiegen.

                                D Offline
                                D Offline
                                dimaiv
                                schrieb am zuletzt editiert von
                                #26

                                @masterg-23
                                Ja, ob der Stick auf dem Windows PC einen COM-Port auf macht...
                                So lange du beim ausführen von "ls -l /dev/serial/by-id" keinen Ergebnis siehst, wird auch Zigbee Adapter nicht starten! Und das muss auch ohne Stick funktionieren.

                                ioBroker- NUC8i3 / Proxmox / VM
                                Node.js v22.21.0
                                NPM v10.9.4
                                JS controller 7.1.0
                                Admin 7.7.20
                                ZigBee Adapter 3.3.1alpha.0
                                Zigbee LAN Gateway CC2652P
                                Zigbee Firmware 20250321

                                Masterg 23M 1 Antwort Letzte Antwort
                                0
                                • D dimaiv

                                  @masterg-23
                                  Ja, ob der Stick auf dem Windows PC einen COM-Port auf macht...
                                  So lange du beim ausführen von "ls -l /dev/serial/by-id" keinen Ergebnis siehst, wird auch Zigbee Adapter nicht starten! Und das muss auch ohne Stick funktionieren.

                                  Masterg 23M Offline
                                  Masterg 23M Offline
                                  Masterg 23
                                  schrieb am zuletzt editiert von
                                  #27

                                  @dimaiv said in Zigbee Adapter bleibt gelb:

                                  ls -l /dev/serial/by-id

                                  Danke für deine Rückmeldung. Das heißt, auch wenn der Stick nicht drin ist, muss der Befehl ls -l /dev/serial/by-id in der Konsole schon was anzeigen? Bei mir wird immer folgendes angezeigt:

                                  ls: Zugriff auf '/dev/serial/by-id' nicht möglich: Datei oder Verzeichnis nicht gefunden
                                  

                                  Woran kann das liegen?

                                  R 1 Antwort Letzte Antwort
                                  0
                                  • Masterg 23M Masterg 23

                                    @dimaiv said in Zigbee Adapter bleibt gelb:

                                    ls -l /dev/serial/by-id

                                    Danke für deine Rückmeldung. Das heißt, auch wenn der Stick nicht drin ist, muss der Befehl ls -l /dev/serial/by-id in der Konsole schon was anzeigen? Bei mir wird immer folgendes angezeigt:

                                    ls: Zugriff auf '/dev/serial/by-id' nicht möglich: Datei oder Verzeichnis nicht gefunden
                                    

                                    Woran kann das liegen?

                                    R Offline
                                    R Offline
                                    RealGue
                                    schrieb am zuletzt editiert von
                                    #28

                                    @masterg-23 Naja, die Einträge sind symlinks und werden von udev angelegt, wenn der Stick erkannt wird.
                                    Ich weiß nicht, ob das ganze Verzeichnis beim Booten erstmal gelöscht wird.
                                    Wie hier schon jemand geschrieben hat: Steck den Stick woanders rein und schau, ob er erkannt wird.
                                    Du kannst aber auch erstmal ein "lsusb -v" machen. Da musst du den 2531 finden inkl. Serialnumber, wenn alles funktioniert. Wirst du aber wahrscheinlich nicht, weil er den gar nicht soweit erkannt hat.

                                    Masterg 23M 1 Antwort Letzte Antwort
                                    0
                                    • R RealGue

                                      @masterg-23 Naja, die Einträge sind symlinks und werden von udev angelegt, wenn der Stick erkannt wird.
                                      Ich weiß nicht, ob das ganze Verzeichnis beim Booten erstmal gelöscht wird.
                                      Wie hier schon jemand geschrieben hat: Steck den Stick woanders rein und schau, ob er erkannt wird.
                                      Du kannst aber auch erstmal ein "lsusb -v" machen. Da musst du den 2531 finden inkl. Serialnumber, wenn alles funktioniert. Wirst du aber wahrscheinlich nicht, weil er den gar nicht soweit erkannt hat.

                                      Masterg 23M Offline
                                      Masterg 23M Offline
                                      Masterg 23
                                      schrieb am zuletzt editiert von Masterg 23
                                      #29

                                      @realgue so wie es ausschaut, wird der Stick mit dem Befehlt lsusb -v erkannt (Bus 001 Devices 004 Texas Instruments)

                                      pi@raspberrypi:~ $ lsusb -v
                                      
                                      Bus 002 Device 002: ID 174c:55aa ASMedia Technology Inc. Name: ASM1051E SATA 6Gb/s bridge, ASM1053E SATA 6Gb/s bridge, ASM1153 SATA 3Gb/s bridge, ASM1153E SATA 6Gb/s bridge
                                      Couldn't open device, some information will be missing
                                      Device Descriptor:
                                        bLength                18
                                        bDescriptorType         1
                                        bcdUSB               3.00
                                        bDeviceClass            0 
                                        bDeviceSubClass         0 
                                        bDeviceProtocol         0 
                                        bMaxPacketSize0         9
                                        idVendor           0x174c ASMedia Technology Inc.
                                        idProduct          0x55aa Name: ASM1051E SATA 6Gb/s bridge, ASM1053E SATA 6Gb/s bridge, ASM1153 SATA 3Gb/s bridge, ASM1153E SATA 6Gb/s bridge
                                        bcdDevice            1.00
                                        iManufacturer           2 
                                        iProduct                3 
                                        iSerial                 1 
                                        bNumConfigurations      1
                                        Configuration Descriptor:
                                          bLength                 9
                                          bDescriptorType         2
                                          wTotalLength       0x0079
                                          bNumInterfaces          1
                                          bConfigurationValue     1
                                          iConfiguration          0 
                                          bmAttributes         0xc0
                                            Self Powered
                                          MaxPower                0mA
                                          Interface Descriptor:
                                            bLength                 9
                                            bDescriptorType         4
                                            bInterfaceNumber        0
                                            bAlternateSetting       0
                                            bNumEndpoints           2
                                            bInterfaceClass         8 Mass Storage
                                            bInterfaceSubClass      6 SCSI
                                            bInterfaceProtocol     80 Bulk-Only
                                            iInterface              0 
                                            Endpoint Descriptor:
                                              bLength                 7
                                              bDescriptorType         5
                                              bEndpointAddress     0x81  EP 1 IN
                                              bmAttributes            2
                                                Transfer Type            Bulk
                                                Synch Type               None
                                                Usage Type               Data
                                              wMaxPacketSize     0x0400  1x 1024 bytes
                                              bInterval               0
                                              bMaxBurst              15
                                            Endpoint Descriptor:
                                              bLength                 7
                                              bDescriptorType         5
                                              bEndpointAddress     0x02  EP 2 OUT
                                              bmAttributes            2
                                                Transfer Type            Bulk
                                                Synch Type               None
                                                Usage Type               Data
                                              wMaxPacketSize     0x0400  1x 1024 bytes
                                              bInterval               0
                                              bMaxBurst              15
                                          Interface Descriptor:
                                            bLength                 9
                                            bDescriptorType         4
                                            bInterfaceNumber        0
                                            bAlternateSetting       1
                                            bNumEndpoints           4
                                            bInterfaceClass         8 Mass Storage
                                            bInterfaceSubClass      6 SCSI
                                            bInterfaceProtocol     98 
                                            iInterface              0 
                                            Endpoint Descriptor:
                                              bLength                 7
                                              bDescriptorType         5
                                              bEndpointAddress     0x81  EP 1 IN
                                              bmAttributes            2
                                                Transfer Type            Bulk
                                                Synch Type               None
                                                Usage Type               Data
                                              wMaxPacketSize     0x0400  1x 1024 bytes
                                              bInterval               0
                                              bMaxBurst              15
                                              MaxStreams             32
                                              Data-in pipe (0x03)
                                            Endpoint Descriptor:
                                              bLength                 7
                                              bDescriptorType         5
                                              bEndpointAddress     0x02  EP 2 OUT
                                              bmAttributes            2
                                                Transfer Type            Bulk
                                                Synch Type               None
                                                Usage Type               Data
                                              wMaxPacketSize     0x0400  1x 1024 bytes
                                              bInterval               0
                                              bMaxBurst              15
                                              MaxStreams             32
                                              Data-out pipe (0x04)
                                            Endpoint Descriptor:
                                              bLength                 7
                                              bDescriptorType         5
                                              bEndpointAddress     0x83  EP 3 IN
                                              bmAttributes            2
                                                Transfer Type            Bulk
                                                Synch Type               None
                                                Usage Type               Data
                                              wMaxPacketSize     0x0400  1x 1024 bytes
                                              bInterval               0
                                              bMaxBurst              15
                                              MaxStreams             32
                                              Status pipe (0x02)
                                            Endpoint Descriptor:
                                              bLength                 7
                                              bDescriptorType         5
                                              bEndpointAddress     0x04  EP 4 OUT
                                              bmAttributes            2
                                                Transfer Type            Bulk
                                                Synch Type               None
                                                Usage Type               Data
                                              wMaxPacketSize     0x0400  1x 1024 bytes
                                              bInterval               0
                                              bMaxBurst               0
                                              Command pipe (0x01)
                                      
                                      Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
                                      Couldn't open device, some information will be missing
                                      Device Descriptor:
                                        bLength                18
                                        bDescriptorType         1
                                        bcdUSB               3.00
                                        bDeviceClass            9 Hub
                                        bDeviceSubClass         0 
                                        bDeviceProtocol         3 
                                        bMaxPacketSize0         9
                                        idVendor           0x1d6b Linux Foundation
                                        idProduct          0x0003 3.0 root hub
                                        bcdDevice            5.10
                                        iManufacturer           3 
                                        iProduct                2 
                                        iSerial                 1 
                                        bNumConfigurations      1
                                        Configuration Descriptor:
                                          bLength                 9
                                          bDescriptorType         2
                                          wTotalLength       0x001f
                                          bNumInterfaces          1
                                          bConfigurationValue     1
                                          iConfiguration          0 
                                          bmAttributes         0xe0
                                            Self Powered
                                            Remote Wakeup
                                          MaxPower                0mA
                                          Interface Descriptor:
                                            bLength                 9
                                            bDescriptorType         4
                                            bInterfaceNumber        0
                                            bAlternateSetting       0
                                            bNumEndpoints           1
                                            bInterfaceClass         9 Hub
                                            bInterfaceSubClass      0 
                                            bInterfaceProtocol      0 Full speed (or root) hub
                                            iInterface              0 
                                            Endpoint Descriptor:
                                              bLength                 7
                                              bDescriptorType         5
                                              bEndpointAddress     0x81  EP 1 IN
                                              bmAttributes            3
                                                Transfer Type            Interrupt
                                                Synch Type               None
                                                Usage Type               Data
                                              wMaxPacketSize     0x0004  1x 4 bytes
                                              bInterval              12
                                              bMaxBurst               0
                                      
                                      Bus 001 Device 004: ID 0451:16a8 Texas Instruments, Inc. 
                                      Couldn't open device, some information will be missing
                                      Device Descriptor:
                                        bLength                18
                                        bDescriptorType         1
                                        bcdUSB               2.00
                                        bDeviceClass            2 Communications
                                        bDeviceSubClass         0 
                                        bDeviceProtocol         0 
                                        bMaxPacketSize0        32
                                        idVendor           0x0451 Texas Instruments, Inc.
                                        idProduct          0x16a8 
                                        bcdDevice            0.09
                                        iManufacturer           1 
                                        iProduct                2 
                                        iSerial                 3 
                                        bNumConfigurations      1
                                        Configuration Descriptor:
                                          bLength                 9
                                          bDescriptorType         2
                                          wTotalLength       0x0043
                                          bNumInterfaces          2
                                          bConfigurationValue     1
                                          iConfiguration          0 
                                          bmAttributes         0x80
                                            (Bus Powered)
                                          MaxPower               50mA
                                          Interface Descriptor:
                                            bLength                 9
                                            bDescriptorType         4
                                            bInterfaceNumber        0
                                            bAlternateSetting       0
                                            bNumEndpoints           1
                                            bInterfaceClass         2 Communications
                                            bInterfaceSubClass      2 Abstract (modem)
                                            bInterfaceProtocol      1 AT-commands (v.25ter)
                                            iInterface              0 
                                            CDC Header:
                                              bcdCDC               1.10
                                            CDC ACM:
                                              bmCapabilities       0x02
                                                line coding and serial state
                                            CDC Union:
                                              bMasterInterface        0
                                              bSlaveInterface         1 
                                            CDC Call Management:
                                              bmCapabilities       0x00
                                              bDataInterface          1
                                            Endpoint Descriptor:
                                              bLength                 7
                                              bDescriptorType         5
                                              bEndpointAddress     0x82  EP 2 IN
                                              bmAttributes            3
                                                Transfer Type            Interrupt
                                                Synch Type               None
                                                Usage Type               Data
                                              wMaxPacketSize     0x0040  1x 64 bytes
                                              bInterval              64
                                          Interface Descriptor:
                                            bLength                 9
                                            bDescriptorType         4
                                            bInterfaceNumber        1
                                            bAlternateSetting       0
                                            bNumEndpoints           2
                                            bInterfaceClass        10 CDC Data
                                            bInterfaceSubClass      0 
                                            bInterfaceProtocol      0 
                                            iInterface              0 
                                            Endpoint Descriptor:
                                              bLength                 7
                                              bDescriptorType         5
                                              bEndpointAddress     0x84  EP 4 IN
                                              bmAttributes            2
                                                Transfer Type            Bulk
                                                Synch Type               None
                                                Usage Type               Data
                                              wMaxPacketSize     0x0040  1x 64 bytes
                                              bInterval               0
                                            Endpoint Descriptor:
                                              bLength                 7
                                              bDescriptorType         5
                                              bEndpointAddress     0x04  EP 4 OUT
                                              bmAttributes            2
                                                Transfer Type            Bulk
                                                Synch Type               None
                                                Usage Type               Data
                                              wMaxPacketSize     0x0040  1x 64 bytes
                                              bInterval               0
                                      
                                      Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
                                      Couldn't open device, some information will be missing
                                      Device Descriptor:
                                        bLength                18
                                        bDescriptorType         1
                                        bcdUSB               2.10
                                        bDeviceClass            9 Hub
                                        bDeviceSubClass         0 
                                        bDeviceProtocol         1 Single TT
                                        bMaxPacketSize0        64
                                        idVendor           0x2109 VIA Labs, Inc.
                                        idProduct          0x3431 Hub
                                        bcdDevice            4.21
                                        iManufacturer           0 
                                        iProduct                1 
                                        iSerial                 0 
                                        bNumConfigurations      1
                                        Configuration Descriptor:
                                          bLength                 9
                                          bDescriptorType         2
                                          wTotalLength       0x0019
                                          bNumInterfaces          1
                                          bConfigurationValue     1
                                          iConfiguration          0 
                                          bmAttributes         0xe0
                                            Self Powered
                                            Remote Wakeup
                                          MaxPower              100mA
                                          Interface Descriptor:
                                            bLength                 9
                                            bDescriptorType         4
                                            bInterfaceNumber        0
                                            bAlternateSetting       0
                                            bNumEndpoints           1
                                            bInterfaceClass         9 Hub
                                            bInterfaceSubClass      0 
                                            bInterfaceProtocol      0 Full speed (or root) hub
                                            iInterface              0 
                                            Endpoint Descriptor:
                                              bLength                 7
                                              bDescriptorType         5
                                              bEndpointAddress     0x81  EP 1 IN
                                              bmAttributes            3
                                                Transfer Type            Interrupt
                                                Synch Type               None
                                                Usage Type               Data
                                              wMaxPacketSize     0x0001  1x 1 bytes
                                              bInterval              12
                                      
                                      Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
                                      Couldn't open device, some information will be missing
                                      Device Descriptor:
                                        bLength                18
                                        bDescriptorType         1
                                        bcdUSB               2.00
                                        bDeviceClass            9 Hub
                                        bDeviceSubClass         0 
                                        bDeviceProtocol         1 Single TT
                                        bMaxPacketSize0        64
                                        idVendor           0x1d6b Linux Foundation
                                        idProduct          0x0002 2.0 root hub
                                        bcdDevice            5.10
                                        iManufacturer           3 
                                        iProduct                2 
                                        iSerial                 1 
                                        bNumConfigurations      1
                                        Configuration Descriptor:
                                          bLength                 9
                                          bDescriptorType         2
                                          wTotalLength       0x0019
                                          bNumInterfaces          1
                                          bConfigurationValue     1
                                          iConfiguration          0 
                                          bmAttributes         0xe0
                                            Self Powered
                                            Remote Wakeup
                                          MaxPower                0mA
                                          Interface Descriptor:
                                            bLength                 9
                                            bDescriptorType         4
                                            bInterfaceNumber        0
                                            bAlternateSetting       0
                                            bNumEndpoints           1
                                            bInterfaceClass         9 Hub
                                            bInterfaceSubClass      0 
                                            bInterfaceProtocol      0 Full speed (or root) hub
                                            iInterface              0 
                                            Endpoint Descriptor:
                                              bLength                 7
                                              bDescriptorType         5
                                              bEndpointAddress     0x81  EP 1 IN
                                              bmAttributes            3
                                                Transfer Type            Interrupt
                                                Synch Type               None
                                                Usage Type               Data
                                              wMaxPacketSize     0x0004  1x 4 bytes
                                              bInterval              12
                                      
                                      

                                      Ich werde nachher mal den Stick unter Bootcamp testen, ob der von Windows erkannt wird. Vom iMac wird der Stick leider nicht erkannt.

                                      D R 2 Antworten Letzte Antwort
                                      0
                                      • Masterg 23M Masterg 23

                                        @realgue so wie es ausschaut, wird der Stick mit dem Befehlt lsusb -v erkannt (Bus 001 Devices 004 Texas Instruments)

                                        pi@raspberrypi:~ $ lsusb -v
                                        
                                        Bus 002 Device 002: ID 174c:55aa ASMedia Technology Inc. Name: ASM1051E SATA 6Gb/s bridge, ASM1053E SATA 6Gb/s bridge, ASM1153 SATA 3Gb/s bridge, ASM1153E SATA 6Gb/s bridge
                                        Couldn't open device, some information will be missing
                                        Device Descriptor:
                                          bLength                18
                                          bDescriptorType         1
                                          bcdUSB               3.00
                                          bDeviceClass            0 
                                          bDeviceSubClass         0 
                                          bDeviceProtocol         0 
                                          bMaxPacketSize0         9
                                          idVendor           0x174c ASMedia Technology Inc.
                                          idProduct          0x55aa Name: ASM1051E SATA 6Gb/s bridge, ASM1053E SATA 6Gb/s bridge, ASM1153 SATA 3Gb/s bridge, ASM1153E SATA 6Gb/s bridge
                                          bcdDevice            1.00
                                          iManufacturer           2 
                                          iProduct                3 
                                          iSerial                 1 
                                          bNumConfigurations      1
                                          Configuration Descriptor:
                                            bLength                 9
                                            bDescriptorType         2
                                            wTotalLength       0x0079
                                            bNumInterfaces          1
                                            bConfigurationValue     1
                                            iConfiguration          0 
                                            bmAttributes         0xc0
                                              Self Powered
                                            MaxPower                0mA
                                            Interface Descriptor:
                                              bLength                 9
                                              bDescriptorType         4
                                              bInterfaceNumber        0
                                              bAlternateSetting       0
                                              bNumEndpoints           2
                                              bInterfaceClass         8 Mass Storage
                                              bInterfaceSubClass      6 SCSI
                                              bInterfaceProtocol     80 Bulk-Only
                                              iInterface              0 
                                              Endpoint Descriptor:
                                                bLength                 7
                                                bDescriptorType         5
                                                bEndpointAddress     0x81  EP 1 IN
                                                bmAttributes            2
                                                  Transfer Type            Bulk
                                                  Synch Type               None
                                                  Usage Type               Data
                                                wMaxPacketSize     0x0400  1x 1024 bytes
                                                bInterval               0
                                                bMaxBurst              15
                                              Endpoint Descriptor:
                                                bLength                 7
                                                bDescriptorType         5
                                                bEndpointAddress     0x02  EP 2 OUT
                                                bmAttributes            2
                                                  Transfer Type            Bulk
                                                  Synch Type               None
                                                  Usage Type               Data
                                                wMaxPacketSize     0x0400  1x 1024 bytes
                                                bInterval               0
                                                bMaxBurst              15
                                            Interface Descriptor:
                                              bLength                 9
                                              bDescriptorType         4
                                              bInterfaceNumber        0
                                              bAlternateSetting       1
                                              bNumEndpoints           4
                                              bInterfaceClass         8 Mass Storage
                                              bInterfaceSubClass      6 SCSI
                                              bInterfaceProtocol     98 
                                              iInterface              0 
                                              Endpoint Descriptor:
                                                bLength                 7
                                                bDescriptorType         5
                                                bEndpointAddress     0x81  EP 1 IN
                                                bmAttributes            2
                                                  Transfer Type            Bulk
                                                  Synch Type               None
                                                  Usage Type               Data
                                                wMaxPacketSize     0x0400  1x 1024 bytes
                                                bInterval               0
                                                bMaxBurst              15
                                                MaxStreams             32
                                                Data-in pipe (0x03)
                                              Endpoint Descriptor:
                                                bLength                 7
                                                bDescriptorType         5
                                                bEndpointAddress     0x02  EP 2 OUT
                                                bmAttributes            2
                                                  Transfer Type            Bulk
                                                  Synch Type               None
                                                  Usage Type               Data
                                                wMaxPacketSize     0x0400  1x 1024 bytes
                                                bInterval               0
                                                bMaxBurst              15
                                                MaxStreams             32
                                                Data-out pipe (0x04)
                                              Endpoint Descriptor:
                                                bLength                 7
                                                bDescriptorType         5
                                                bEndpointAddress     0x83  EP 3 IN
                                                bmAttributes            2
                                                  Transfer Type            Bulk
                                                  Synch Type               None
                                                  Usage Type               Data
                                                wMaxPacketSize     0x0400  1x 1024 bytes
                                                bInterval               0
                                                bMaxBurst              15
                                                MaxStreams             32
                                                Status pipe (0x02)
                                              Endpoint Descriptor:
                                                bLength                 7
                                                bDescriptorType         5
                                                bEndpointAddress     0x04  EP 4 OUT
                                                bmAttributes            2
                                                  Transfer Type            Bulk
                                                  Synch Type               None
                                                  Usage Type               Data
                                                wMaxPacketSize     0x0400  1x 1024 bytes
                                                bInterval               0
                                                bMaxBurst               0
                                                Command pipe (0x01)
                                        
                                        Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
                                        Couldn't open device, some information will be missing
                                        Device Descriptor:
                                          bLength                18
                                          bDescriptorType         1
                                          bcdUSB               3.00
                                          bDeviceClass            9 Hub
                                          bDeviceSubClass         0 
                                          bDeviceProtocol         3 
                                          bMaxPacketSize0         9
                                          idVendor           0x1d6b Linux Foundation
                                          idProduct          0x0003 3.0 root hub
                                          bcdDevice            5.10
                                          iManufacturer           3 
                                          iProduct                2 
                                          iSerial                 1 
                                          bNumConfigurations      1
                                          Configuration Descriptor:
                                            bLength                 9
                                            bDescriptorType         2
                                            wTotalLength       0x001f
                                            bNumInterfaces          1
                                            bConfigurationValue     1
                                            iConfiguration          0 
                                            bmAttributes         0xe0
                                              Self Powered
                                              Remote Wakeup
                                            MaxPower                0mA
                                            Interface Descriptor:
                                              bLength                 9
                                              bDescriptorType         4
                                              bInterfaceNumber        0
                                              bAlternateSetting       0
                                              bNumEndpoints           1
                                              bInterfaceClass         9 Hub
                                              bInterfaceSubClass      0 
                                              bInterfaceProtocol      0 Full speed (or root) hub
                                              iInterface              0 
                                              Endpoint Descriptor:
                                                bLength                 7
                                                bDescriptorType         5
                                                bEndpointAddress     0x81  EP 1 IN
                                                bmAttributes            3
                                                  Transfer Type            Interrupt
                                                  Synch Type               None
                                                  Usage Type               Data
                                                wMaxPacketSize     0x0004  1x 4 bytes
                                                bInterval              12
                                                bMaxBurst               0
                                        
                                        Bus 001 Device 004: ID 0451:16a8 Texas Instruments, Inc. 
                                        Couldn't open device, some information will be missing
                                        Device Descriptor:
                                          bLength                18
                                          bDescriptorType         1
                                          bcdUSB               2.00
                                          bDeviceClass            2 Communications
                                          bDeviceSubClass         0 
                                          bDeviceProtocol         0 
                                          bMaxPacketSize0        32
                                          idVendor           0x0451 Texas Instruments, Inc.
                                          idProduct          0x16a8 
                                          bcdDevice            0.09
                                          iManufacturer           1 
                                          iProduct                2 
                                          iSerial                 3 
                                          bNumConfigurations      1
                                          Configuration Descriptor:
                                            bLength                 9
                                            bDescriptorType         2
                                            wTotalLength       0x0043
                                            bNumInterfaces          2
                                            bConfigurationValue     1
                                            iConfiguration          0 
                                            bmAttributes         0x80
                                              (Bus Powered)
                                            MaxPower               50mA
                                            Interface Descriptor:
                                              bLength                 9
                                              bDescriptorType         4
                                              bInterfaceNumber        0
                                              bAlternateSetting       0
                                              bNumEndpoints           1
                                              bInterfaceClass         2 Communications
                                              bInterfaceSubClass      2 Abstract (modem)
                                              bInterfaceProtocol      1 AT-commands (v.25ter)
                                              iInterface              0 
                                              CDC Header:
                                                bcdCDC               1.10
                                              CDC ACM:
                                                bmCapabilities       0x02
                                                  line coding and serial state
                                              CDC Union:
                                                bMasterInterface        0
                                                bSlaveInterface         1 
                                              CDC Call Management:
                                                bmCapabilities       0x00
                                                bDataInterface          1
                                              Endpoint Descriptor:
                                                bLength                 7
                                                bDescriptorType         5
                                                bEndpointAddress     0x82  EP 2 IN
                                                bmAttributes            3
                                                  Transfer Type            Interrupt
                                                  Synch Type               None
                                                  Usage Type               Data
                                                wMaxPacketSize     0x0040  1x 64 bytes
                                                bInterval              64
                                            Interface Descriptor:
                                              bLength                 9
                                              bDescriptorType         4
                                              bInterfaceNumber        1
                                              bAlternateSetting       0
                                              bNumEndpoints           2
                                              bInterfaceClass        10 CDC Data
                                              bInterfaceSubClass      0 
                                              bInterfaceProtocol      0 
                                              iInterface              0 
                                              Endpoint Descriptor:
                                                bLength                 7
                                                bDescriptorType         5
                                                bEndpointAddress     0x84  EP 4 IN
                                                bmAttributes            2
                                                  Transfer Type            Bulk
                                                  Synch Type               None
                                                  Usage Type               Data
                                                wMaxPacketSize     0x0040  1x 64 bytes
                                                bInterval               0
                                              Endpoint Descriptor:
                                                bLength                 7
                                                bDescriptorType         5
                                                bEndpointAddress     0x04  EP 4 OUT
                                                bmAttributes            2
                                                  Transfer Type            Bulk
                                                  Synch Type               None
                                                  Usage Type               Data
                                                wMaxPacketSize     0x0040  1x 64 bytes
                                                bInterval               0
                                        
                                        Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
                                        Couldn't open device, some information will be missing
                                        Device Descriptor:
                                          bLength                18
                                          bDescriptorType         1
                                          bcdUSB               2.10
                                          bDeviceClass            9 Hub
                                          bDeviceSubClass         0 
                                          bDeviceProtocol         1 Single TT
                                          bMaxPacketSize0        64
                                          idVendor           0x2109 VIA Labs, Inc.
                                          idProduct          0x3431 Hub
                                          bcdDevice            4.21
                                          iManufacturer           0 
                                          iProduct                1 
                                          iSerial                 0 
                                          bNumConfigurations      1
                                          Configuration Descriptor:
                                            bLength                 9
                                            bDescriptorType         2
                                            wTotalLength       0x0019
                                            bNumInterfaces          1
                                            bConfigurationValue     1
                                            iConfiguration          0 
                                            bmAttributes         0xe0
                                              Self Powered
                                              Remote Wakeup
                                            MaxPower              100mA
                                            Interface Descriptor:
                                              bLength                 9
                                              bDescriptorType         4
                                              bInterfaceNumber        0
                                              bAlternateSetting       0
                                              bNumEndpoints           1
                                              bInterfaceClass         9 Hub
                                              bInterfaceSubClass      0 
                                              bInterfaceProtocol      0 Full speed (or root) hub
                                              iInterface              0 
                                              Endpoint Descriptor:
                                                bLength                 7
                                                bDescriptorType         5
                                                bEndpointAddress     0x81  EP 1 IN
                                                bmAttributes            3
                                                  Transfer Type            Interrupt
                                                  Synch Type               None
                                                  Usage Type               Data
                                                wMaxPacketSize     0x0001  1x 1 bytes
                                                bInterval              12
                                        
                                        Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
                                        Couldn't open device, some information will be missing
                                        Device Descriptor:
                                          bLength                18
                                          bDescriptorType         1
                                          bcdUSB               2.00
                                          bDeviceClass            9 Hub
                                          bDeviceSubClass         0 
                                          bDeviceProtocol         1 Single TT
                                          bMaxPacketSize0        64
                                          idVendor           0x1d6b Linux Foundation
                                          idProduct          0x0002 2.0 root hub
                                          bcdDevice            5.10
                                          iManufacturer           3 
                                          iProduct                2 
                                          iSerial                 1 
                                          bNumConfigurations      1
                                          Configuration Descriptor:
                                            bLength                 9
                                            bDescriptorType         2
                                            wTotalLength       0x0019
                                            bNumInterfaces          1
                                            bConfigurationValue     1
                                            iConfiguration          0 
                                            bmAttributes         0xe0
                                              Self Powered
                                              Remote Wakeup
                                            MaxPower                0mA
                                            Interface Descriptor:
                                              bLength                 9
                                              bDescriptorType         4
                                              bInterfaceNumber        0
                                              bAlternateSetting       0
                                              bNumEndpoints           1
                                              bInterfaceClass         9 Hub
                                              bInterfaceSubClass      0 
                                              bInterfaceProtocol      0 Full speed (or root) hub
                                              iInterface              0 
                                              Endpoint Descriptor:
                                                bLength                 7
                                                bDescriptorType         5
                                                bEndpointAddress     0x81  EP 1 IN
                                                bmAttributes            3
                                                  Transfer Type            Interrupt
                                                  Synch Type               None
                                                  Usage Type               Data
                                                wMaxPacketSize     0x0004  1x 4 bytes
                                                bInterval              12
                                        
                                        

                                        Ich werde nachher mal den Stick unter Bootcamp testen, ob der von Windows erkannt wird. Vom iMac wird der Stick leider nicht erkannt.

                                        D Offline
                                        D Offline
                                        dimaiv
                                        schrieb am zuletzt editiert von
                                        #30

                                        @masterg-23
                                        Nur zur Info:
                                        Pi komplett neu aufsetzen mit IoBroker/BackitUp dauert 20 Minuten. 😉

                                        ioBroker- NUC8i3 / Proxmox / VM
                                        Node.js v22.21.0
                                        NPM v10.9.4
                                        JS controller 7.1.0
                                        Admin 7.7.20
                                        ZigBee Adapter 3.3.1alpha.0
                                        Zigbee LAN Gateway CC2652P
                                        Zigbee Firmware 20250321

                                        Masterg 23M 1 Antwort Letzte Antwort
                                        0
                                        • D dimaiv

                                          @masterg-23
                                          Nur zur Info:
                                          Pi komplett neu aufsetzen mit IoBroker/BackitUp dauert 20 Minuten. 😉

                                          Masterg 23M Offline
                                          Masterg 23M Offline
                                          Masterg 23
                                          schrieb am zuletzt editiert von
                                          #31

                                          @dimaiv ja daran habe ich auch gedacht. Ich glaube das ist der einfachste Weg. Ich dachte bevor ich alles platt mache und neu installiere versuche ich es so hinzubekommen. Denn Erfahrungsgemäß funktioniert bei einer Wiederherstellung viele Sachen vom VIS leider nicht und muss händisch angepasst werden. Genau das wollte ich vermeiden.

                                          Ist es normal, dass bei lsmod nichts ausgegeben wird?

                                          pi@raspberrypi:~ $ lsmod
                                          Module                  Size  Used by
                                          
                                          AsgothianA 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
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          522

                                          Online

                                          32.9k

                                          Benutzer

                                          83.0k

                                          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