aiokonstsmide

Library to communicate with Konstsmide Bluetooth powered string lights


Keywords
ble, bluetooth, konstsmide, light, string
License
MIT
Install
pip install aiokonstsmide==0.2.1

Documentation

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.