Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. Zigbee Instanz nach update von 1.3.1 auf 1.4.4 rot

    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 Instanz nach update von 1.3.1 auf 1.4.4 rot

    This topic has been deleted. Only users with topic management privileges can see it.
    • Asgothian
      Asgothian Developer @wolf last edited by Asgothian

      @wolf

      So wie du jeden "neuen" adapter installierst. 🙂

      Im Detail:
      Screen Shot 2021-03-06 at 16.11.37 .png

      Deinstallieren über dieses Icon:
      Screen Shot 2021-03-06 at 16.13.02 .png

      Installieren über dieses Icon:
      Screen Shot 2021-03-06 at 16.12.53 .png

      A.

      W 2 Replies Last reply Reply Quote 0
      • W
        wolf @Asgothian last edited by

        @asgothian

        Ach so, ja... Ich dachte, der Zigbee Adapter ist dann nicht mehr in der Liste. npm list zigbee* zeigte übrigens keinen weiteren Eintrag.

        1 Reply Last reply Reply Quote 0
        • W
          wolf @Asgothian last edited by

          @asgothian

          So neu installiert, noch immer das selbe Fehlerbild 😞

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

            @wolf hast du zwischen durch sicher gestellt das keine Überreste mehr vorhanden waren ?

            A.

            Nachtrag: An der stelle hat sich bei meiner Beschreibung ein Fehler eingeschlichen - das mit der Wildcard funktioniert nicht. Du musst die Folgenden Befehle absetzen.

            npm list zigbee-herdsman
            npm list zigbee-herdsman-converters
            npm list serialport
            

            Und poste bitte wie die Antwort in der Konsole aussieht.

            W 1 Reply Last reply Reply Quote 0
            • W
              wolf @Asgothian last edited by

              @asgothian

              Ja, im Verzeichnis /opt/iobroker nach npm list Zigbee* ausgabe "empty"

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

                @wolf

                Wie oben geschrieben - ein Fehler in meiner Anleitung. NPM akzeptiert leider keine Wildcards. Deswegen dann doch die 3 oben angegebenen Befehle einzeln eingeben.

                A.

                W 1 Reply Last reply Reply Quote 0
                • W
                  wolf @Asgothian last edited by

                  @asgothian

                  npm list zigbee-herdsman
                  iobroker.inst@1.0.8 /opt/iobroker
                  └─┬ iobroker.zigbee@1.4.4
                    ├── zigbee-herdsman@0.13.75
                    └─┬ zigbee-herdsman-converters@14.0.77
                      └── zigbee-herdsman@0.13.75  deduped
                  
                  
                   npm list zigbee-herdsman-converters
                  iobroker.inst@1.0.8 /opt/iobroker
                  └─┬ iobroker.zigbee@1.4.4
                    └── zigbee-herdsman-converters@14.0.77
                  
                   npm list serialport
                  iobroker.inst@1.0.8 /opt/iobroker
                  ├─┬ iobroker.discovery@2.4.1
                  │ └── serialport@9.0.6
                  ├─┬ iobroker.zigbee@1.4.4
                  │ └─┬ zigbee-herdsman@0.13.75
                  │   └── serialport@9.0.6
                  └── serialport@6.2.2  extraneous
                  
                  
                  
                  
                  
                  W 1 Reply Last reply Reply Quote 0
                  • W
                    wolf @wolf last edited by

                    @wolf

                    Um genau zu sein, das ist die gesamte ausgabe vom Serialport:

                    pi@raspberrypi:/opt/iobroker $ npm list serialport
                    iobroker.inst@1.0.8 /opt/iobroker
                    ├─┬ iobroker.discovery@2.4.1
                    │ └── serialport@9.0.6
                    ├─┬ iobroker.zigbee@1.4.4
                    │ └─┬ zigbee-herdsman@0.13.75
                    │   └── serialport@9.0.6
                    └── serialport@6.2.2  extraneous
                    
                    npm ERR! extraneous: serialport@6.2.2 /opt/iobroker/node_modules/serialport
                    
                    W 1 Reply Last reply Reply Quote 0
                    • W
                      wolf @wolf last edited by

                      @wolf

                      So, nachdem ich den Zigbee Adapter nochmal deinstalliert habe sehen die Ausgaben so aus:

                      pi@raspberrypi:/opt/iobroker $ npm list zigbee-herdsman
                      iobroker.inst@1.0.8 /opt/iobroker
                      └── (empty)
                      
                      
                      pi@raspberrypi:/opt/iobroker $ npm list zigbee-herdsman-converters
                      iobroker.inst@1.0.8 /opt/iobroker
                      └── (empty)
                      
                      pi@raspberrypi:/opt/iobroker $ npm list serialport
                      iobroker.inst@1.0.8 /opt/iobroker
                      ├─┬ iobroker.discovery@2.4.1
                      │ └── serialport@9.0.6
                      └── serialport@6.2.2  extraneous
                      
                      npm ERR! extraneous: serialport@6.2.2 /opt/iobroker/node_modules/serialport
                      

                      Passt da etwas mit dem Serialport nicht?

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

                        @wolf Der 6.2.2. ist entbehrlich.
                        Versuch jetzt mal ein

                        npm prune
                        

                        Und danach den zigbee-Adapter nochmal in den ioBroker heben.

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

                          @thomas-braun

                          pi@raspberrypi:/opt/iobroker $ npm prune
                          removed 419 packages in 51.892s
                          
                          37 packages are looking for funding
                            run `npm fund` for details
                          
                          
                          1 Reply Last reply Reply Quote 0
                          • W
                            wolf @Thomas Braun last edited by wolf

                            @thomas-braun

                            Leider noch immer...

                            host.raspberrypi	2021-03-06 17:08:56.382	info	Do not restart adapter system.adapter.zigbee.0 because disabled or deleted
                            host.raspberrypi	2021-03-06 17:08:56.381	error	instance system.adapter.zigbee.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                            host.raspberrypi	2021-03-06 17:08:56.381	error	Caught by controller[0]: }
                            host.raspberrypi	2021-03-06 17:08:56.381	error	Caught by controller[0]: ]
                            host.raspberrypi	2021-03-06 17:08:56.380	error	Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/lib/binding/node-v72-linux-arm/bindings.node'
                            host.raspberrypi	2021-03-06 17:08:56.380	error	Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/addon-build/default/install-root/bindings.node',
                            host.raspberrypi	2021-03-06 17:08:56.380	error	Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/addon-build/debug/install-root/bindings.node',
                            host.raspberrypi	2021-03-06 17:08:56.379	error	Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/addon-build/release/install-root/bindings.node',
                            host.raspberrypi	2021-03-06 17:08:56.379	error	Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/compiled/12.21.0/linux/arm/bindings.node',
                            host.raspberrypi	2021-03-06 17:08:56.378	error	Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/build/default/bindings.node',
                            host.raspberrypi	2021-03-06 17:08:56.378	error	Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/Release/bindings.node',
                            host.raspberrypi	2021-03-06 17:08:56.378	error	Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/out/Release/bindings.node',
                            host.raspberrypi	2021-03-06 17:08:56.377	error	Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/Debug/bindings.node',
                            host.raspberrypi	2021-03-06 17:08:56.377	error	Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/out/Debug/bindings.node',
                            host.raspberrypi	2021-03-06 17:08:56.376	error	Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/build/Release/bindings.node',
                            host.raspberrypi	2021-03-06 17:08:56.376	error	Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/build/Debug/bindings.node',
                            host.raspberrypi	2021-03-06 17:08:56.376	error	Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/build/bindings.node',
                            host.raspberrypi	2021-03-06 17:08:56.375	error	Caught by controller[0]: tries: [
                            host.raspberrypi	2021-03-06 17:08:56.375	error	Caught by controller[0]: at Module._compile (internal/modules/cjs/loader.js:999:30) {
                            host.raspberrypi	2021-03-06 17:08:56.375	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/@serialport/bindings/lib/index.js:14:22)
                            host.raspberrypi	2021-03-06 17:08:56.374	error	Caught by controller[0]: at require (internal/modules/cjs/helpers.js:74:18)
                            host.raspberrypi	2021-03-06 17:08:56.374	error	Caught by controller[0]: at Module.require (internal/modules/cjs/loader.js:887:19)
                            host.raspberrypi	2021-03-06 17:08:56.374	error	Caught by controller[0]: at Function.Module._load (internal/modules/cjs/loader.js:708:14)
                            host.raspberrypi	2021-03-06 17:08:56.373	error	Caught by controller[0]: at Module.load (internal/modules/cjs/loader.js:863:32)
                            host.raspberrypi	2021-03-06 17:08:56.373	error	Caught by controller[0]: at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
                            host.raspberrypi	2021-03-06 17:08:56.373	error	Caught by controller[0]: at Module._compile (internal/modules/cjs/loader.js:999:30)
                            host.raspberrypi	2021-03-06 17:08:56.372	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/@serialport/bindings/lib/linux.js:2:36)
                            host.raspberrypi	2021-03-06 17:08:56.372	error	Caught by controller[0]: at bindings (/opt/iobroker/node_modules/@serialport/bindings/node_modules/bindings/bindings.js:126:9)
                            host.raspberrypi	2021-03-06 17:08:56.372	error	Caught by controller[0]: → /opt/iobroker/node_modules/@serialport/bindings/lib/binding/node-v72-linux-arm/bindings.node
                            host.raspberrypi	2021-03-06 17:08:56.371	error	Caught by controller[0]: → /opt/iobroker/node_modules/@serialport/bindings/addon-build/default/install-root/bindings.node
                            host.raspberrypi	2021-03-06 17:08:56.371	error	Caught by controller[0]: → /opt/iobroker/node_modules/@serialport/bindings/addon-build/debug/install-root/bindings.node
                            host.raspberrypi	2021-03-06 17:08:56.371	error	Caught by controller[0]: → /opt/iobroker/node_modules/@serialport/bindings/addon-build/release/install-root/bindings.node
                            host.raspberrypi	2021-03-06 17:08:56.370	error	Caught by controller[0]: → /opt/iobroker/node_modules/@serialport/bindings/compiled/12.21.0/linux/arm/bindings.node
                            host.raspberrypi	2021-03-06 17:08:56.370	error	Caught by controller[0]: → /opt/iobroker/node_modules/@serialport/bindings/build/default/bindings.node
                            host.raspberrypi	2021-03-06 17:08:56.369	error	Caught by controller[0]: → /opt/iobroker/node_modules/@serialport/bindings/Release/bindings.node
                            host.raspberrypi	2021-03-06 17:08:56.369	error	Caught by controller[0]: → /opt/iobroker/node_modules/@serialport/bindings/out/Release/bindings.node
                            host.raspberrypi	2021-03-06 17:08:56.369	error	Caught by controller[0]: → /opt/iobroker/node_modules/@serialport/bindings/Debug/bindings.node
                            host.raspberrypi	2021-03-06 17:08:56.368	error	Caught by controller[0]: → /opt/iobroker/node_modules/@serialport/bindings/out/Debug/bindings.node
                            host.raspberrypi	2021-03-06 17:08:56.368	error	Caught by controller[0]: → /opt/iobroker/node_modules/@serialport/bindings/build/Release/bindings.node
                            host.raspberrypi	2021-03-06 17:08:56.367	error	Caught by controller[0]: → /opt/iobroker/node_modules/@serialport/bindings/build/Debug/bindings.node
                            host.raspberrypi	2021-03-06 17:08:56.367	error	Caught by controller[0]: → /opt/iobroker/node_modules/@serialport/bindings/build/bindings.node
                            host.raspberrypi	2021-03-06 17:08:56.367	error	Caught by controller[0]: Error: Could not locate the bindings file. Tried:
                            host.raspberrypi	2021-03-06 17:08:56.366	error	Caught by controller[0]: ^
                            host.raspberrypi	2021-03-06 17:08:56.366	error	Caught by controller[0]: throw err;
                            host.raspberrypi	2021-03-06 17:08:56.364	error	Caught by controller[0]: /opt/iobroker/node_modules/@serialport/bindings/node_modules/bindings/bindings.js:135
                            host.raspberrypi	2021-03-06 17:08:33.862	info	"system.adapter.zigbee.0" disabled
                            sonoff.0	2021-03-06 17:08:27.840	info	(22835) Client [Schlafzimmer_Temp] connection closed: timeout
                            host.raspberrypi	2021-03-06 17:08:25.397	info	Restart adapter system.adapter.zigbee.0 because enabled
                            host.raspberrypi	2021-03-06 17:08:25.396	error	instance system.adapter.zigbee.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                            host.raspberrypi	2021-03-06 17:08:25.395	error	Caught by controller[0]: }
                            host.raspberrypi	2021-03-06 17:08:25.395	error	Caught by controller[0]: ]
                            host.raspberrypi	2021-03-06 17:08:25.395	error	Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/lib/binding/node-v72-linux-arm/bindings.node'
                            host.raspberrypi	2021-03-06 17:08:25.394	error	Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/addon-build/default/install-root/bindings.node',
                            host.raspberrypi	2021-03-06 17:08:25.394	error	Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/addon-build/debug/install-root/bindings.node',
                            host.raspberrypi	2021-03-06 17:08:25.393	error	Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/addon-build/release/install-root/bindings.node',
                            host.raspberrypi	2021-03-06 17:08:25.393	error	Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/compiled/12.21.0/linux/arm/bindings.node',
                            host.raspberrypi	2021-03-06 17:08:25.393	error	Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/build/default/bindings.node',
                            host.raspberrypi	2021-03-06 17:08:25.392	error	Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/Release/bindings.node',
                            host.raspberrypi	2021-03-06 17:08:25.392	error	Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/out/Release/bindings.node',
                            host.raspberrypi	2021-03-06 17:08:25.391	error	Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/Debug/bindings.node',
                            host.raspberrypi	2021-03-06 17:08:25.391	error	Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/out/Debug/bindings.node',
                            host.raspberrypi	2021-03-06 17:08:25.391	error	Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/build/Release/bindings.node',
                            host.raspberrypi	2021-03-06 17:08:25.390	error	Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/build/Debug/bindings.node',
                            host.raspberrypi	2021-03-06 17:08:25.390	error	Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/build/bindings.node',
                            host.raspberrypi	2021-03-06 17:08:25.389	error	Caught by controller[0]: tries: [
                            host.raspberrypi	2021-03-06 17:08:25.389	error	Caught by controller[0]: at Module._compile (internal/modules/cjs/loader.js:999:30) {
                            host.raspberrypi	2021-03-06 17:08:25.388	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/@serialport/bindings/lib/index.js:14:22)
                            host.raspberrypi	2021-03-06 17:08:25.388	error	Caught by controller[0]: at require (internal/modules/cjs/helpers.js:74:18)
                            host.raspberrypi	2021-03-06 17:08:25.388	error	Caught by controller[0]: at Module.require (internal/modules/cjs/loader.js:887:19)
                            host.raspberrypi	2021-03-06 17:08:25.387	error	Caught by controller[0]: at Function.Module._load (internal/modules/cjs/loader.js:708:14)
                            host.raspberrypi	2021-03-06 17:08:25.387	error	Caught by controller[0]: at Module.load (internal/modules/cjs/loader.js:863:32)
                            host.raspberrypi	2021-03-06 17:08:25.386	error	Caught by controller[0]: at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
                            host.raspberrypi	2021-03-06 17:08:25.386	error	Caught by controller[0]: at Module._compile (internal/modules/cjs/loader.js:999:30)
                            host.raspberrypi	2021-03-06 17:08:25.385	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/@serialport/bindings/lib/linux.js:2:36)
                            host.raspberrypi	2021-03-06 17:08:25.385	error	Caught by controller[0]: at bindings (/opt/iobroker/node_modules/@serialport/bindings/node_modules/bindings/bindings.js:126:9)
                            host.raspberrypi	2021-03-06 17:08:25.384	error	Caught by controller[0]: → /opt/iobroker/node_modules/@serialport/bindings/lib/binding/node-v72-linux-arm/bindings.node
                            host.raspberrypi	2021-03-06 17:08:25.384	error	Caught by controller[0]: → /opt/iobroker/node_modules/@serialport/bindings/addon-build/default/install-root/bindings.node
                            host.raspberrypi	2021-03-06 17:08:25.384	error	Caught by controller[0]: → /opt/iobroker/node_modules/@serialport/bindings/addon-build/debug/install-root/bindings.node
                            host.raspberrypi	2021-03-06 17:08:25.383	error	Caught by controller[0]: → /opt/iobroker/node_modules/@serialport/bindings/addon-build/release/install-root/bindings.node
                            host.raspberrypi	2021-03-06 17:08:25.383	error	Caught by controller[0]: → /opt/iobroker/node_modules/@serialport/bindings/compiled/12.21.0/linux/arm/bindings.node
                            host.raspberrypi	2021-03-06 17:08:25.383	error	Caught by controller[0]: → /opt/iobroker/node_modules/@serialport/bindings/build/default/bindings.node
                            host.raspberrypi	2021-03-06 17:08:25.382	error	Caught by controller[0]: → /opt/iobroker/node_modules/@serialport/bindings/Release/bindings.node
                            host.raspberrypi	2021-03-06 17:08:25.382	error	Caught by controller[0]: → /opt/iobroker/node_modules/@serialport/bindings/out/Release/bindings.node
                            host.raspberrypi	2021-03-06 17:08:25.381	error	Caught by controller[0]: → /opt/iobroker/node_modules/@serialport/bindings/Debug/bindings.node
                            host.raspberrypi	2021-03-06 17:08:25.381	error	Caught by controller[0]: → /opt/iobroker/node_modules/@serialport/bindings/out/Debug/bindings.node
                            host.raspberrypi	2021-03-06 17:08:25.381	error	Caught by controller[0]: → /opt/iobroker/node_modules/@serialport/bindings/build/Release/bindings.node
                            host.raspberrypi	2021-03-06 17:08:25.380	error	Caught by controller[0]: → /opt/iobroker/node_modules/@serialport/bindings/build/Debug/bindings.node
                            host.raspberrypi	2021-03-06 17:08:25.380	error	Caught by controller[0]: → /opt/iobroker/node_modules/@serialport/bindings/build/bindings.node
                            host.raspberrypi	2021-03-06 17:08:25.379	error	Caught by controller[0]: Error: Could not locate the bindings file. Tried:
                            host.raspberrypi	2021-03-06 17:08:25.379	error	Caught by controller[0]: ^
                            host.raspberrypi	2021-03-06 17:08:25.378	error	Caught by controller[0]: throw err;
                            host.raspberrypi	2021-03-06 17:08:25.377	error	Caught by controller[0]: /opt/iobroker/node_modules/@serialport/bindings/node_modules/bindings/bindings.js:135
                            host.raspberrypi	2021-03-06 17:08:24.368	info	instance system.adapter.zigbee.0 started with pid 6057
                            host.raspberrypi	2021-03-06 17:07:54.348	info	Restart adapter system.adapter.zigbee.0 because enabled
                            

                            Nur komisch, dass die Version 1.3.1 tadellos gelaufen ist...

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

                              @wolf sagte in Zigbee Instanz nach update von 1.3.1 auf 1.4.4 rot:

                              Nur komisch, dass die Version 1.3.1 tadellos gelaufen ist...

                              Die war soweit ich weiß auch ohne bindings. Das klemmt ja bei dir. Ich weiß aber nicht wie man das fixen kann. Vermutlich mit einem rebuild davon. In meinem System habe ich aber andere Pfade, sonst würde ich das bei mir mal probieren.

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

                                @thomas-braun

                                Als ich aber versuchsweise im Expertenmodus auf die 1.2.0 zurück wollte, kam aber das selbe Fehlerbild. Bleibt nur noch, das System neu aufzusetzen?

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

                                  @wolf sagte in Zigbee Instanz nach update von 1.3.1 auf 1.4.4 rot:

                                  Bleibt nur noch, das System neu aufzusetzen?

                                  Nein.

                                  Bitte nochmal den Adapter deinstallieren und schauen wie dann die Ausgabe von

                                  npm list serialport
                                  

                                  aussieht.

                                  A.

                                  W 1 Reply Last reply Reply Quote 0
                                  • W
                                    wolf @Asgothian last edited by

                                    @asgothian

                                    Bitte sehr...

                                    pi@raspberrypi:/opt/iobroker $ npm list serialport
                                    iobroker.inst@1.0.8 /opt/iobroker
                                    └─┬ iobroker.discovery@2.5.0
                                      └── serialport@9.0.6
                                    
                                    
                                    
                                    W Asgothian 2 Replies Last reply Reply Quote 0
                                    • W
                                      wolf @wolf last edited by

                                      @wolf

                                      Niemand mehr eine Idee?

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

                                        @wolf
                                        das sieht erstmal gut aus.

                                        nochmal installieren und dann den Befehl nochmal bitte

                                        W 1 Reply Last reply Reply Quote 0
                                        • W
                                          wolf @Asgothian last edited by wolf

                                          @asgothian

                                          pi@raspberrypi:/opt/iobroker $ npm list serialport
                                          iobroker.inst@1.0.8 /opt/iobroker
                                          ├─┬ iobroker.discovery@2.5.0
                                          │ └── serialport@9.0.6
                                          └─┬ iobroker.zigbee@1.4.4
                                            └─┬ zigbee-herdsman@0.13.76
                                              └── serialport@9.0.6  deduped
                                          
                                          
                                          

                                          Adapter weiter rot miit den Fehlern im log...

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

                                            @wolf was ist mit dem gleichen Befehl für zigbee-herdsman und zigbee-herdman-converters ?

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            728
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            4
                                            55
                                            2814
                                            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