Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Probleme mit Zigbee und CC26X2R1

    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

    Probleme mit Zigbee und CC26X2R1

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

      @thomas-braun said in Probleme mit Zigbee und CC26X2R1:

      curl -sLf https://iobroker.net/install.sh | bash -

      heißt: ich fang von vorne an. VM erstellen, kein Passwort für Root vergeben dann die VM starten und unter SSH im Terminal anmelden als Benutzer und dann ioBroker installieren?

      curl -sLf https://iobroker.net/install.sh | bash -

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

        @schmitzkatze
        Ja, im Grunde schon.
        Evtl. muss noch 'curl' installiert werden, weiß nicht ob das in einer Basis-Installation von Debian dabei ist.

        sudo apt install curl
        

        ist dann zuvor noch erforderlich.

        schmitzkatze 1Topf 2 Replies Last reply Reply Quote 0
        • schmitzkatze
          schmitzkatze @Thomas Braun last edited by

          @thomas-braun super mal schauen ob ich das dann mal hin bekomme 😇

          Du wirst als erster davon erfahren 👍 (du befürchtest es wohl auch schon)

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

            @thomas-braun sagte in Probleme mit Zigbee und CC26X2R1:

            @schmitzkatze
            Ja, im Grunde schon.
            Evtl. muss noch 'curl' installiert werden, weiß nicht ob das in einer Basis-Installation von Debian dabei ist.

            sudo apt install curl
            

            ist dann zuvor noch erforderlich.

            Curl ist nicht dabei, jedenfalls nicht in der Netinstall-Version. Sudo mußte ich auch nachinstallieren.

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

              @1topf sagte in Probleme mit Zigbee und CC26X2R1:

              Sudo mußte ich auch nachinstallieren.

              curl kann sein. sudo kann aber nicht fehlen, wenn man dem root kein Passwort vergibt. Dann wird das System automatisch auf sudo-Administration umgestellt.

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

                @thomas-braun bin gerade dabei.
                curl ist nicht dabei ; sudo brauche ich nicht ,da ich kein Passwort vergeben habe .
                mal sehen was dabei raus kommt !

                Ferti :

                 ioBroker was installed successfully
                    Open http://192.168.178.84:8081 in a browser and start configuring!
                
                
                
                Thomas Braun 1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @schmitzkatze last edited by

                  @schmitzkatze

                  Dann viel Spaß.

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

                    @thomas-braun DANKE 😇

                    sollte ich noch was machen jetzt nach der Installation bevor ich loslege?

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

                      @schmitzkatze
                      Nö.

                      Hast du mal geschaut wie deine nodeJS-Installation ausschaut?

                      sudo ln -s /usr/bin/node /usr/bin/nodejs
                      which nodejs node npm && nodejs -v && node -v && npm -v && sudo apt update && sudo apt update && apt policy nodejs
                      
                      
                      schmitzkatze 1 Reply Last reply Reply Quote 0
                      • schmitzkatze
                        schmitzkatze @Thomas Braun last edited by schmitzkatze

                        @thomas-braun said in Probleme mit Zigbee und CC26X2R1:

                        which nodejs node npm && nodejs -v && node -v && npm -v && sudo apt update && sudo apt update && apt policy nodejs

                        sudo ln -s /usr/bin/node /usr/bin/nodejs
                        ln: die symbolische Verknüpfung '/usr/bin/nodejs' konnte nicht angelegt werden: Die Datei existiert bereits
                        michael@debianioBROCKER:~$ 
                        /usr/bin/nodejs
                        /usr/bin/node
                        /usr/bin/npm
                        v14.18.1
                        v14.18.1
                        6.14.15
                        Alle Pakete sind aktuell.
                        OK:1 http://security.debian.org/debian-security bullseye-security InRelease
                        OK:2 http://deb.debian.org/debian bullseye InRelease                         
                        OK:3 http://deb.debian.org/debian bullseye-updates InRelease                 
                        OK:4 https://deb.nodesource.com/node_14.x bullseye InRelease                 
                        Paketlisten werden gelesen… Fertig                   
                        Abhängigkeitsbaum wird aufgebaut… Fertig
                        Statusinformationen werden eingelesen… Fertig
                        Alle Pakete sind aktuell.
                        nodejs:
                          Installiert:           14.18.1-deb-1nodesource1
                          Installationskandidat: 14.18.1-deb-1nodesource1
                          Versionstabelle:
                         *** 14.18.1-deb-1nodesource1 500
                                500 https://deb.nodesource.com/node_14.x bullseye/main amd64 Packages
                                100 /var/lib/dpkg/status
                             12.22.5~dfsg-2~11u1 500
                                500 http://deb.debian.org/debian bullseye/main amd64 Packages
                                500 http://security.debian.org/debian-security bullseye-security/main amd64 Packages
                        michael@debianioBROCKER:~$ 
                        
                        
                        Thomas Braun 1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @schmitzkatze last edited by

                          @schmitzkatze Alles klar, passt.

                          schmitzkatze 2 Replies Last reply Reply Quote 0
                          • schmitzkatze
                            schmitzkatze @Thomas Braun last edited by

                            @thomas-braun Man bin ich Froh Super vielen Dank für Deine Geduld und Zeit 😇

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

                              @thomas-braun Moin Moin,
                              ich habe den ZigBee Adapter jetzt GRÜN und den Fehler mal selbst gefunden😇
                              Die PAN ID waren falsch🤷‍♂️ , geändert und dann war der Adapter sofort "GRÜN"

                              Vielen Dank für die Unterstützung 👏

                              zigbee.0
                              2021-11-28 09:30:26.537	error	- Extended PAN ID: configured=2c28db0926f1ff5c, adapter=[00124b00219fbb00]
                              
                              
                              1Topf 1 Reply Last reply Reply Quote 0
                              • 1Topf
                                1Topf @schmitzkatze last edited by

                                @schmitzkatze

                                Das ist die EXTENDED PAN-ID ...

                                schmitzkatze 1 Reply Last reply Reply Quote 0
                                • J
                                  Jan1 last edited by

                                  Da hätte ich gleich mal ne Frage zu.
                                  Ich habe bei mir bis jetzt ohne Problem immer noch die 16 Ds drin stehen und wollte die wechseln. Wenn ich das tue, wird der Adapter nicht mehr grün. Die Geräte neu anlernen, wenn es geändert wurde ist klar, nur muss ich vorher auch alle Geräte erst löschen?
                                  Ohne grünen Adapter ist ja auch nix mit neu pairen.

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

                                    @jan1

                                    Schau ins Log. Die wird schon mal umgekehrt erwartet. Hat mit der Endiness zu tun.

                                    J 1 Reply Last reply Reply Quote 0
                                    • schmitzkatze
                                      schmitzkatze @1Topf last edited by

                                      @1topf Heißt 🤷‍♂️

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

                                        @thomas-braun
                                        Ok, hab jetzt mal zum Testen einfach so abgeändert und das ist das Log dazu:

                                        2021-11-28 13:33:08.903 - error: zigbee.0 (3232854) - PAN ID: configured=6754, adapter=6754
                                        2021-11-28 13:33:08.904 - error: zigbee.0 (3232854) - Extended PAN ID: configured=dfdddddddddddddd, adapter=00124b001ca5fdcf
                                        2021-11-28 13:33:08.905 - error: zigbee.0 (3232854) - Network Key: configured=01030507090b0d0f00020406080a0c0d, adapter=01030507090b0d0f00020406080a0c0d
                                        2021-11-28 13:33:08.905 - error: zigbee.0 (3232854) - Channel List: configured=11, adapter=11
                                        2021-11-28 13:33:08.906 - error: zigbee.0 (3232854) Please update configuration to prevent further issues.
                                        2021-11-28 13:33:08.906 - error: zigbee.0 (3232854) If you wish to re-commission your network, please remove coordinator backup at /opt/iobroker/iobroker-data/zigbee_0/nvbackup.json.
                                        2021-11-28 13:33:08.906 - error: zigbee.0 (3232854) Re-commissioning your network will require re-pairing of all devices!
                                        2021-11-28 13:33:09.039 - error: zigbee.0 (3232854) Starting zigbee-herdsman problem : "startup failed - configuration-adapter mismatch - see logs above for more information"
                                        2021-11-28 13:33:09.039 - error: zigbee.0 (3232854) Failed to start Zigbee
                                        2021-11-28 13:33:09.040 - error: zigbee.0 (3232854) Error herdsman start
                                        2021-11-28 13:33:19.044 - info: zigbee.0 (3232854) Try to reconnect. 1 attempts left
                                        2021-11-28 13:33:19.046 - info: zigbee.0 (3232854) Starting Zigbee npm ...
                                        2021-11-28 13:33:19.079 - info: zigbee.0 (3232854) Installed Version: iobroker.zigbee@1.6.6
                                        2021-11-28 13:33:19.278 - error: zigbee.0 (3232854) Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error Resource temporarily unavailable Cannot lock port'"
                                        2021-11-28 13:33:19.279 - error: zigbee.0 (3232854) Failed to start Zigbee
                                        2021-11-28 13:33:19.279 - error: zigbee.0 (3232854) Error herdsman start
                                        

                                        8bcfb1a3-c4f8-4db8-9c7f-d1cb0e557631-grafik.png

                                        In der zweiten Teile steht das F wirklich fast vorne, nur was muss ich dann im Adapter einstellen???

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

                                          @jan1 sagte in Probleme mit Zigbee und CC26X2R1:

                                          Extended PAN ID: configured=dfdddddddddddddd, adapter=00124b001ca5fdcf
                                          

                                          Da stehts drin.

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

                                            @thomas-braun
                                            Sag ich doch, Zeile zwei. Nur was mach ich mit der Info nun?
                                            Im Adapter ist DDDDDDDDDDDDDDDF eingetragen, wen ich es drehe, sieht es so aus:

                                            2021-11-28 13:43:13.290 - error: zigbee.0 (3232854) getGroups: caught error: TypeError: Cannot read property 'getGroups' of undefined
                                            2021-11-28 13:43:23.190 - info: host.Beelink stopInstance system.adapter.zigbee.0 (force=false, process=true)
                                            2021-11-28 13:43:23.223 - info: zigbee.0 (3232854) Got terminate signal TERMINATE_YOURSELF
                                            2021-11-28 13:43:23.234 - info: host.Beelink stopInstance system.adapter.zigbee.0 send kill signal
                                            2021-11-28 13:43:23.225 - info: zigbee.0 (3232854) cleaned everything up...
                                            2021-11-28 13:43:23.230 - info: zigbee.0 (3232854) Zigbee: disabling joining new devices.
                                            2021-11-28 13:43:23.438 - warn: zigbee.0 (3232854) Failed to stop zigbee during startup
                                            2021-11-28 13:43:23.439 - info: zigbee.0 (3232854) terminating
                                            2021-11-28 13:43:23.440 - info: zigbee.0 (3232854) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                            2021-11-28 13:43:23.469 - info: zigbee.0 (3232854) debug devices set to ["null"]
                                            2021-11-28 13:43:24.058 - info: host.Beelink instance system.adapter.zigbee.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                            2021-11-28 13:43:26.291 - info: host.Beelink instance system.adapter.zigbee.0 started with pid 3251409
                                            2021-11-28 13:43:29.661 - info: zigbee.0 (3251409) starting. Version 1.6.6 in /opt/iobroker/node_modules/iobroker.zigbee, node: v14.18.1, js-controller: 3.3.20
                                            2021-11-28 13:43:29.763 - info: zigbee.0 (3251409) Starting Zigbee npm ...
                                            2021-11-28 13:43:30.285 - info: zigbee.0 (3251409) Installed Version: iobroker.zigbee@1.6.6
                                            2021-11-28 13:43:30.476 - error: zigbee.0 (3251409) Configuration is not consistent with adapter state/backup!
                                            2021-11-28 13:43:30.477 - error: zigbee.0 (3251409) - PAN ID: configured=6754, adapter=6754
                                            2021-11-28 13:43:30.479 - error: zigbee.0 (3251409) - Extended PAN ID: configured=dddddddddddddddf, adapter=00124b001ca5fdcf
                                            2021-11-28 13:43:30.480 - error: zigbee.0 (3251409) - Network Key: configured=01030507090b0d0f00020406080a0c0d, adapter=01030507090b0d0f00020406080a0c0d
                                            2021-11-28 13:43:30.482 - error: zigbee.0 (3251409) - Channel List: configured=11, adapter=11
                                            2021-11-28 13:43:30.483 - error: zigbee.0 (3251409) Please update configuration to prevent further issues.
                                            2021-11-28 13:43:30.483 - error: zigbee.0 (3251409) If you wish to re-commission your network, please remove coordinator backup at /opt/iobroker/iobroker-data/zigbee_0/nvbackup.json.
                                            2021-11-28 13:43:30.484 - error: zigbee.0 (3251409) Re-commissioning your network will require re-pairing of all devices!
                                            2021-11-28 13:43:30.634 - error: zigbee.0 (3251409) Starting zigbee-herdsman problem : "startup failed - configuration-adapter mismatch - see logs above for more information"
                                            2021-11-28 13:43:30.635 - error: zigbee.0 (3251409) Failed to start Zigbee
                                            2021-11-28 13:43:30.636 - error: zigbee.0 (3251409) Error herdsman start
                                            2021-11-28 13:43:40.640 - info: zigbee.0 (3251409) Try to reconnect. 1 attempts left
                                            2021-11-28 13:43:40.642 - info: zigbee.0 (3251409) Starting Zigbee npm ...
                                            2021-11-28 13:43:40.674 - info: zigbee.0 (3251409) Installed Version: iobroker.zigbee@1.6.6
                                            2021-11-28 13:43:40.940 - error: zigbee.0 (3251409) Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error Resource temporarily unavailable Cannot lock port'"
                                            2021-11-28 13:43:40.941 - error: zigbee.0 (3251409) Failed to start Zigbee
                                            2021-11-28 13:43:40.942 - error: zigbee.0 (3251409) Error herdsman start
                                            
                                            Thomas Braun 1 Reply 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

                                            499
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            13
                                            140
                                            11479
                                            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