Your repository is great, I followed the procedures a couple of times but I get stuck when pairing. I get next error. Any idea on what’s wrong? BTW, I’m on Python3. I did not try it with Python2.
Traceback (most recent call last):
File “/home/pi/Nuki/connect-example.py”, line 14, in
nuki.Nuki(sys.argv[0]).authenticateUser(myPublicKeyHex, myPrivateKeyHex, myID, myIDType, ‘54:D2:72:4D:3E:15’)
File “/home/pi/Nuki/nuki.py”, line 88, in authenticateUser
pairingHandle = self.device.get_handle(‘a92ee101-5501-11e4-916c-0800200c9a66’)
AttributeError: ‘NoneType’ object has no attribute ‘get_handle’