Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Kann zigbee Adapter nicht installieren...

    NEWS

    • Neues Video "KI im Smart Home" - ioBroker plus n8n

    • Neues Video über Aliase, virtuelle Geräte und Kategorien

    • Wir empfehlen: Node.js 22.x

    Kann zigbee Adapter nicht installieren...

    This topic has been deleted. Only users with topic management privileges can see it.
    • Kusselin
      Kusselin last edited by

      Hallo Zusammen,

      musste mein Raspi neu aufsetzen und nun musste ich den Zigbee adapter neu installieren aufm raspi....leider klappt das auf einmal nicht mehr....

      Kommt immer die Meldung...egal ob ich aus iobroker direkt oder github installieren will....

      $ ./iobroker url "https://github.com/ioBroker/ioBroker.zigbee/tarball/master" zigbee
      install https://github.com/ioBroker/ioBroker.zigbee/tarball/master
      NPM version: 6.14.8
      npm install https://github.com/ioBroker/ioBroker.zigbee/tarball/master --loglevel error --prefix "/opt/iobroker" (System call)
      Killed
      ERROR: host.raspberrypi Cannot install https://github.com/ioBroker/ioBroker.zigbee/tarball/master: 137
      ERROR: process exited with code 25
      

      was kann ich noch machen?

      Über ne Info vielen Dank.

      UncleSam haselchen Thomas Braun 3 Replies Last reply Reply Quote 0
      • UncleSam
        UncleSam Developer @Kusselin last edited by

        @Kusselin Und ganz normal die Stable Version des Adapters (von NPM) installieren geht auch nicht mehr?

        Kusselin 1 Reply Last reply Reply Quote 0
        • haselchen
          haselchen Most Active @Kusselin last edited by

          @Kusselin

          Raspi auf dem neuesten Stand?
          apt-get update
          apt-get upgrade

          1 Reply Last reply Reply Quote 0
          • Kusselin
            Kusselin @UncleSam last edited by

            @UncleSam hi, doch ging aber dann nachdem ich auf pairen ging hätte doch normal die sekunden abzählen müssen... und das ging nicht... daraufhin habe ich den adapter wieder deinstalliert... jetzt lässt er sich nicht meh installieren 😞

            Hat sich da ausserdem die Oberfläche geändert?? Da sind jetzt 2 pairbuttons und... muss ch nachdem der adapter installiert ist nicht erst in die einstellungen und dort den serial by id eintragen??

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

              @Kusselin
              Und mal die node-Installation checken:

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

              npm cache leeren hilft ggf. auch:

              cd /opt/iobroker
              npm cache clear --force
              
              Kusselin 1 Reply Last reply Reply Quote 0
              • Kusselin
                Kusselin @Thomas Braun last edited by

                @Thomas-Braun

                which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
                /usr/bin/nodejs
                v10.23.0
                /usr/bin/node
                v10.23.0
                /usr/bin/npm
                6.14.8
                nodejs:
                  Installiert:           10.23.0-1nodesource1
                  Installationskandidat: 10.23.0-1nodesource1
                  Versionstabelle:
                 *** 10.23.0-1nodesource1 500
                        500 https://deb.nodesource.com/node_10.x buster/main armhf Packages
                        100 /var/lib/dpkg/status
                     10.21.0~dfsg-1~deb10u1+rpi1 500
                        500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                
                

                und

                 cd /opt/iobroker
                pi@raspberrypi:/opt/iobroker $ npm cache clear --force
                npm WARN using --force I sure hope you know what you are doing.
                
                
                Thomas Braun 1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @Kusselin last edited by

                  @Kusselin Ich würde mal auf die empfohlene Version 12 von node springen.

                  Kusselin haselchen 3 Replies Last reply Reply Quote 0
                  • Kusselin
                    Kusselin @Thomas Braun last edited by

                    @Thomas-Braun Hi Thomas...danke für die Info....da ich nicht so der Linux freak bin....wie stelle ich das an am pi?? Also mit welchem Code in der Console?

                    Danke Dir vielmals

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

                      @Kusselin
                      Schau hier:
                      https://forum.iobroker.net/topic/35090/howto-nodejs-installation-und-upgrades-unter-debian

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

                        @Thomas-Braun

                        Sind da nicht 2 Versionen installiert?

                        10.23.0.1 und 10.21.0 ?

                        Homoran Thomas Braun 2 Replies Last reply Reply Quote 0
                        • Homoran
                          Homoran Global Moderator Administrators @haselchen last edited by

                          @haselchen sagte in Kann zigbee Adapter nicht installieren...:

                          @Thomas-Braun

                          Sind da nicht 2 Versionen installiert?

                          10.23.0.1 und 10.21.0 ?

                          nee, nur die ***markierte
                          das sind die möglichen in der Liste

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

                            @haselchen
                            Nein, die beiden Versionen werden nur aus unterschiedlichen Repositories/Verwahrorten angeboten.
                            Installiert ist die 10.23.0 (kann man auch an den *** vor der installierten Version erkennen).

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

                              @Thomas-Braun
                              @Homoran

                              Wieder was gelernt, Danke.
                              Im nächsten Leben heisse ich Rainer Braun 😉

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

                                @Thomas-Braun sagte in Kann zigbee Adapter nicht installieren...:

                                @Kusselin Ich würde mal auf die empfohlene Version 12 von node springen.

                                passt das jetzt so??

                                which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
                                /usr/bin/nodejs
                                v12.20.0
                                /usr/bin/node
                                v12.20.0
                                /usr/bin/npm
                                6.14.8
                                nodejs:
                                  Installiert:           12.20.0-1nodesource1
                                  Installationskandidat: 12.20.0-1nodesource1
                                  Versionstabelle:
                                 *** 12.20.0-1nodesource1 500
                                        500 https://deb.nodesource.com/node_12.x buster/main armhf Packages
                                        100 /var/lib/dpkg/status
                                     10.23.0-1nodesource1 500
                                        500 https://deb.nodesource.com/node_10.x buster/main armhf Packages
                                     10.21.0~dfsg-1~deb10u1+rpi1 500
                                        500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                                
                                
                                Thomas Braun Homoran 3 Replies Last reply Reply Quote 0
                                • Thomas Braun
                                  Thomas Braun Most Active @Kusselin last edited by Thomas Braun

                                  @Kusselin Ja, das schaut gut aus.
                                  Darfst dich jetzt Linux-Freak nennen!

                                  Kusselin 1 Reply Last reply Reply Quote 0
                                  • Homoran
                                    Homoran Global Moderator Administrators @Kusselin last edited by

                                    @Kusselin sagte in Kann zigbee Adapter nicht installieren...:

                                    passt das jetzt so??

                                    sieht ok aus, wobei die node-Version wahrscheinlich nicht dein Problem war, aber node10 geht April EOL.

                                    Mich stört die Fehlermeldung mit KILLED ziemlich.
                                    Auch dass kein Grund genannt wird

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

                                      @Thomas-Braun o.k. war gar net schwer ...augenroll...

                                      und jetzt nochmal die stable aus iobroker direkt installieren...ich probiers...

                                      ne frage noch..wenn der adapter installiert ist, steht das bild gleich auf der Pairen Seite...ist das richtig so? oder muss ich da nicht erst in den Reiter Einstellungen udn da dann den CC25...eintragen..war schon so lange her.. 😉

                                      Und im Pairen Bild...da gibts jetzt auch 2 Pairen Buttons...welchen nimmt man da?

                                      Gruss

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

                                        @Kusselin

                                        cd /opt/iobroker
                                        npm i iobroker.zigbee --production
                                        
                                        Kusselin 1 Reply Last reply Reply Quote 0
                                        • Kusselin
                                          Kusselin @Thomas Braun last edited by

                                          @Thomas-Braun sagte in Kann zigbee Adapter nicht installieren...:

                                          @Kusselin

                                          cd /opt/iobroker
                                          npm i iobroker.zigbee --production
                                          

                                          was beweirkt das ? bzw. was sagt mir das?

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

                                            @Kusselin
                                            Keine Ahnung, habe den zigbee-Adapter nicht aktiv im Einsatz.

                                            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

                                            877
                                            Online

                                            32.1k
                                            Users

                                            80.7k
                                            Topics

                                            1.3m
                                            Posts

                                            zigbee cc2531
                                            8
                                            46
                                            2361
                                            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