Nothing Special   »   [go: up one dir, main page]

Skip to content

Kanksu/nuki-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nuki-py

GitHub License

A python library to operate Nuki smart lock

You must have a registered digital key to operate the nuki smart lock. Before you can operate a Nuki Smart Lock, the key must be generated and registered in the smart lock (pair).

Press the button on the Nuki smart lock for 5 seconds, the smart lock will go into pairing mode. Only in pairing mode, the key can be registered.

The pairing prcoess is described in Nuki API document: https://developer.nuki.io/page/nuki-smart-lock-api-2/2

The generated credentials must be stored in the computer, so that it can be used in the future to operate the smart lock.

By default, the credentials will be stored with a file name secrets.json. The file name can be changed, see:

python nuki.py --help

Pair

python nuki.py auth

Operation

python nuki.py unlock
python nuki.py unlatch
python nuki.py lock

Get status

python nuki.py status

About

A python library to operate Nuki smart lock

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages