pschmitt / pynuki

Python bindings for nuki.io bridges

Home Page:https://pypi.org/project/pynuki/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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()

About

Python bindings for nuki.io bridges

https://pypi.org/project/pynuki/

License:GNU General Public License v3.0


Languages

Language:Python 100.0%