nickjturner / homebridge-mi-temperature-and-humidity-sensor

ISC License
3 stars 2 forks source link

Install failed #7

Open zanethefox opened 1 year ago

zanethefox commented 1 year ago

Hi there! I have been trying to set up the plugin but unfortunately without success.

When running the installer I keep getting the error install response status 404 Not Found on https://github.com/abandonware/node-bluetooth-hci-socket/releases/download/0.5.3-10/bluetooth_hci_socket-0.5.3-10-node-v108-linux-arm.tar.gz

Causing this error: Warning: Initialization of USB device failed: ENODEV, No such device

Which then ends up crashing my Homebridge [30/08/2023, 15:36:33] Error: Could not start scanning, state is unknown (not poweredOn) at Noble.scan (/var/lib/homebridge/node_modules/homebridge-mi-temperature-and-humidity-sensor/node_modules/@abandonware/noble/lib/noble.js:124:21) at Noble.startScanning (/var/lib/homebridge/node_modules/homebridge-mi-temperature-and-humidity-sensor/node_modules/@abandonware/noble/lib/noble.js:153:10) at Scanner.start (/var/lib/homebridge/node_modules/homebridge-mi-temperature-and-humidity-sensor/src/scanner.ts:31:13) at Timeout._onTimeout (/var/lib/homebridge/node_modules/homebridge-mi-temperature-and-humidity-sensor/src/accessory.ts:53:20) at listOnTimeout (node:internal/timers:569:17) at processTimers (node:internal/timers:512:7) [30/08/2023, 15:36:33] Got SIGTERM, shutting down Homebridge... [30/08/2023, 15:36:38] [HB Supervisor] Homebridge Process Ended. Code: 143, Signal: null

Would it be possible to find an updated version of the package URL? Thanks so much!