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

      michael@debianIObroker:~$ sudo rm /usr/local/bin/npm
      rm: das Entfernen von '/usr/local/bin/npm' ist nicht möglich: Datei oder Verzeichnis nicht gefunden
      michael@debianIObroker:~$ rm /usr/local/bin/npm
      rm: das Entfernen von '/usr/local/bin/npm' ist nicht möglich: Datei oder Verzeichnis nicht gefunden
      michael@debianIObroker:~$ 
      
      
      
      
      Thomas Braun 1 Reply Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @schmitzkatze last edited by Thomas Braun

        @schmitzkatze
        Log den user mal aus und wieder ein. Dann nochmal

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

          @thomas-braun ```

          nodejs -v && node -v && npm -v && which nodejs && which node && which npm && sudo apt update && apt policy nodejs
          v14.18.1
          v14.18.1
          6.14.15
          /usr/bin/nodejs
          /usr/bin/node
          /usr/bin/npm
          OK:1 http://security.debian.org/debian-security buster/updates InRelease
          OK:2 http://deb.debian.org/debian buster InRelease                           
          OK:3 http://deb.debian.org/debian buster-updates InRelease                   
          OK:4 https://deb.nodesource.com/node_14.x buster InRelease                   
          Paketlisten werden gelesen... Fertig
          Abhängigkeitsbaum wird aufgebaut.       
          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 buster/main amd64 Packages
                  100 /var/lib/dpkg/status
               10.24.0~dfsg-1~deb10u1 500
                  500 http://deb.debian.org/debian buster/main amd64 Packages
                  500 http://security.debian.org/debian-security buster/updates/main amd64 Packages
          michael@debianIObroker:~$ 
          
          
          Thomas Braun 1 Reply Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @schmitzkatze last edited by

            @schmitzkatze

            Passt.

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

              @thomas-braun Danke für Deine Geduld 👍🤗

              Bleibt nur noch mein Problem mit dem CC26X2R1 🤢

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

                @schmitzkatze sagte in Probleme mit Zigbee und CC26X2R1:

                Bleibt nur noch mein Problem mit dem CC26X2R1

                Zumindest ist jetzt die Ausgangsbasis stabil.

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

                  @thomas-braun aber ist denn die Instanz so richtig mit 0MB? kommt es daher weil sie noch nicht läuft?

                  Bildschirmfoto 2021-11-26 um 16.26.54.png

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

                    @schmitzkatze
                    Da läuft ja auch noch gar nichts. Dann kann da auch nix drin sein.
                    Nicht laufende Prozesse benötigen auch keinen Arbeitsspeicher.

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

                      @thomas-braun ja das habe ich mir fast gedacht. Dann muß ich jetzt das CC26... versuchen an zuklemmen.

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

                        @schmitzkatze sagte in Probleme mit Zigbee und CC26X2R1:

                        @1topf hast recht! wie kann ich denn npm 7 auf 6 ändern?

                        npm install -g npm@6.14.15
                        

                        Andere Frage: hast du keinen alten Laptop oder PC, auf welchen du mal schnell ein Debian-Netinstall bügeln kannst und da dann ioBroker installieren? Man muß nur sudo und curl nachinstallieren, geht aber ruckzuck. Da könntest du den Stick einfach mal ausprobieren.
                        Ich persönlich halte nix davon, den ioBroker o.ä. in einer virtuellen Umgebung zu betreiben. Bei mir läuft ioB auf einem alten ThinClient, dem ich nur etwas mehr RAM gegönnt habe. Das Teil steht unauffällig rum, läuft lüfterlos und zieht ca. 15W. Motion(Eye) läuft auch noch drauf.

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

                          @1topf
                          Das ist kein guter Rat, die Installation in der Form liegt immer noch im falschen Pfad. NIE npm global installieren.

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

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

                            @1topf
                            Das ist kein guter Rat, die Installation in der Form liegt immer noch im falschen Pfad. NIE npm global installieren.

                            Gut, @schmitzkatze , bitte nicht so machen. Aber der Tip mit dem anderen PC bleibt bestehen. 👼

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

                              @1topf aber der NUC ist doch nichts anderes oder? Bin jetzt nicht der Computer Experte !

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

                                Hallo, @schmitzkatze,

                                ich könnte Dir anbieten, eine komplette Installation auf Proxmox unter Debian 11 remote zu unterstützen. Wenn Du magst, könnten wir uns über AnyDesk (Teamviewer geht bei mir leider nicht) "treffen" und wir machen im Proxmox eine komplette Neuinstallation einer VM und dann in dieser VM iobroker. Wenn Du die Hilfe möchtest, schaue in den Chat, ich habe Dir dort meine Telefonnummer geschickt. Wir brauchen schätzungsweise eine halbe bis maximal eine Stunde.

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

                                  @thomas-braun ```läuft einfach nicht! Habe jetzt die CC26... an einen anderen USB gehängt vorher den NUC runtergefahren dann den USB in den Einstellungen ausgewählt >reboot, aber nix ! ich habe mal den Log angehängt evtl. sehen die Experten was da fehlt.

                                  
                                  host.debianIObroker
                                  2021-11-26 17:02:07.440	info	Restart adapter system.adapter.zigbee.0 because enabled
                                  host.debianIObroker
                                  2021-11-26 17:02:07.438	error	instance system.adapter.zigbee.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                                  host.debianIObroker
                                  2021-11-26 17:02:07.438	error	Caught by controller[0]: }
                                  host.debianIObroker
                                  2021-11-26 17:02:07.438	error	Caught by controller[0]: ]
                                  host.debianIObroker
                                  2021-11-26 17:02:07.437	error	Caught by controller[0]: '/opt/iobroker/node_modules/iobroker.zigbee/main.js'
                                  host.debianIObroker
                                  2021-11-26 17:02:07.437	error	Caught by controller[0]: '/opt/iobroker/node_modules/iobroker.zigbee/lib/seriallist.js',
                                  host.debianIObroker
                                  2021-11-26 17:02:07.437	error	Caught by controller[0]: '/opt/iobroker/node_modules/zigbee-herdsman/dist/adapter/serialPortUtils.js',
                                  host.debianIObroker
                                  2021-11-26 17:02:07.437	error	Caught by controller[0]: '/opt/iobroker/node_modules/zigbee-herdsman/dist/utils/index.js',
                                  host.debianIObroker
                                  2021-11-26 17:02:07.436	error	Caught by controller[0]: '/opt/iobroker/node_modules/zigbee-herdsman/dist/utils/backup.js',
                                  host.debianIObroker
                                  2021-11-26 17:02:07.436	error	Caught by controller[0]: requireStack: [
                                  host.debianIObroker
                                  2021-11-26 17:02:07.436	error	Caught by controller[0]: code: 'MODULE_NOT_FOUND',
                                  host.debianIObroker
                                  2021-11-26 17:02:07.436	error	Caught by controller[0]: at Module.require (internal/modules/cjs/loader.js:974:19) {
                                  host.debianIObroker
                                  2021-11-26 17:02:07.435	error	Caught by controller[0]: at Function.Module._load (internal/modules/cjs/loader.js:790:12)
                                  host.debianIObroker
                                  2021-11-26 17:02:07.435	error	Caught by controller[0]: at Module.load (internal/modules/cjs/loader.js:950:32)
                                  host.debianIObroker
                                  2021-11-26 17:02:07.435	error	Caught by controller[0]: at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
                                  host.debianIObroker
                                  2021-11-26 17:02:07.435	error	Caught by controller[0]: at Module._compile (internal/modules/cjs/loader.js:1085:14)
                                  host.debianIObroker
                                  2021-11-26 17:02:07.434	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/zigbee-herdsman/dist/utils/backup.js:34:14)
                                  host.debianIObroker
                                  2021-11-26 17:02:07.434	error	Caught by controller[0]: at require (internal/modules/cjs/helpers.js:93:18)
                                  host.debianIObroker
                                  2021-11-26 17:02:07.434	error	Caught by controller[0]: at Module.require (internal/modules/cjs/loader.js:974:19)
                                  host.debianIObroker
                                  2021-11-26 17:02:07.434	error	Caught by controller[0]: at Function.Module._load (internal/modules/cjs/loader.js:746:27)
                                  host.debianIObroker
                                  2021-11-26 17:02:07.433	error	Caught by controller[0]: at Function.Module._resolveFilename (internal/modules/cjs/loader.js:902:15)
                                  host.debianIObroker
                                  2021-11-26 17:02:07.433	error	Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.zigbee/main.js
                                  host.debianIObroker
                                  2021-11-26 17:02:07.433	error	Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.zigbee/lib/seriallist.js
                                  host.debianIObroker
                                  2021-11-26 17:02:07.433	error	Caught by controller[0]: - /opt/iobroker/node_modules/zigbee-herdsman/dist/adapter/serialPortUtils.js
                                  host.debianIObroker
                                  2021-11-26 17:02:07.433	error	Caught by controller[0]: - /opt/iobroker/node_modules/zigbee-herdsman/dist/utils/index.js
                                  host.debianIObroker
                                  2021-11-26 17:02:07.432	error	Caught by controller[0]: - /opt/iobroker/node_modules/zigbee-herdsman/dist/utils/backup.js
                                  host.debianIObroker
                                  2021-11-26 17:02:07.432	error	Caught by controller[0]: Require stack:
                                  host.debianIObroker
                                  2021-11-26 17:02:07.432	error	Caught by controller[0]: Error: Cannot find module 'mz'
                                  host.debianIObroker
                                  2021-11-26 17:02:07.432	error	Caught by controller[0]: ^
                                  host.debianIObroker
                                  2021-11-26 17:02:07.431	error	Caught by controller[0]: throw err;
                                  host.debianIObroker
                                  2021-11-26 17:02:07.431	error	Caught by controller[0]: internal/modules/cjs/loader.js:905
                                  host.debianIObroker
                                  2021-11-26 17:02:06.820	info	instance system.adapter.zigbee.0 started with pid 940
                                  host.debianIObroker
                                  2021-11-26 17:02:06.420	info	Restart adapter system.adapter.zigbee.0 because enabled
                                  
                                  Thomas Braun 1 Reply Last reply Reply Quote 0
                                  • schmitzkatze
                                    schmitzkatze @opossum last edited by

                                    @opossum said in Probleme mit Zigbee und CC26X2R1:

                                    Hallo, @schmitzkatze,

                                    ich könnte Dir anbieten, eine komplette Installation auf Proxmox unter Debian 11 remote zu unterstützen. Wenn Du magst, könnten wir uns über AnyDesk (Teamviewer geht bei mir leider nicht) "treffen" und wir machen im Proxmox eine komplette Neuinstallation einer VM und dann in dieser VM iobroker. Wenn Du die Hilfe möchtest, schaue in den Chat, ich habe Dir dort meine Telefonnummer geschickt. Wir brauchen schätzungsweise eine halbe bis maximal eine Stunde.

                                    das ist super nett von Dir, die VM läuft ja. Ich habe letztes Jahr das gleiche Problem über Tage gehabt, und die Maschine runter und rauf gefahren, USB geändert usw. dann auf mal lief es 🤷‍♂️ deshalb denke ich nicht das es an der VM liegt.

                                    Aber vielleicht komme ich darauf zurück! 👍

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

                                      @schmitzkatze

                                      cd /opt/iobroker/
                                      npm list mz
                                      
                                      schmitzkatze 1 Reply Last reply Reply Quote 0
                                      • opossum
                                        opossum @schmitzkatze last edited by opossum

                                        Hallo, @schmitzkatze,

                                        dann versuche doch einfach, mal vorn vorn zu beginnen. Ist die bessere Alternative. ZigBee ist vielleicht nicht Dein letztes Problem. Erst einmal alles sauber installieren und dann das Problem ZigBee angehen. Aber das ist Deine Entscheidung. Ich kanns nur anbieten. Danke Dir. Klinke mich dann mal aus, sorry für die Störung.

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

                                          @thomas-braun ```

                                          michael@debianIObroker:/opt/iobroker$ npm list mz
                                          [sudo] Passwort für michael: 
                                          npm WARN read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it!
                                          iobroker.inst@3.0.0 /opt/iobroker
                                          └─┬ UNMET DEPENDENCY iobroker.zigbee@1.5.6
                                            └─┬ UNMET DEPENDENCY zigbee-herdsman@0.13.110
                                              └── UNMET DEPENDENCY mz@^2.7.0
                                          
                                          npm ERR! missing: iobroker.zigbee@1.5.6, required by iobroker.inst@3.0.0
                                          npm ERR! missing: zigbee-herdsman@0.13.110, required by iobroker.zigbee@1.5.6
                                          npm ERR! missing: mz@^2.7.0, required by zigbee-herdsman@0.13.110
                                          michael@debianIObroker:/opt/iobroker
                                          
                                          Thomas Braun 1 Reply Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @schmitzkatze last edited by

                                            @schmitzkatze
                                            Da ist der Adapter nicht richtig installiert.

                                            npm list
                                            

                                            sagt?

                                            schmitzkatze 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

                                            498
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

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