Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. ZigBee neue Version 1.4.4

    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 neue Version 1.4.4

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

      @jan-fiedler Was mir noch aufgefallen ist... Das sollte so nicht sein oder?

      
      pi@raspberrypi:~ $ npm list serialport
      /home/pi
      └── (empty)
      
      
      
      Thomas Braun Asgothian 2 Replies Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @Jan Fiedler last edited by

        @jan-fiedler Doch, das soll so sein in deinem home.
        Stell dich nach /opt/iobroker

        1 Reply Last reply Reply Quote 0
        • Asgothian
          Asgothian Developer @Jan Fiedler last edited by

          @jan-fiedler Doch.. der Befehl muss im Verzeichnis /opt/iobroker angegeben werden

          A.

          Jan Fiedler 1 Reply Last reply Reply Quote 0
          • Jan Fiedler
            Jan Fiedler @Asgothian last edited by

            @asgothian

            pi@raspberrypi:/opt/iobroker $ npm list serialport
            iobroker.inst@2.0.3 /opt/iobroker
            ├─┬ iobroker.discovery@2.5.0
            │ └── serialport@9.0.7  deduped
            └── serialport@9.0.7
            
            
            Thomas Braun 1 Reply Last reply Reply Quote 1
            • Thomas Braun
              Thomas Braun Most Active @Jan Fiedler last edited by

              @jan-fiedler
              Schaut bei mir anders aus:

              pi@raspberrypi:/opt/iobroker $ npm list serialport
              iobroker.inst@2.0.3 /opt/iobroker
              └─┬ iobroker.zigbee@1.4.4
                ├─┬ zigbee-herdsman@0.13.70
                │ └── serialport@9.0.6
                └─┬ zigbee-herdsman-converters@14.0.57
                  └─┬ zigbee-herdsman@0.13.68
                    └── serialport@9.0.6
              
              pi@raspberrypi:/opt/iobroker $
              
              Jan Fiedler 1 Reply Last reply Reply Quote 0
              • Jan Fiedler
                Jan Fiedler @Thomas Braun last edited by Jan Fiedler

                @thomas-braun Ich hab jetzt nochmal ein npm rebuild in den /opt/iobroker Verzeichnis durchgeführt. Allerdings hat das nur zu einem Haufen folgender Fehler geführt. Hab ich vllt eine inkompatible node Version?

                warning: cast between incompatible function types from ‘v8::WeakCallbackInfo<node::ObjectWrap>::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
                
                
                npm ERR! code ELIFECYCLE
                npm ERR! errno 1
                npm ERR! node-aead-crypto@2.2.0 preinstall: `node lib/preinstall.js`
                npm ERR! Exit status 1
                npm ERR!
                npm ERR! Failed at the node-aead-crypto@2.2.0 preinstall script.
                npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                
                npm ERR! A complete log of this run can be found in:
                
                

                2021-03-04T22_11_47_952Z-debug.log

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

                  @jan-fiedler Wie schaut die node-Installation denn aus?

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

                    @thomas-braun Wie genau meinst du das? Versionsnummern? Logs?
                    Der Adapter ist allerdings aktuell auf Grün gewechselt spannenderweise...

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

                      @jan-fiedler

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

                      Dein System scheint aber auch steinalt zu sein.

                      sudo apt update
                      sudo apt dist-upgrade
                      sudo reboot
                      
                      Jan Fiedler arteck 2 Replies Last reply Reply Quote 0
                      • Jan Fiedler
                        Jan Fiedler @Thomas Braun last edited by

                        @thomas-braun sagte in ZigBee neue Version 1.4.4:

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

                        Das kann schon sein... macht halt nur ioBroker 😉

                        pi@raspberrypi:~ $ which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
                        /usr/bin/nodejs
                        v10.22.0
                        /usr/bin/node
                        v10.22.0
                        /usr/bin/npm
                        6.14.6
                        nodejs:
                          Installiert:           10.22.0-1nodesource1
                          Installationskandidat: 10.22.0-1nodesource1
                          Versionstabelle:
                         *** 10.22.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
                        
                        
                        Thomas Braun 1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @Jan Fiedler last edited by

                          @jan-fiedler dann mach es jetzt.

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

                            @thomas-braun Ziehe mir aber morgen erstmal ein Backup, nicht dass ich damit wieder alles zerschieße

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

                              @jan-fiedler
                              Backup haben ist immer gut. Backup von einem sauberen System ist noch besser.

                              1 Reply Last reply Reply Quote 1
                              • K
                                klassisch Most Active last edited by

                                Ob eine neueres nodejs hilft?

                                Mein System ist älter und läuft im Prinzip
                                Node.js v10.17.0
                                NPM 6.11.3
                                js-controller Installiert: 3.2.16

                                Verbindung über COM-Port wird hergestellt. Adapter grün.

                                1 Reply Last reply Reply Quote 1
                                • arteck
                                  arteck Developer Most Active @Thomas Braun last edited by

                                  @thomas-braun jetzt hör auf wieder irgendwelche UPDATES zu propagieren..

                                  das hat nix mit dem Fehler zu tun..

                                  VOR ALLEM NICHT IN DIESEM THREAD

                                  wie oft noch....

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

                                    @arteck Weil's grundsätzlich eine gute Idee ist sein System auf Stand zu haben.
                                    In jedem Thread.
                                    Hier ist noch ein uralter Kernel am Start, mit uralter Firmware für den Pi.

                                    Wenn das System auf dem aktuellen Stand ist hast du die ganzen Fixes drauf und dann von der Seite her Ruhe. Warum sollte man sein System nicht updaten?

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

                                      @jan-fiedler ist das ein Multihost??

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

                                        @thomas-braun @arteck Grundsätzlich habt ihr beide Recht. Das Problem rührte von anderer Seite her, nämlich dem Serialport Treiber. Wenn man diesen richtig installiert, updated und rebuilded, scheint alles zu gehen. Auch wenn der Zigbee Adapter immer noch Cast Fehler schmeißt beim updaten. Der Hinweis auf ein Update ist gut, schließlich beschäftige ich mich damit viel zu wenig. Hätte aber auch per PM gereicht und gehört nicht in den Thread zum Zigbee Adapter 😉

                                        Danke euch für die schnelle Hilfe!

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

                                          @arteck Nein.

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

                                            @jan-fiedler ok... dann wie du schreibst serialport im eimer... aber hast ja schon hin bekommen..

                                            Jan Fiedler 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            734
                                            Online

                                            31.7k
                                            Users

                                            79.9k
                                            Topics

                                            1.3m
                                            Posts

                                            neue version zigbee zigbee neue version 1.4.0
                                            35
                                            302
                                            38332
                                            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