NEWS
ERLEDIGT Adapter-Problem. Bitte um Hilfe
-
Hallo zusammen,
mein Slave Raspberry läuft nicht rund. Angeschlossen ist ein Bluetooth Stick und ein Zigbee Stick.
Der Ble-Adapter startet regelmäßig neu, da dieser abstürtzt.
Der Zigbee-Adapter startet gar nicht erst.
Kann mir jemand helfen:
Log Zigbee:````
host.WohnzimmerBalkon 2018-08-05 12:48:00.724 error instance system.adapter.zigbee.0 terminated with code 1 ()
Caught 2018-08-05 12:48:00.722 error by controller[0]: at Object. <anonymous>(/opt/iobroker/node_modules/cc-znp/node_modules/serialport/lib/bindings/auto-detect.js:16:22)
Caught 2018-08-05 12:48:00.722 error by controller[0]: at require (internal/module.js:20:19)
Caught 2018-08-05 12:48:00.721 error by controller[0]: at Module.require (module.js:504:17)
Caught 2018-08-05 12:48:00.720 error by controller[0]: at Function.Module._load (module.js:445:3)
Caught 2018-08-05 12:48:00.719 error by controller[0]: at tryModuleLoad (module.js:453:12)
Caught 2018-08-05 12:48:00.718 error by controller[0]: at Module.load (module.js:494:32)
Caught 2018-08-05 12:48:00.718 error by controller[0]: at Object.Module._extensions..js (module.js:586:10)
Caught 2018-08-05 12:48:00.717 error by controller[0]: at Module._compile (module.js:577:32)
Caught 2018-08-05 12:48:00.716 error by controller[0]: at Object. <anonymous>(/opt/iobroker/node_modules/cc-znp/node_modules/serialport/lib/bindings/linux.js:2:36)
Caught 2018-08-05 12:48:00.715 error by controller[0]: at bindings (/opt/iobroker/node_modules/cc-znp/node_modules/bindings/bindings.js:93:9)
Caught 2018-08-05 12:48:00.715 error by controller[0]: → /opt/iobroker/node_modules/cc-znp/node_modules/serialport/compiled/6.14.3/linux/arm/serialport.node
Caught 2018-08-05 12:48:00.714 error by controller[0]: → /opt/iobroker/node_modules/cc-znp/node_modules/serialport/build/default/serialport.node
Caught 2018-08-05 12:48:00.714 error by controller[0]: → /opt/iobroker/node_modules/cc-znp/node_modules/serialport/Release/serialport.node
Caught 2018-08-05 12:48:00.713 error by controller[0]: → /opt/iobroker/node_modules/cc-znp/node_modules/serialport/out/Release/serialport.node
Caught 2018-08-05 12:48:00.712 error by controller[0]: → /opt/iobroker/node_modules/cc-znp/node_modules/serialport/Debug/serialport.node
Caught 2018-08-05 12:48:00.712 error by controller[0]: → /opt/iobroker/node_modules/cc-znp/node_modules/serialport/out/Debug/serialport.node
Caught 2018-08-05 12:48:00.711 error by controller[0]: → /opt/iobroker/node_modules/cc-znp/node_modules/serialport/build/Release/serialport.node
Caught 2018-08-05 12:48:00.711 error by controller[0]: → /opt/iobroker/node_modules/cc-znp/node_modules/serialport/build/Debug/serialport.node
Caught 2018-08-05 12:48:00.710 error by controller[0]: → /opt/iobroker/node_modules/cc-znp/node_modules/serialport/build/serialport.node
Caught 2018-08-05 12:48:00.709 error by controller[0]: Error: Could not locate the bindings file. Tried:
Caught 2018-08-05 12:48:00.708 error by controller[0]: ^
Caught 2018-08-05 12:48:00.708 error by controller[0]: throw err
Caught 2018-08-05 12:48:00.706 error by controller[0]: /opt/iobroker/node_modules/cc-znp/node_modules/bindings/bindings.js:96</anonymous></anonymous>Log BLE:```` ble.0 2018-08-05 12:49:06.788 info starting scan for services ["fe95"] ble.0 2018-08-05 12:49:06.746 info monitored services: fe95 ble.0 2018-08-05 12:49:06.746 info enabled plugins: mi-flora, _default ble.0 2018-08-05 12:49:06.744 info loaded plugins: Xiaomi, mi-flora, ruuvi-tag, _default ble.0 2018-08-05 12:49:06.736 info starting. Version 0.5.2 in /opt/iobroker/node_modules/iobroker.ble, node: v6.14.3 host.WohnzimmerBalkon 2018-08-05 12:49:04.056 info instance system.adapter.zigbee.0 started with pid 2069 host.WohnzimmerBalkon 2018-08-05 12:49:01.150 info instance system.adapter.ble.0 started with pid 1982 host.WohnzimmerBalkon 2018-08-05 12:49:00.129 info Restart adapter system.adapter.ble.0 because enabled host.WohnzimmerBalkon 2018-08-05 12:49:00.128 error instance system.adapter.ble.0 terminated with code 156 ()
Vielen Dank euch!
PS:
node -v v6.14.3
nodejs -v v6.14.3
npm -v 3.10.10
EDIT: Update auf node 8 und npm 4 hats gebracht…
-
host.WohnzimmerBalkon 2018-08-05 12:49:00.128 error instance system.adapter.ble.0 terminated with code 156 () ```` `
Du hast es wohl geschafft, den BLE-Adapter mit einem automatischen Neustart (Code 156) zu versehen, den er auch brav durchführt.
-
Genau das war der "zweite" Fehler…
Top Danke euch!