philw07 / aiokonstsmide

🐍 Python library to control Konstsmide Bluetooth string lights πŸ’‘

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aiokonstsmide

An asynchronous library to communicate with Konstsmide Bluetooth string lights.

Supported features

  • Connect with a device and send the password as pairing mechanism
  • Turn the device on/off
  • Control the devices function, brightness and flash speed
  • Create timers on the device to turn on/off the device or specific functions at specific times and weekdays

Installation

$ pip install aiokonstsmide

Usage

async with aiokonstsmide.Device("11:22:33:44:55:66") as dev:
    await dev.on()

Also check the examples folder.

About

🐍 Python library to control Konstsmide Bluetooth string lights πŸ’‘

License:MIT License


Languages

Language:Python 100.0%