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

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Zigbee Adapter mit Error und findet den Stick nicht

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    13
    1
    150

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

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

Zigbee Adapter mit Error und findet den Stick nicht

Scheduled Pinned Locked Moved ioBroker Allgemein
35 Posts 6 Posters 3.2k Views 6 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • aXCellA aXCell

    @thomas-braun

    Die Ausgabe davon:

    axcell@server:~$ sudo rm /usr/local/bin/n*
    ls -lah /usr/local/bin/
    [sudo] password for axcell: 
    total 8,0K
    drwxr-xr-x  2 root root 4,0K Jul 10 22:43 .
    drwxr-xr-x 11 root root 4,0K Jul  2 02:06 ..
    lrwxrwxrwx  1 root root   46 Jul  3 22:26 camera.ui -> ../lib/node_modules/camera.ui/bin/camera.ui.js
    lrwxrwxrwx  1 root root   45 Jul  2 02:06 corepack -> ../lib/node_modules/corepack/dist/corepack.js
    

    und nach einem reboot stimmen die Pfade jetzt auch:

    axcell@server:~$ uname -m && type -P nodejs node npm npx && nodejs -v && node -v && npm -v && npx -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && pwd && sudo apt-get update &> /dev/null && sudo apt-get update && apt-cache policy nodejs
    x86_64
    /usr/bin/nodejs
    /usr/bin/node
    /usr/bin/npm
    /usr/bin/npx
    v18.16.1
    v18.16.1
    9.5.1
    9.5.1
    4.0.24
    axcell
    axcell adm cdrom sudo dip plugdev lxd iobroker
    web
    /home/axcell
    

    Löst allerdings leider nicht das Problem, das der Zigbee Adapter immer noch meckert...

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

    @axcell

    sudo rm /usr/local/bin/corepack
    

    Bei dem camera-Ding weiß ich nicht wie das da hinkommt. Im Zweifel auch weg damit.

    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

    aXCellA 2 Replies Last reply
    0
    • aXCellA aXCell

      @thomas-braun sagte in Zigbee Adapter mit Error und findet den Stick nicht:

      @axcell
      ...
      Wie kommst du überhaupt an die schräge Installation?

      Und warum ist da ein Repo für redis und die Backports aktiv? Will man beides nur aus sehr guten Gründen auf einem Server aktiv haben.

      Ähm, wie ich an die schräge installation komme? Kann ich dir leider nicht sagen.

      Warum das aktiv ist? Unnötig?

      Sorry, bin dann doch nur "ein Anwender" der sich mit Anleitungen aus dem Internet hilft.

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

      @axcell sagte in Zigbee Adapter mit Error und findet den Stick nicht:

      Warum das aktiv ist? Unnötig?

      Ja, ist beides nicht in einer Standard-Installation dabei und auf einem Server holt man sich möglichst wenig Zeug aus weiteren Quellen dazu.

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

      1 Reply Last reply
      1
      • Thomas BraunT Thomas Braun

        @axcell

        sudo rm /usr/local/bin/corepack
        

        Bei dem camera-Ding weiß ich nicht wie das da hinkommt. Im Zweifel auch weg damit.

        aXCellA Offline
        aXCellA Offline
        aXCell
        wrote on last edited by
        #11

        @thomas-braun

        Ok, vielen Dank!

        1 Reply Last reply
        0
        • Thomas BraunT Thomas Braun

          @axcell

          sudo rm /usr/local/bin/corepack
          

          Bei dem camera-Ding weiß ich nicht wie das da hinkommt. Im Zweifel auch weg damit.

          aXCellA Offline
          aXCellA Offline
          aXCell
          wrote on last edited by
          #12

          @thomas-braun

          Camera.ui ist da, da der Server an einem TV hängt und ich so die Aussenkameras relativ einfach per Stream über HDMi auf die Glotze bekomme.

          1 Reply Last reply
          0
          • aXCellA aXCell

            @thomas-braun

            Die Ausgabe davon:

            axcell@server:~$ sudo rm /usr/local/bin/n*
            ls -lah /usr/local/bin/
            [sudo] password for axcell: 
            total 8,0K
            drwxr-xr-x  2 root root 4,0K Jul 10 22:43 .
            drwxr-xr-x 11 root root 4,0K Jul  2 02:06 ..
            lrwxrwxrwx  1 root root   46 Jul  3 22:26 camera.ui -> ../lib/node_modules/camera.ui/bin/camera.ui.js
            lrwxrwxrwx  1 root root   45 Jul  2 02:06 corepack -> ../lib/node_modules/corepack/dist/corepack.js
            

            und nach einem reboot stimmen die Pfade jetzt auch:

            axcell@server:~$ uname -m && type -P nodejs node npm npx && nodejs -v && node -v && npm -v && npx -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && pwd && sudo apt-get update &> /dev/null && sudo apt-get update && apt-cache policy nodejs
            x86_64
            /usr/bin/nodejs
            /usr/bin/node
            /usr/bin/npm
            /usr/bin/npx
            v18.16.1
            v18.16.1
            9.5.1
            9.5.1
            4.0.24
            axcell
            axcell adm cdrom sudo dip plugdev lxd iobroker
            web
            /home/axcell
            

            Löst allerdings leider nicht das Problem, das der Zigbee Adapter immer noch meckert...

            arteckA Offline
            arteckA Offline
            arteck
            Developer Most Active
            wrote on last edited by
            #13

            @axcell sagte in Zigbee Adapter mit Error und findet den Stick nicht:

            Löst allerdings leider nicht das Problem, das der Zigbee Adapter immer noch meckert...

            installier mal die GIT version

            zigbee hab ich, zwave auch, nuc's genauso und HA auch

            aXCellA 1 Reply Last reply
            0
            • arteckA arteck

              @axcell sagte in Zigbee Adapter mit Error und findet den Stick nicht:

              Löst allerdings leider nicht das Problem, das der Zigbee Adapter immer noch meckert...

              installier mal die GIT version

              aXCellA Offline
              aXCellA Offline
              aXCell
              wrote on last edited by aXCell
              #14

              @arteck
              Habe ich, die Version ist: v1.8.15

              Der Host wirft das aus:

              host.server
              	2023-07-11 16:04:40.369	error	instance system.adapter.zigbee.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
              host.server
              	2023-07-11 16:04:40.369	error	Caught by controller[0]: at Zigbee.onZigbeeAdapterReady (/opt/iobroker/node_modules/iobroker.zigbee/main.js:415:30)
              host.server
              	2023-07-11 16:04:40.369	error	Caught by controller[0]: at Zigbee.sendError (/opt/iobroker/node_modules/iobroker.zigbee/main.js:118:32)
              host.server
              	2023-07-11 16:04:40.369	error	Caught by controller[0]: at Object.configureScope (/opt/iobroker/node_modules/@sentry/src/exports.ts:76:1)
              host.server
              	2023-07-11 16:04:40.369	error	Caught by controller[0]: at Hub.configureScope (/opt/iobroker/node_modules/@sentry/src/hub.ts:340:1)
              host.server
              	2023-07-11 16:04:40.369	error	Caught by controller[0]: at /opt/iobroker/node_modules/iobroker.zigbee/main.js:122:56
              host.server
              	2023-07-11 16:04:40.369	error	Caught by controller[0]: TypeError: Cannot read properties of undefined (reading 'Error')
              host.server
              	2023-07-11 16:04:40.368	error	Caught by controller[0]: 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(). The promise rejected with the reason:
              

              Der Adapter meldet:

              zigbee.0
              	2023-07-11 16:04:39.819	info	terminating
              zigbee.0
              	2023-07-11 16:04:39.319	info	Zigbee: disabling joining new devices.
              zigbee.0
              	2023-07-11 16:04:39.319	info	cleaned everything up...
              zigbee.0
              	2023-07-11 16:04:39.316	error	Cannot read properties of undefined (reading 'Error')
              zigbee.0
              	2023-07-11 16:04:39.316	error	TypeError: Cannot read properties of undefined (reading 'Error') at /opt/iobroker/node_modules/iobroker.zigbee/main.js:122:56 at Hub.configureScope (/opt/iobroker/node_modules/@sentry/src/hub.ts:340:1) at Object.configureScope (/opt/iobroker/node_modules/@sentry/src/exports.ts:76:1) at Zigbee.sendError (/opt/iobroker/node_modules/iobroker.zigbee/main.js:118:32) at Zigbee.onZigbeeAdapterReady (/opt/iobroker/node_modules/iobroker.zigbee/main.js:415:30)
              zigbee.0
              	2023-07-11 16:04:39.307	error	unhandled promise rejection: Cannot read properties of undefined (reading 'Error')
              zigbee.0
              	2023-07-11 16:04:39.306	error	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
              	2023-07-11 16:04:39.306	error	Unable to apply ExtPanID changes: Error: SRSP - SYS - osalNvRead after 0,2ms
              zigbee.0
              	2023-07-11 16:04:39.304	info	Zigbee started
              zigbee.0
              	2023-07-11 16:04:39.304	info	Currently no devices.
              zigbee.0
              	2023-07-11 16:04:39.303	info	--> transmitPower : high
              zigbee.0
              	2023-07-11 16:04:39.298	info	Unable to disable LED, unsupported function.
              zigbee.0
              	2023-07-11 16:04:39.298	info	Disable LED
              zigbee.0
              	2023-07-11 16:04:39.297	info	Coordinator firmware version: {"type":"zStack30x","meta":{"transportrev":2,"product":2,"majorrel":2,"minorrel":7,"maintrel":2,"revision":20201010}}
              zigbee.0
              	2023-07-11 16:04:39.207	info	Installed Version: ioBroker/ioBroker.zigbee#8d2778a9a17072deac120c681e6e227ecf534691
              zigbee.0
              	2023-07-11 16:04:39.065	info	Starting Zigbee npm ...
              zigbee.0
              	2023-07-11 16:04:39.064	info	delete old Backup files. keep only last 10
              zigbee.0
              	2023-07-11 16:04:39.033	info	starting. Version 1.8.15 (non-npm: ioBroker/ioBroker.zigbee#8d2778a9a17072deac120c681e6e227ecf534691) in /opt/iobroker/node_modules/iobroker.zigbee, node: v18.16.1, js-controller: 4.0.24
              
              Thomas BraunT 1 Reply Last reply
              0
              • aXCellA aXCell

                @arteck
                Habe ich, die Version ist: v1.8.15

                Der Host wirft das aus:

                host.server
                	2023-07-11 16:04:40.369	error	instance system.adapter.zigbee.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                host.server
                	2023-07-11 16:04:40.369	error	Caught by controller[0]: at Zigbee.onZigbeeAdapterReady (/opt/iobroker/node_modules/iobroker.zigbee/main.js:415:30)
                host.server
                	2023-07-11 16:04:40.369	error	Caught by controller[0]: at Zigbee.sendError (/opt/iobroker/node_modules/iobroker.zigbee/main.js:118:32)
                host.server
                	2023-07-11 16:04:40.369	error	Caught by controller[0]: at Object.configureScope (/opt/iobroker/node_modules/@sentry/src/exports.ts:76:1)
                host.server
                	2023-07-11 16:04:40.369	error	Caught by controller[0]: at Hub.configureScope (/opt/iobroker/node_modules/@sentry/src/hub.ts:340:1)
                host.server
                	2023-07-11 16:04:40.369	error	Caught by controller[0]: at /opt/iobroker/node_modules/iobroker.zigbee/main.js:122:56
                host.server
                	2023-07-11 16:04:40.369	error	Caught by controller[0]: TypeError: Cannot read properties of undefined (reading 'Error')
                host.server
                	2023-07-11 16:04:40.368	error	Caught by controller[0]: 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(). The promise rejected with the reason:
                

                Der Adapter meldet:

                zigbee.0
                	2023-07-11 16:04:39.819	info	terminating
                zigbee.0
                	2023-07-11 16:04:39.319	info	Zigbee: disabling joining new devices.
                zigbee.0
                	2023-07-11 16:04:39.319	info	cleaned everything up...
                zigbee.0
                	2023-07-11 16:04:39.316	error	Cannot read properties of undefined (reading 'Error')
                zigbee.0
                	2023-07-11 16:04:39.316	error	TypeError: Cannot read properties of undefined (reading 'Error') at /opt/iobroker/node_modules/iobroker.zigbee/main.js:122:56 at Hub.configureScope (/opt/iobroker/node_modules/@sentry/src/hub.ts:340:1) at Object.configureScope (/opt/iobroker/node_modules/@sentry/src/exports.ts:76:1) at Zigbee.sendError (/opt/iobroker/node_modules/iobroker.zigbee/main.js:118:32) at Zigbee.onZigbeeAdapterReady (/opt/iobroker/node_modules/iobroker.zigbee/main.js:415:30)
                zigbee.0
                	2023-07-11 16:04:39.307	error	unhandled promise rejection: Cannot read properties of undefined (reading 'Error')
                zigbee.0
                	2023-07-11 16:04:39.306	error	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
                	2023-07-11 16:04:39.306	error	Unable to apply ExtPanID changes: Error: SRSP - SYS - osalNvRead after 0,2ms
                zigbee.0
                	2023-07-11 16:04:39.304	info	Zigbee started
                zigbee.0
                	2023-07-11 16:04:39.304	info	Currently no devices.
                zigbee.0
                	2023-07-11 16:04:39.303	info	--> transmitPower : high
                zigbee.0
                	2023-07-11 16:04:39.298	info	Unable to disable LED, unsupported function.
                zigbee.0
                	2023-07-11 16:04:39.298	info	Disable LED
                zigbee.0
                	2023-07-11 16:04:39.297	info	Coordinator firmware version: {"type":"zStack30x","meta":{"transportrev":2,"product":2,"majorrel":2,"minorrel":7,"maintrel":2,"revision":20201010}}
                zigbee.0
                	2023-07-11 16:04:39.207	info	Installed Version: ioBroker/ioBroker.zigbee#8d2778a9a17072deac120c681e6e227ecf534691
                zigbee.0
                	2023-07-11 16:04:39.065	info	Starting Zigbee npm ...
                zigbee.0
                	2023-07-11 16:04:39.064	info	delete old Backup files. keep only last 10
                zigbee.0
                	2023-07-11 16:04:39.033	info	starting. Version 1.8.15 (non-npm: ioBroker/ioBroker.zigbee#8d2778a9a17072deac120c681e6e227ecf534691) in /opt/iobroker/node_modules/iobroker.zigbee, node: v18.16.1, js-controller: 4.0.24
                
                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                wrote on last edited by
                #15

                @axcell sagte in Zigbee Adapter mit Error und findet den Stick nicht:

                Habe ich, die Version ist: v1.8.15

                Die GitHub-Version siehst du nur per

                cd /opt/iobroker && npm ls | grep zigbee
                

                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

                aXCellA 1 Reply Last reply
                0
                • Thomas BraunT Thomas Braun

                  @axcell sagte in Zigbee Adapter mit Error und findet den Stick nicht:

                  Habe ich, die Version ist: v1.8.15

                  Die GitHub-Version siehst du nur per

                  cd /opt/iobroker && npm ls | grep zigbee
                  
                  aXCellA Offline
                  aXCellA Offline
                  aXCell
                  wrote on last edited by
                  #16

                  @thomas-braun sagte in Zigbee Adapter mit Error und findet den Stick nicht:

                  cd /opt/iobroker && npm ls | grep zigbee

                  .... sagt das gleiche

                  axcell@server:~$ cd /opt/iobroker && npm ls | grep zigbee
                  [sudo] password for axcell: 
                  └── iobroker.zigbee@1.8.15 (git+ssh://git@github.com/ioBroker/ioBroker.zigbee.git#8d2778a9a17072deac120c681e6e227ecf534691)
                  axcell@server:/opt/iobroker$ 
                  
                  Thomas BraunT 1 Reply Last reply
                  0
                  • aXCellA aXCell

                    @thomas-braun sagte in Zigbee Adapter mit Error und findet den Stick nicht:

                    cd /opt/iobroker && npm ls | grep zigbee

                    .... sagt das gleiche

                    axcell@server:~$ cd /opt/iobroker && npm ls | grep zigbee
                    [sudo] password for axcell: 
                    └── iobroker.zigbee@1.8.15 (git+ssh://git@github.com/ioBroker/ioBroker.zigbee.git#8d2778a9a17072deac120c681e6e227ecf534691)
                    axcell@server:/opt/iobroker$ 
                    
                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    wrote on last edited by
                    #17

                    @axcell sagte in Zigbee Adapter mit Error und findet den Stick nicht:

                    sagt das gleiche

                    Das ist nicht das gleiche...

                    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

                    aXCellA 1 Reply Last reply
                    0
                    • Thomas BraunT Thomas Braun

                      @axcell sagte in Zigbee Adapter mit Error und findet den Stick nicht:

                      sagt das gleiche

                      Das ist nicht das gleiche...

                      aXCellA Offline
                      aXCellA Offline
                      aXCell
                      wrote on last edited by
                      #18

                      @thomas-braun sagte in Zigbee Adapter mit Error und findet den Stick nicht:

                      @axcell sagte in Zigbee Adapter mit Error und findet den Stick nicht:

                      sagt das gleiche

                      Das ist nicht das gleiche...

                      Und das bedeutet?
                      Für mich als unwissenden stehen in beiden Ausgaben absolut identische Versionsnummern.
                      Hilft der zweite von mir gepostete Inhalt bei der Fehlersuche?

                      Thomas BraunT 2 Replies Last reply
                      0
                      • aXCellA aXCell

                        @thomas-braun sagte in Zigbee Adapter mit Error und findet den Stick nicht:

                        @axcell sagte in Zigbee Adapter mit Error und findet den Stick nicht:

                        sagt das gleiche

                        Das ist nicht das gleiche...

                        Und das bedeutet?
                        Für mich als unwissenden stehen in beiden Ausgaben absolut identische Versionsnummern.
                        Hilft der zweite von mir gepostete Inhalt bei der Fehlersuche?

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

                        @axcell

                        Versionen aus dem GutHub können nur anhand der ID unterschieden werden. Die Versionsnummer kann gleich bleiben.
                        Du hast also den Stand
                        8d2778a9a17072deac120c681e6e227ecf534691
                        ausgecheckt.

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

                        1 Reply Last reply
                        0
                        • aXCellA aXCell

                          @thomas-braun sagte in Zigbee Adapter mit Error und findet den Stick nicht:

                          @axcell sagte in Zigbee Adapter mit Error und findet den Stick nicht:

                          sagt das gleiche

                          Das ist nicht das gleiche...

                          Und das bedeutet?
                          Für mich als unwissenden stehen in beiden Ausgaben absolut identische Versionsnummern.
                          Hilft der zweite von mir gepostete Inhalt bei der Fehlersuche?

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

                          @axcell

                          Was ist denn das überhaupt für ein Stick?
                          Kann es sein, dass du die falsche Firmware drauf hast?

                          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

                          aXCellA 1 Reply Last reply
                          0
                          • Thomas BraunT Thomas Braun

                            @axcell

                            Was ist denn das überhaupt für ein Stick?
                            Kann es sein, dass du die falsche Firmware drauf hast?

                            aXCellA Offline
                            aXCellA Offline
                            aXCell
                            wrote on last edited by aXCell
                            #21

                            @thomas-braun

                            Der Coordinator ist ein CC2538 CC2592 von hier

                            Beim Versuch den Zigbee Adapter zu starten bekomme ich diese Firmware angezeigt:

                            Coordinator firmware version: {"type":"zStack30x","meta":{"transportrev":2,"product":2,"majorrel":2,"minorrel":7,"maintrel":2,"revision":20201010}}
                            

                            :-/

                            Thomas BraunT arteckA 2 Replies Last reply
                            0
                            • aXCellA aXCell

                              @thomas-braun

                              Der Coordinator ist ein CC2538 CC2592 von hier

                              Beim Versuch den Zigbee Adapter zu starten bekomme ich diese Firmware angezeigt:

                              Coordinator firmware version: {"type":"zStack30x","meta":{"transportrev":2,"product":2,"majorrel":2,"minorrel":7,"maintrel":2,"revision":20201010}}
                              

                              :-/

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

                              @axcell

                              Ich vermute der braucht den Stack 3.x.0

                              Edit: Falsche Vermutung, der 3.0.x ist richtig.

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

                              1 Reply Last reply
                              0
                              • aXCellA aXCell

                                @thomas-braun

                                Der Coordinator ist ein CC2538 CC2592 von hier

                                Beim Versuch den Zigbee Adapter zu starten bekomme ich diese Firmware angezeigt:

                                Coordinator firmware version: {"type":"zStack30x","meta":{"transportrev":2,"product":2,"majorrel":2,"minorrel":7,"maintrel":2,"revision":20201010}}
                                

                                :-/

                                arteckA Offline
                                arteckA Offline
                                arteck
                                Developer Most Active
                                wrote on last edited by
                                #23

                                @axcell was hbt ihr den alle mit den LOGS...

                                poste doch mal was womit man arbeiten kann ... was soll ich mit der einen zeile

                                zigbee hab ich, zwave auch, nuc's genauso und HA auch

                                aXCellA 1 Reply Last reply
                                0
                                • arteckA arteck

                                  @axcell was hbt ihr den alle mit den LOGS...

                                  poste doch mal was womit man arbeiten kann ... was soll ich mit der einen zeile

                                  aXCellA Offline
                                  aXCellA Offline
                                  aXCell
                                  wrote on last edited by
                                  #24

                                  @arteck
                                  Was benötigst du?
                                  Wie komme ich da ran?
                                  Das im ersten Post ist nicht das richtige ?

                                  1 Reply Last reply
                                  0
                                  • arteckA Offline
                                    arteckA Offline
                                    arteck
                                    Developer Most Active
                                    wrote on last edited by
                                    #25

                                    schalte sentry aus.. und installier ne neue Version .. 1.8.16

                                    zigbee hab ich, zwave auch, nuc's genauso und HA auch

                                    aXCellA 1 Reply Last reply
                                    0
                                    • arteckA arteck

                                      schalte sentry aus.. und installier ne neue Version .. 1.8.16

                                      aXCellA Offline
                                      aXCellA Offline
                                      aXCell
                                      wrote on last edited by
                                      #26

                                      @arteck sagte in Zigbee Adapter mit Error und findet den Stick nicht:

                                      schalte sentry aus.. und installier ne neue Version .. 1.8.16

                                      • Die neue Version ist aber auch erst seit heute verfügbar, bzw. wird mir just in diesem Moment das erste mal angezeigt....
                                        Ist installiert

                                      • Sentry deaktiviert

                                      iobroker plugin disable sentry
                                      

                                      Weiterhin:

                                      zigbee.0
                                      	2023-07-12 09:03:32.376	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                                      zigbee.0
                                      	2023-07-12 09:03:32.375	info	terminating
                                      zigbee.0
                                      	2023-07-12 09:03:31.874	info	Zigbee: disabling joining new devices.
                                      zigbee.0
                                      	2023-07-12 09:03:31.873	info	cleaned everything up...
                                      zigbee.0
                                      	2023-07-12 09:03:31.871	error	Cannot read properties of undefined (reading 'Error')
                                      zigbee.0
                                      	2023-07-12 09:03:31.871	error	TypeError: Cannot read properties of undefined (reading 'Error') at /opt/iobroker/node_modules/iobroker.zigbee/main.js:122:56 at Hub.configureScope (/opt/iobroker/node_modules/@sentry/src/hub.ts:340:1) at Object.configureScope (/opt/iobroker/node_modules/@sentry/src/exports.ts:76:1) at Zigbee.sendError (/opt/iobroker/node_modules/iobroker.zigbee/main.js:118:32) at Zigbee.onZigbeeAdapterReady (/opt/iobroker/node_modules/iobroker.zigbee/main.js:415:30)
                                      zigbee.0
                                      	2023-07-12 09:03:31.862	error	unhandled promise rejection: Cannot read properties of undefined (reading 'Error')
                                      zigbee.0
                                      	2023-07-12 09:03:31.861	error	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
                                      	2023-07-12 09:03:31.861	error	Unable to apply ExtPanID changes: Error: SRSP - SYS - osalNvRead after 0,2ms
                                      zigbee.0
                                      	2023-07-12 09:03:31.859	info	Zigbee started
                                      
                                      aXCellA 1 Reply Last reply
                                      0
                                      • arteckA Offline
                                        arteckA Offline
                                        arteck
                                        Developer Most Active
                                        wrote on last edited by arteck
                                        #27

                                        @axcell zeigen .. der knallt bei Sentry raus...

                                        zeigmal die Instanz von dem adapter als screenshot

                                        ausserdem

                                        Unable to apply ExtPanID changes:

                                        zeigmal die einstellungen

                                        zigbee hab ich, zwave auch, nuc's genauso und HA auch

                                        aXCellA 1 Reply Last reply
                                        0
                                        • arteckA arteck

                                          @axcell zeigen .. der knallt bei Sentry raus...

                                          zeigmal die Instanz von dem adapter als screenshot

                                          ausserdem

                                          Unable to apply ExtPanID changes:

                                          zeigmal die einstellungen

                                          aXCellA Offline
                                          aXCellA Offline
                                          aXCell
                                          wrote on last edited by
                                          #28

                                          @arteck sagte in Zigbee Adapter mit Error und findet den Stick nicht:

                                          @axcell zeigen .. der knallt bei Sentry raus...

                                          zeigmal die Instanz von dem adapter als screenshot

                                          Bildschirmfoto 2023-07-12 um 11.06.48.png

                                          ausserdem

                                          Unable to apply ExtPanID changes:

                                          zeigmal die einstellungen

                                          Bildschirmfoto 2023-07-12 um 11.07.41.png

                                          Bildschirmfoto 2023-07-12 um 11.08.07.png

                                          Bei der PanID habe ich auch schon alles auf "D" gelassen und andere Kombinationen ausprobiert.

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


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          295

                                          Online

                                          32.7k

                                          Users

                                          82.4k

                                          Topics

                                          1.3m

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

                                          • Don't have an account? Register

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