vojtamolda / homebridge-bluetooth

Homebridge plugin to expose BLE peripherals as HomeKit accessories.
https://www.npmjs.com/package/homebridge-bluetooth
MIT License
174 stars 29 forks source link

How to add devices with auth #32

Open w00dst0ck opened 3 years ago

w00dst0ck commented 3 years ago

I wan't to use a tethercell with this plugin. But this BT device needs authorization with passcode 00000000.

Any advice on how to create a working config?

Details about the Device could be found here. https://github.com/sandeepmistry/node-tethercell/blob/master/tethercell.txt

Best regards Kai

vojtamolda commented 3 years ago

Hello Kai,

I'd love to investigate how to get your device working but unfortunately I don't have time. The source code is available so hopefully a combination of reading and googling will get you on the right track ;)

Sorry for not being too helpful and good luck!

Vojta