Blynclight Save

Open-source control software for the Embrava Blynclight

Project README

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

  • cycle: Cycle through red, blue, green colors
  • color: Set a specific color
  • pulse: Pulse a specific color

Run with --help for more details.

Open Source Agenda is not affiliated with "Blynclight" Project. README Source: mborgerson/blynclight
Stars
38
Open Issues
2
Last Commit
7 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating