Skip to content

ronengr/pyNukiBT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyNukiBT

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)

Background

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.

Raspberry Pi 3B+ and 4 only

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