oyooyo / keyble

Command line tools and library for controlling eqiva eQ-3 Bluetooth smart locks
90 stars 28 forks source link

ubuntu 20.04 #28

Open show2go opened 3 years ago

show2go commented 3 years ago

Hey Guys, i am running Ubuntu 20.04 LTS and when i run the script for mqtt, i always get an error after short time: noble warning: unknown handle 71 disconnected! and after that, it stops working could you please help me? thx

oyooyo commented 3 years ago

Hi @show2go, are you running this on a Raspberry Pi, using the RPI's builtin Bluetooth hardware? If so: At least some time ago, the builtin Bluetooth hardware of the RPI was causing strange problems that went away when using a different Bluetooth adapter. So if you happen to own a Bluetooth 4-capable Bluetooth USB dongle, you could try attaching it to your Raspberry Pi and see if it makes a difference when you use that Bluetooth adapter instead. (See here).

Something else you could try is turning debug output on, by placing DEBUG=* in front of the keyble-sendcommand command to get some more clues what might be the problem.

show2go commented 3 years ago

Hi @oyooyo , thanks for your reply... at the moment i am using an older PC with an bluetooth dongle.. i will try the debug mode. Thank you!