Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Error/Bug
  4. Zigbee Instanz nach update von 1.3.1 auf 1.4.4 rot

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.9k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.3k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    3.5k

Zigbee Instanz nach update von 1.3.1 auf 1.4.4 rot

Scheduled Pinned Locked Moved Error/Bug
55 Posts 4 Posters 4.7k Views 4 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • W wolf

    @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 Offline
    W Offline
    wolf
    wrote on last edited by
    #22

    @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
    0
    • W wolf

      @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 Offline
      W Offline
      wolf
      wrote on last edited by
      #23

      @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 BraunT 1 Reply Last reply
      0
      • W wolf

        @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 BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        wrote on last edited by Thomas Braun
        #24

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

        npm prune
        

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

        Linux-Werkzeugkasten:
        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
        NodeJS Fixer Skript:
        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

        W 2 Replies Last reply
        0
        • Thomas BraunT 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 Offline
          W Offline
          wolf
          wrote on last edited by
          #25

          @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
          0
          • Thomas BraunT 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 Offline
            W Offline
            wolf
            wrote on last edited by wolf
            #26

            @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 BraunT 1 Reply Last reply
            0
            • W 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 BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              wrote on last edited by
              #27

              @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.

              Linux-Werkzeugkasten:
              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
              NodeJS Fixer Skript:
              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

              W 1 Reply Last reply
              0
              • Thomas BraunT Thomas Braun

                @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 Offline
                W Offline
                wolf
                wrote on last edited by
                #28

                @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?

                AsgothianA 1 Reply Last reply
                0
                • W wolf

                  @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?

                  AsgothianA Offline
                  AsgothianA Offline
                  Asgothian
                  Developer
                  wrote on last edited by
                  #29

                  @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.

                  ioBroker auf RPi4 - Hardware soweit wie möglich via Zigbee.
                  "Shit don't work" ist keine Fehlermeldung, sondern ein Fluch.

                  W 1 Reply Last reply
                  0
                  • AsgothianA Asgothian

                    @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 Offline
                    W Offline
                    wolf
                    wrote on last edited by
                    #30

                    @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 AsgothianA 2 Replies Last reply
                    0
                    • W wolf

                      @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 Offline
                      W Offline
                      wolf
                      wrote on last edited by
                      #31

                      @wolf

                      Niemand mehr eine Idee?

                      1 Reply Last reply
                      0
                      • W wolf

                        @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
                        
                        
                        
                        AsgothianA Offline
                        AsgothianA Offline
                        Asgothian
                        Developer
                        wrote on last edited by
                        #32

                        @wolf
                        das sieht erstmal gut aus.

                        nochmal installieren und dann den Befehl nochmal bitte

                        ioBroker auf RPi4 - Hardware soweit wie möglich via Zigbee.
                        "Shit don't work" ist keine Fehlermeldung, sondern ein Fluch.

                        W 1 Reply Last reply
                        0
                        • AsgothianA Asgothian

                          @wolf
                          das sieht erstmal gut aus.

                          nochmal installieren und dann den Befehl nochmal bitte

                          W Offline
                          W Offline
                          wolf
                          wrote on last edited by wolf
                          #33

                          @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...

                          AsgothianA 1 Reply Last reply
                          0
                          • W 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...

                            AsgothianA Offline
                            AsgothianA Offline
                            Asgothian
                            Developer
                            wrote on last edited by
                            #34

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

                            ioBroker auf RPi4 - Hardware soweit wie möglich via Zigbee.
                            "Shit don't work" ist keine Fehlermeldung, sondern ein Fluch.

                            W 1 Reply Last reply
                            0
                            • AsgothianA Asgothian

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

                              W Offline
                              W Offline
                              wolf
                              wrote on last edited by
                              #35

                              @asgothian

                              pi@raspberrypi:/opt/iobroker $ list zigbee-herdsman
                              -bash: list: Kommando nicht gefunden.
                              pi@raspberrypi:/opt/iobroker $ npm list zigbee-herdsman
                              iobroker.inst@1.0.8 /opt/iobroker
                              └─┬ iobroker.zigbee@1.4.4
                                ├── zigbee-herdsman@0.13.76
                                └─┬ zigbee-herdsman-converters@14.0.78
                                  └── zigbee-herdsman@0.13.76  deduped
                              
                              
                              pi@raspberrypi:/opt/iobroker $ npm list zigbee-herdsman-converters
                              iobroker.inst@1.0.8 /opt/iobroker
                              └─┬ iobroker.zigbee@1.4.4
                                └── zigbee-herdsman-converters@14.0.78
                              
                              
                              AsgothianA 1 Reply Last reply
                              0
                              • W wolf

                                @asgothian

                                pi@raspberrypi:/opt/iobroker $ list zigbee-herdsman
                                -bash: list: Kommando nicht gefunden.
                                pi@raspberrypi:/opt/iobroker $ npm list zigbee-herdsman
                                iobroker.inst@1.0.8 /opt/iobroker
                                └─┬ iobroker.zigbee@1.4.4
                                  ├── zigbee-herdsman@0.13.76
                                  └─┬ zigbee-herdsman-converters@14.0.78
                                    └── zigbee-herdsman@0.13.76  deduped
                                
                                
                                pi@raspberrypi:/opt/iobroker $ npm list zigbee-herdsman-converters
                                iobroker.inst@1.0.8 /opt/iobroker
                                └─┬ iobroker.zigbee@1.4.4
                                  └── zigbee-herdsman-converters@14.0.78
                                
                                
                                AsgothianA Offline
                                AsgothianA Offline
                                Asgothian
                                Developer
                                wrote on last edited by
                                #36

                                @wolf Hmm.. das sieht eigentlich gut aus.

                                Bitte installier mal die 1.4.5 von Github zum testen.

                                A.

                                ioBroker auf RPi4 - Hardware soweit wie möglich via Zigbee.
                                "Shit don't work" ist keine Fehlermeldung, sondern ein Fluch.

                                W 1 Reply Last reply
                                0
                                • AsgothianA Asgothian

                                  @wolf Hmm.. das sieht eigentlich gut aus.

                                  Bitte installier mal die 1.4.5 von Github zum testen.

                                  A.

                                  W Offline
                                  W Offline
                                  wolf
                                  wrote on last edited by
                                  #37

                                  @asgothian
                                  1.4.5 ist jetzt installiert... Aber alles unverändert...

                                  Thomas BraunT 1 Reply Last reply
                                  0
                                  • W wolf

                                    @asgothian
                                    1.4.5 ist jetzt installiert... Aber alles unverändert...

                                    Thomas BraunT Online
                                    Thomas BraunT Online
                                    Thomas Braun
                                    Most Active
                                    wrote on last edited by
                                    #38

                                    @wolf
                                    Poste bitte nochmal einen aktuellen Auszug aus dem log file. Vielleicht mal von einem Neustart des Adapters.

                                    Linux-Werkzeugkasten:
                                    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                    NodeJS Fixer Skript:
                                    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                    W 1 Reply Last reply
                                    0
                                    • Thomas BraunT Thomas Braun

                                      @wolf
                                      Poste bitte nochmal einen aktuellen Auszug aus dem log file. Vielleicht mal von einem Neustart des Adapters.

                                      W Offline
                                      W Offline
                                      wolf
                                      wrote on last edited by
                                      #39

                                      @thomas-braun

                                      Adapter neu gestartet

                                      host.raspberrypi	2021-03-06 18:39:35.964	info	Do not restart adapter system.adapter.zigbee.0 because disabled or deleted
                                      host.raspberrypi	2021-03-06 18:39:35.964	error	instance system.adapter.zigbee.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                                      host.raspberrypi	2021-03-06 18:39:35.962	error	Caught by controller[0]: }
                                      host.raspberrypi	2021-03-06 18:39:35.962	error	Caught by controller[0]: ]
                                      host.raspberrypi	2021-03-06 18:39:35.961	error	Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/lib/binding/node-v72-linux-arm/bindings.node'
                                      host.raspberrypi	2021-03-06 18:39:35.960	error	Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/addon-build/default/install-root/bindings.node',
                                      host.raspberrypi	2021-03-06 18:39:35.959	error	Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/addon-build/debug/install-root/bindings.node',
                                      host.raspberrypi	2021-03-06 18:39:35.959	error	Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/addon-build/release/install-root/bindings.node',
                                      host.raspberrypi	2021-03-06 18:39:35.958	error	Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/compiled/12.21.0/linux/arm/bindings.node',
                                      host.raspberrypi	2021-03-06 18:39:35.957	error	Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/build/default/bindings.node',
                                      host.raspberrypi	2021-03-06 18:39:35.957	error	Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/Release/bindings.node',
                                      host.raspberrypi	2021-03-06 18:39:35.956	error	Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/out/Release/bindings.node',
                                      host.raspberrypi	2021-03-06 18:39:35.955	error	Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/Debug/bindings.node',
                                      host.raspberrypi	2021-03-06 18:39:35.954	error	Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/out/Debug/bindings.node',
                                      host.raspberrypi	2021-03-06 18:39:35.954	error	Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/build/Release/bindings.node',
                                      host.raspberrypi	2021-03-06 18:39:35.953	error	Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/build/Debug/bindings.node',
                                      host.raspberrypi	2021-03-06 18:39:35.952	error	Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/build/bindings.node',
                                      host.raspberrypi	2021-03-06 18:39:35.952	error	Caught by controller[0]: tries: [
                                      host.raspberrypi	2021-03-06 18:39:35.951	error	Caught by controller[0]: at Module._compile (internal/modules/cjs/loader.js:999:30) {
                                      host.raspberrypi	2021-03-06 18:39:35.950	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/@serialport/bindings/lib/index.js:14:22)
                                      host.raspberrypi	2021-03-06 18:39:35.949	error	Caught by controller[0]: at require (internal/modules/cjs/helpers.js:74:18)
                                      host.raspberrypi	2021-03-06 18:39:35.949	error	Caught by controller[0]: at Module.require (internal/modules/cjs/loader.js:887:19)
                                      host.raspberrypi	2021-03-06 18:39:35.948	error	Caught by controller[0]: at Function.Module._load (internal/modules/cjs/loader.js:708:14)
                                      host.raspberrypi	2021-03-06 18:39:35.947	error	Caught by controller[0]: at Module.load (internal/modules/cjs/loader.js:863:32)
                                      host.raspberrypi	2021-03-06 18:39:35.946	error	Caught by controller[0]: at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
                                      host.raspberrypi	2021-03-06 18:39:35.946	error	Caught by controller[0]: at Module._compile (internal/modules/cjs/loader.js:999:30)
                                      host.raspberrypi	2021-03-06 18:39:35.945	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/@serialport/bindings/lib/linux.js:2:36)
                                      host.raspberrypi	2021-03-06 18:39:35.944	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 18:39:35.943	error	Caught by controller[0]: → /opt/iobroker/node_modules/@serialport/bindings/lib/binding/node-v72-linux-arm/bindings.node
                                      host.raspberrypi	2021-03-06 18:39:35.943	error	Caught by controller[0]: → /opt/iobroker/node_modules/@serialport/bindings/addon-build/default/install-root/bindings.node
                                      host.raspberrypi	2021-03-06 18:39:35.942	error	Caught by controller[0]: → /opt/iobroker/node_modules/@serialport/bindings/addon-build/debug/install-root/bindings.node
                                      host.raspberrypi	2021-03-06 18:39:35.941	error	Caught by controller[0]: → /opt/iobroker/node_modules/@serialport/bindings/addon-build/release/install-root/bindings.node
                                      host.raspberrypi	2021-03-06 18:39:35.940	error	Caught by controller[0]: → /opt/iobroker/node_modules/@serialport/bindings/compiled/12.21.0/linux/arm/bindings.node
                                      host.raspberrypi	2021-03-06 18:39:35.939	error	Caught by controller[0]: → /opt/iobroker/node_modules/@serialport/bindings/build/default/bindings.node
                                      host.raspberrypi	2021-03-06 18:39:35.938	error	Caught by controller[0]: → /opt/iobroker/node_modules/@serialport/bindings/Release/bindings.node
                                      host.raspberrypi	2021-03-06 18:39:35.937	error	Caught by controller[0]: → /opt/iobroker/node_modules/@serialport/bindings/out/Release/bindings.node
                                      host.raspberrypi	2021-03-06 18:39:35.936	error	Caught by controller[0]: → /opt/iobroker/node_modules/@serialport/bindings/Debug/bindings.node
                                      host.raspberrypi	2021-03-06 18:39:35.934	error	Caught by controller[0]: → /opt/iobroker/node_modules/@serialport/bindings/out/Debug/bindings.node
                                      host.raspberrypi	2021-03-06 18:39:35.933	error	Caught by controller[0]: → /opt/iobroker/node_modules/@serialport/bindings/build/Release/bindings.node
                                      host.raspberrypi	2021-03-06 18:39:35.932	error	Caught by controller[0]: → /opt/iobroker/node_modules/@serialport/bindings/build/Debug/bindings.node
                                      host.raspberrypi	2021-03-06 18:39:35.931	error	Caught by controller[0]: → /opt/iobroker/node_modules/@serialport/bindings/build/bindings.node
                                      host.raspberrypi	2021-03-06 18:39:35.930	error	Caught by controller[0]: Error: Could not locate the bindings file. Tried:
                                      host.raspberrypi	2021-03-06 18:39:35.928	error	Caught by controller[0]: ^
                                      host.raspberrypi	2021-03-06 18:39:35.927	error	Caught by controller[0]: throw err;
                                      host.raspberrypi	2021-03-06 18:39:35.925	error	Caught by controller[0]: /opt/iobroker/node_modules/@serialport/bindings/node_modules/bindings/bindings.js:135
                                      host.raspberrypi	2021-03-06 18:39:21.539	info	"system.adapter.zigbee.0" disabled
                                      host.raspberrypi	2021-03-06 18:39:04.823	info	Restart adapter system.adapter.zigbee.0 because enabled
                                      
                                      W 1 Reply Last reply
                                      0
                                      • W wolf

                                        @thomas-braun

                                        Adapter neu gestartet

                                        host.raspberrypi	2021-03-06 18:39:35.964	info	Do not restart adapter system.adapter.zigbee.0 because disabled or deleted
                                        host.raspberrypi	2021-03-06 18:39:35.964	error	instance system.adapter.zigbee.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                                        host.raspberrypi	2021-03-06 18:39:35.962	error	Caught by controller[0]: }
                                        host.raspberrypi	2021-03-06 18:39:35.962	error	Caught by controller[0]: ]
                                        host.raspberrypi	2021-03-06 18:39:35.961	error	Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/lib/binding/node-v72-linux-arm/bindings.node'
                                        host.raspberrypi	2021-03-06 18:39:35.960	error	Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/addon-build/default/install-root/bindings.node',
                                        host.raspberrypi	2021-03-06 18:39:35.959	error	Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/addon-build/debug/install-root/bindings.node',
                                        host.raspberrypi	2021-03-06 18:39:35.959	error	Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/addon-build/release/install-root/bindings.node',
                                        host.raspberrypi	2021-03-06 18:39:35.958	error	Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/compiled/12.21.0/linux/arm/bindings.node',
                                        host.raspberrypi	2021-03-06 18:39:35.957	error	Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/build/default/bindings.node',
                                        host.raspberrypi	2021-03-06 18:39:35.957	error	Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/Release/bindings.node',
                                        host.raspberrypi	2021-03-06 18:39:35.956	error	Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/out/Release/bindings.node',
                                        host.raspberrypi	2021-03-06 18:39:35.955	error	Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/Debug/bindings.node',
                                        host.raspberrypi	2021-03-06 18:39:35.954	error	Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/out/Debug/bindings.node',
                                        host.raspberrypi	2021-03-06 18:39:35.954	error	Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/build/Release/bindings.node',
                                        host.raspberrypi	2021-03-06 18:39:35.953	error	Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/build/Debug/bindings.node',
                                        host.raspberrypi	2021-03-06 18:39:35.952	error	Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/build/bindings.node',
                                        host.raspberrypi	2021-03-06 18:39:35.952	error	Caught by controller[0]: tries: [
                                        host.raspberrypi	2021-03-06 18:39:35.951	error	Caught by controller[0]: at Module._compile (internal/modules/cjs/loader.js:999:30) {
                                        host.raspberrypi	2021-03-06 18:39:35.950	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/@serialport/bindings/lib/index.js:14:22)
                                        host.raspberrypi	2021-03-06 18:39:35.949	error	Caught by controller[0]: at require (internal/modules/cjs/helpers.js:74:18)
                                        host.raspberrypi	2021-03-06 18:39:35.949	error	Caught by controller[0]: at Module.require (internal/modules/cjs/loader.js:887:19)
                                        host.raspberrypi	2021-03-06 18:39:35.948	error	Caught by controller[0]: at Function.Module._load (internal/modules/cjs/loader.js:708:14)
                                        host.raspberrypi	2021-03-06 18:39:35.947	error	Caught by controller[0]: at Module.load (internal/modules/cjs/loader.js:863:32)
                                        host.raspberrypi	2021-03-06 18:39:35.946	error	Caught by controller[0]: at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
                                        host.raspberrypi	2021-03-06 18:39:35.946	error	Caught by controller[0]: at Module._compile (internal/modules/cjs/loader.js:999:30)
                                        host.raspberrypi	2021-03-06 18:39:35.945	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/@serialport/bindings/lib/linux.js:2:36)
                                        host.raspberrypi	2021-03-06 18:39:35.944	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 18:39:35.943	error	Caught by controller[0]: → /opt/iobroker/node_modules/@serialport/bindings/lib/binding/node-v72-linux-arm/bindings.node
                                        host.raspberrypi	2021-03-06 18:39:35.943	error	Caught by controller[0]: → /opt/iobroker/node_modules/@serialport/bindings/addon-build/default/install-root/bindings.node
                                        host.raspberrypi	2021-03-06 18:39:35.942	error	Caught by controller[0]: → /opt/iobroker/node_modules/@serialport/bindings/addon-build/debug/install-root/bindings.node
                                        host.raspberrypi	2021-03-06 18:39:35.941	error	Caught by controller[0]: → /opt/iobroker/node_modules/@serialport/bindings/addon-build/release/install-root/bindings.node
                                        host.raspberrypi	2021-03-06 18:39:35.940	error	Caught by controller[0]: → /opt/iobroker/node_modules/@serialport/bindings/compiled/12.21.0/linux/arm/bindings.node
                                        host.raspberrypi	2021-03-06 18:39:35.939	error	Caught by controller[0]: → /opt/iobroker/node_modules/@serialport/bindings/build/default/bindings.node
                                        host.raspberrypi	2021-03-06 18:39:35.938	error	Caught by controller[0]: → /opt/iobroker/node_modules/@serialport/bindings/Release/bindings.node
                                        host.raspberrypi	2021-03-06 18:39:35.937	error	Caught by controller[0]: → /opt/iobroker/node_modules/@serialport/bindings/out/Release/bindings.node
                                        host.raspberrypi	2021-03-06 18:39:35.936	error	Caught by controller[0]: → /opt/iobroker/node_modules/@serialport/bindings/Debug/bindings.node
                                        host.raspberrypi	2021-03-06 18:39:35.934	error	Caught by controller[0]: → /opt/iobroker/node_modules/@serialport/bindings/out/Debug/bindings.node
                                        host.raspberrypi	2021-03-06 18:39:35.933	error	Caught by controller[0]: → /opt/iobroker/node_modules/@serialport/bindings/build/Release/bindings.node
                                        host.raspberrypi	2021-03-06 18:39:35.932	error	Caught by controller[0]: → /opt/iobroker/node_modules/@serialport/bindings/build/Debug/bindings.node
                                        host.raspberrypi	2021-03-06 18:39:35.931	error	Caught by controller[0]: → /opt/iobroker/node_modules/@serialport/bindings/build/bindings.node
                                        host.raspberrypi	2021-03-06 18:39:35.930	error	Caught by controller[0]: Error: Could not locate the bindings file. Tried:
                                        host.raspberrypi	2021-03-06 18:39:35.928	error	Caught by controller[0]: ^
                                        host.raspberrypi	2021-03-06 18:39:35.927	error	Caught by controller[0]: throw err;
                                        host.raspberrypi	2021-03-06 18:39:35.925	error	Caught by controller[0]: /opt/iobroker/node_modules/@serialport/bindings/node_modules/bindings/bindings.js:135
                                        host.raspberrypi	2021-03-06 18:39:21.539	info	"system.adapter.zigbee.0" disabled
                                        host.raspberrypi	2021-03-06 18:39:04.823	info	Restart adapter system.adapter.zigbee.0 because enabled
                                        
                                        W Offline
                                        W Offline
                                        wolf
                                        wrote on last edited by
                                        #40

                                        @wolf

                                        Hab ich grad zu einem ähnlichen Fehlerbild gefunden. Könnte das etwas bringen?

                                        iobroker stop
                                        cd /opt/iobroker/node_modules/iobroker.zigbee
                                        sudo npm rebuild --unsafe-perm
                                        iobroker start
                                        
                                        Thomas BraunT 1 Reply Last reply
                                        0
                                        • W wolf

                                          @wolf

                                          Hab ich grad zu einem ähnlichen Fehlerbild gefunden. Könnte das etwas bringen?

                                          iobroker stop
                                          cd /opt/iobroker/node_modules/iobroker.zigbee
                                          sudo npm rebuild --unsafe-perm
                                          iobroker start
                                          
                                          Thomas BraunT Online
                                          Thomas BraunT Online
                                          Thomas Braun
                                          Most Active
                                          wrote on last edited by
                                          #41

                                          @wolf
                                          Auf jedenfall OHNE sudo!
                                          Probieren kannst du es mal.

                                          Linux-Werkzeugkasten:
                                          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                          NodeJS Fixer Skript:
                                          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                          W 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          764

                                          Online

                                          32.4k

                                          Users

                                          81.6k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Home
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe