Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Einsteigerfragen
    4. Zigbee Adapter stürzt ständig ab

    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 stürzt ständig ab

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

      @thomas-braun stimmt das sind punkte 👍

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

        @klaris

        Hast du den ganzen Sums mit Punkten usw. eingetragen?

        Es gehört NUR

        /dev/serial/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2486562-if00
        

        in den COM Port eingetragen.

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

          @thomas-braun
          Der zigbee adapter läuft nur mit den eintrag /dev/ttyACM0
          könnte da der Fehler sein ?
          Startstufe für zigbee festlegen war auf 2:Datenprovider Adapter eingestellt ?
          Habe jetzt auf 1:Logikadapter ..DC394A4F-C03A-4B0E-A173-6BD1EB340213.jpeg

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

            @klaris sagte in Zigbee Adapter stürzt ständig ab:

            Startstufe für zigbee festlegen war auf 2:Datenprovider Adapter eingestellt ?

            Das ist auch richtig. Fummel da nicht dran rum und stell es wieder auf 2.
            Wo ist denn jetzt dein Problem? Instanz wird grün, alles gut.

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

              @thomas-braun ok ! es gibt ein update fur den zigbee adapter vom instalierten 1.6.18 auf 1.7.5 das hatte ich auch mal gemacht und danach ging nichts..
              habe das system mit einen backup wieder hergestellt keine ahnung warum ...

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

                @klaris

                Schauen wie es dem OS und der Laufzeitumgebung geht:

                sudo ln -s /usr/bin/node /usr/bin/nodejs
                uname -m && which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                

                Und dann noch

                iobroker update -u
                
                K 1 Reply Last reply Reply Quote 0
                • K
                  klaris @Thomas Braun last edited by klaris

                  @thomas-braun !

                  pi@raspberrypi:~ $ sudo ln -s /usr/bin/node /usr/bin/nodejs
                  ln: failed to create symbolic link '/usr/bin/nodejs': File exists
                  pi@raspberrypi:~ $ uname -m && which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                  armv7l
                  /usr/bin/nodejs
                  /usr/bin/node
                  /usr/bin/npm
                  v14.18.3
                  v14.18.3
                  6.14.15
                  pi
                  /home/pi
                  Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
                  Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                  Hit:3 https://deb.nodesource.com/node_12.x bullseye InRelease
                  Get:4 https://phoscon.de/apt/deconz bullseye InRelease [2,873 B]
                  Fetched 2,873 B in 1s (1,957 B/s)
                  Reading package lists... Done
                  Building dependency tree... Done
                  Reading state information... Done
                  99 packages can be upgraded. Run 'apt list --upgradable' to see them.
                  nodejs:
                    Installed: 14.18.3-deb-1nodesource1
                    Candidate: 14.18.3-deb-1nodesource1
                    Version table:
                   *** 14.18.3-deb-1nodesource1 100
                          100 /var/lib/dpkg/status
                       12.22.12-deb-1nodesource1 500
                          500 https://deb.nodesource.com/node_12.x bullseye/main armhf Packages
                       12.22.5~dfsg-2~11u1 500
                          500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                  pi@raspberrypi:~ $ iobroker update -u
                  Used repository: stable
                  Adapter    "javascript"   : 5.7.0    , installed 5.2.21 [Updatable]
                  Adapter    "telegram"     : 1.12.6   , installed 1.12.2 [Updatable]
                  Adapter    "zigbee"       : 1.7.5    , installed 1.6.18 [Updatable]
                  
                  
                  Thomas Braun 2 Replies Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @klaris last edited by Thomas Braun

                    @klaris

                    Bitte keine grisseligen, minikleinen Handybildchen.
                    Text kopieren, in CodeTags eingebettet (Mit </>-Icon) hier rein.

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

                      @klaris sagte in Zigbee Adapter stürzt ständig ab:

                      99 packages can be upgraded.

                      Damit fängst du jetzt zuerst an.
                      Per

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

                      auf node14 stellen. Die 12 einfach durch eine 14 ersetzen, Datei speichern.

                      iobroker stop
                      sudo apt update
                      sudo apt full-upgrade
                      sudo reboot
                      

                      Und deconz darf nicht gleichzeitig laufen, falls das noch aktiv ist.

                      systemctl status deconz deconz-gui
                      

                      prüfen.

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

                        @thomas-braun said in Zigbee Adapter stürzt ständig ab:

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

                        sudo nano /etc/apt/sources.list.d/nodesource.list ist das ein special programm? kenne ich nicht ...

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

                          @klaris

                          Das ist ein Editor. Damit kann man in config-Dateien Einstellungen ändern.

                          Speichern geht mit Strg-X, das Schreiben der Datei dann nochmal bestätigen.

                          Alternativ:

                          curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash
                          
                          1 Reply Last reply Reply Quote 0
                          • K
                            klaris last edited by

                            @thomas-braun said in Zigbee Adapter stürzt ständig ab:

                            curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash

                            das versetehe ich 👍

                            $ pi@raspberrypi:~ $ curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash
                            
                            ## Installing the NodeSource Node.js 14.x repo...
                            
                            
                            ## Populating apt-get cache...
                            
                            + apt-get update
                            Get:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease [15.0 kB]
                            Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
                            Hit:3 https://deb.nodesource.com/node_12.x bullseye InRelease
                            Get:4 https://phoscon.de/apt/deconz bullseye InRelease [2,873 B]
                            Fetched 17.8 kB in 1s (12.0 kB/s)
                            Reading package lists... Done
                            N: Ignoring file 'nodesource.list.save.1' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                            N: Ignoring file 'nodesource.list.save.5' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                            N: Ignoring file 'nodesource.list.save.4' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                            N: Ignoring file 'nodesource.list.save.2' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                            N: Ignoring file 'nodesource.list.save.3' in directory '/etc/apt/sources.list.d/     sudo apt-get update && sudo apt-get install yarnt.d/yarn.list/dl.yarnpkg.co
                            
                            Thomas Braun 1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @klaris last edited by

                              @klaris sagte in Zigbee Adapter stürzt ständig ab:

                              nodesource.list.save.

                              Die Versuche die Datei zu speichern kannst du löschen:

                              sudo rm /etc/apt/sources.list.de/nodesource.list.save.*
                              
                              1 Reply Last reply Reply Quote 0
                              • K
                                klaris @Thomas Braun last edited by Homoran

                                @thomas-braun

                                pi@raspberrypi:~ $ systemctl status deconz deconz-gui
                                Unit deconz.service could not be found.
                                Unit deconz-gui.service could not be found.
                                

                                alles nach anweisung durchgeführt system neu gestartet....👍

                                Thomas Braun 2 Replies Last reply Reply Quote 0
                                • Thomas Braun
                                  Thomas Braun Most Active @klaris last edited by

                                  @klaris

                                  Gut, dann spukt der Kram da auch nicht mehr rum.

                                  Upgrades und Reboot durch?

                                  sudo apt update
                                  

                                  sagt nun?

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

                                    @klaris

                                    Nochmal

                                    uname -m && which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                                    
                                    K 1 Reply Last reply Reply Quote 0
                                    • K
                                      klaris @Thomas Braun last edited by Homoran

                                      @thomas-braun

                                      pi@raspberrypi:~ $ uname -m && which nodejs node npm && nodejs -v && node -v &&                                                                                                                                                                                                                                              npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && ap                                                                                                                                                                                                                                             t policy nodejs
                                      armv7l
                                      /usr/bin/nodejs
                                      /usr/bin/node
                                      /usr/bin/npm
                                      v14.19.3
                                      v14.19.3
                                      6.14.17
                                      pi
                                      /home/pi
                                      Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                                      Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
                                      Hit:3 https://deb.nodesource.com/node_14.x bullseye InRelease
                                      Get:4 https://phoscon.de/apt/deconz bullseye InRelease [2,873 B]
                                      Fetched 2,873 B in 3s (981 B/s)
                                      Reading package lists... Done
                                      Building dependency tree... Done
                                      Reading state information... Done
                                      All packages are up to date.
                                      N: Ignoring file 'nodesource.list.save.1' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                                      N: Ignoring file 'nodesource.list.save.5' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                                      N: Ignoring file 'nodesource.list.save.4' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                                      N: Ignoring file 'nodesource.list.save.2' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                                      N: Ignoring file 'nodesource.list.save.3' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                                      nodejs:
                                        Installed: 14.19.3-deb-1nodesource1
                                        Candidate: 14.19.3-deb-1nodesource1
                                        Version table:
                                       *** 14.19.3-deb-1nodesource1 500
                                              500 https://deb.nodesource.com/node_14.x bullseye/main armhf Packages
                                              100 /var/lib/dpkg/status
                                           12.22.5~dfsg-2~11u1 500
                                              500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                                      N: Ignoring file 'nodesource.list.save.1' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                                      N: Ignoring file 'nodesource.list.save.5' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                                      N: Ignoring file 'nodesource.list.save.4' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                                      N: Ignoring file 'nodesource.list.save.2' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                                      N: Ignoring file 'nodesource.list.save.3' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                                      
                                      
                                      Thomas Braun 1 Reply Last reply Reply Quote 0
                                      • Thomas Braun
                                        Thomas Braun Most Active @klaris last edited by

                                        @klaris

                                        sudo rm /etc/apt/sources.list.d/nodesource.list.save.*
                                        
                                        K 1 Reply Last reply Reply Quote 0
                                        • K
                                          klaris @Thomas Braun last edited by Homoran

                                          @thomas-braun muss ich diese zeile auch eingeben ?

                                          sudo rm /etc/apt/sources.list.d/nodesource.list.save.*
                                          -bash: pi@raspberrypi:~: command not found
                                          -bash: armv7l: command not found
                                          Welcome to Node.js v14.19.3.
                                          Type ".help" for more information.
                                          
                                          
                                          Thomas Braun 1 Reply Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @klaris last edited by Thomas Braun

                                            @klaris

                                            Ja. Das beseitigt diese 'Ignoring...'-Meldungen.

                                            [Edit:] Du kleisterst da irgendwas wild in die Konsole. Schau genauer was du da reinknallst.

                                            K 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            906
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            4
                                            61
                                            3819
                                            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