Nuki Bluetooth API
This is only a python API implementation of the Bluetooth communication with Nuki lock. It is not intended to be used as a stand alone solution, only as a library that can be used by other solutions (like the RaspiNukiBridge web Nuki-Bridge implementation or the hass_nuki_bt Home Assistant component)
- This is based on RaspiNukiBridge by dauden1184 and RaspiNukiBridge regevbr
- Nuki documentation
Important - if you are experiencing delays using RPI, it is advised to use a bluetooth dongle instead of the builtin bluetooth hardware. TP-LINK UB400 is verified to be working.
It might be necessary to DOWNGRADE Bluez. See comment.
wget http://ftp.hk.debian.org/debian/pool/main/b/bluez/bluez_5.50-1.2~deb10u2_armhf.deb sudo apt install ./bluez_5.50-1.2~deb10u2_armhf.deb
Reboot the Raspberry Pi