Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Zigbee Adapter mit Error und findet den Stick nicht

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    Zigbee Adapter mit Error und findet den Stick nicht

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

      @thomas-braun

      Ok, vielen Dank!

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

        @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 Reply Quote 0
        • arteck
          arteck Developer Most Active @aXCell last edited by

          @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

          aXCell 1 Reply Last reply Reply Quote 0
          • aXCell
            aXCell @arteck last edited by 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 Braun 1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @aXCell last edited by

              @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
              
              aXCell 1 Reply Last reply Reply Quote 0
              • aXCell
                aXCell @Thomas Braun last edited by

                @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 Braun 1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @aXCell last edited by

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

                  sagt das gleiche

                  Das ist nicht das gleiche...

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

                    @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 Braun 2 Replies Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @aXCell last edited by Thomas Braun

                      @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.

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

                        @axcell

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

                        aXCell 1 Reply Last reply Reply Quote 0
                        • aXCell
                          aXCell @Thomas Braun last edited by 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 Braun arteck 2 Replies Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @aXCell last edited by Thomas Braun

                            @axcell

                            Ich vermute der braucht den Stack 3.x.0

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

                            1 Reply Last reply Reply Quote 0
                            • arteck
                              arteck Developer Most Active @aXCell last edited by

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

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

                              aXCell 1 Reply Last reply Reply Quote 0
                              • aXCell
                                aXCell @arteck last edited by

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

                                1 Reply Last reply Reply Quote 0
                                • arteck
                                  arteck Developer Most Active last edited by

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

                                  aXCell 1 Reply Last reply Reply Quote 0
                                  • aXCell
                                    aXCell @arteck last edited by

                                    @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
                                    
                                    aXCell 1 Reply Last reply Reply Quote 0
                                    • arteck
                                      arteck Developer Most Active last edited by 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

                                      aXCell 1 Reply Last reply Reply Quote 0
                                      • aXCell
                                        aXCell @arteck last edited by

                                        @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.

                                        arteck 1 Reply Last reply Reply Quote 0
                                        • arteck
                                          arteck Developer Most Active @aXCell last edited by arteck

                                          @axcell da kann ich aber nicht erkennen dass das Sentry aus ist ..am adapter...
                                          global ja.. kann sein.. ich will es am adapter sehen...

                                          1 Reply Last reply Reply Quote 0
                                          • aXCell
                                            aXCell @aXCell last edited by aXCell

                                            @axcell sagte in Zigbee Adapter mit Error und findet den Stick nicht:
                                            Sentry habe ich hier global ausgestellt (meiner Meinung nach)

                                            • Sentry deaktiviert
                                            iobroker plugin disable sentry
                                            

                                            // Edit:
                                            Jetzt nochmal explizit am Adapter deaktiviert
                                            Bildschirmfoto 2023-07-12 um 11.16.22.png

                                            arteck P 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

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

                                            661
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

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