NEWS
Nach Update node.js bleibt ble.0 rot
ioBroker Allgemein
23
Beiträge
4
Kommentatoren
1.3k
Aufrufe
4
Watching
-
@mipl sagte in Nach Update node.js bleibt ble.0 rot:
Der Adapter bleibt gelb
If the adapter starts but won't connect to your bluetooth hardware, please check the info.driverState state in ioBroker. If it is unauthorized, you need to give node additional permissions. For Linux, this is as simple as
sudo setcap cap_net_raw+eip $(eval readlink -f `which node`)which requires libcap2-bin to be installed.
-
cd /opt/iobroker npm pruneKeine Ahnung was da krumm ist bei dir.
error Cannot find module '../build/Release/bluetooth_hci_socket.node'Require stack:- /opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/bluetooth-hci-socket/lib/native.js- /opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/bluetooth-hci-socket/index.js- /opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble/lib/hci-socket/hci.js- /opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble/lib/hci-socket/bindings.js- /opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble/lib/resolve-bindings.js- /opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble/with-custom-binding.js- /opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble/index.js- /opt/iobroker/node_modules/iobroker.ble/build/scanProcess.jsIst jedenfalls nicht normal.
-
cd /opt/iobroker npm pruneKeine Ahnung was da krumm ist bei dir.
error Cannot find module '../build/Release/bluetooth_hci_socket.node'Require stack:- /opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/bluetooth-hci-socket/lib/native.js- /opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/bluetooth-hci-socket/index.js- /opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble/lib/hci-socket/hci.js- /opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble/lib/hci-socket/bindings.js- /opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble/lib/resolve-bindings.js- /opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble/with-custom-binding.js- /opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble/index.js- /opt/iobroker/node_modules/iobroker.ble/build/scanProcess.jsIst jedenfalls nicht normal.
@thomas-braun said in [gelöst] Nach Update node.js bleibt ble.0 rot:
cd /opt/iobroker
npm prune liefert:
npm prune removed 941 packages, and changed 2 packages in 31s 167 packages are looking for funding run `npm fund` for detailsDer Adapter geht auf grün und die Xiaomi-Devices kommen :-))
Super - Vielen Dank für die Hilfe.