mborgerson / blynclight

Open-source control software for the Embrava Blynclight
https://mborgerson.com/hacking-the-blynclight
MIT License
39 stars 12 forks source link
blynclight python usb

Blynclight

Open-source control software for the Embrava Blynclight IM status indicator.

Getting Started

Install dependencies:

$ sudo apt-get install libusb-dev

Clone the repo:

$ git clone https://github.com/mborgerson/blynclight.git
$ cd blynclight

Create a virtual environment:

$ mkdir env
$ virtualenv -p python3 env
$ source env/bin/activate

Install requirements:

$ pip install -r requirements.txt

Run:

$ python src/blynclight.py cycle

Commands

Run with --help for more details.