Skip to main content

Python bindings for nuki.io bridges

Project description

pynuki

PyPI PyPI - Downloads PyPI - License CI

Python library for interacting with Nuki locks and openers

Installation

pip install -U pynuki

Usage

from pynuki import NukiBridge

bridges = NukiBridge.discover()
br = bridges[0]
br.token = "YOUR_TOKEN"

# Locks
br.locks[0].lock()
br.locks[0].unlock()

# Openers
br.openers[0].activate_rto()
br.openers[0].deactivate_rto()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pynuki-1.6.3.tar.gz (18.4 kB view hashes)

Uploaded Source

Built Distribution

pynuki-1.6.3-py3-none-any.whl (20.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page