Skip to content

atx/python-mipow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-mipow

Python library for the Mipow RGB lightbulbs

Installation

The library can be installed from the repository with pip or setup.py:

$ git clone https://github.com/atalax/python-mipow.git
$ cd python-mipow
$ pip3 install .

Usage

import mipow

mw = mipow.Mipow("31:C2:4B:12:34:56")
mw.set(200, 245, 0)

Command line tool

The package also contains the mipow-ctl command line utility.

$ mipow-ctl -a 31:C2:4B:12:34:56 -c aaf100

MQTT Bridge

$ mipow-mqtt -a 31:C2:4B:19:AC:E6 -t lights/lamp
$ mosquitto_pub -t lights/lamp/rgbl -m eeff00

About

Python library for the Mipow RGB lightbulbs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages