$ python yee.py [-h] [--reset] command argument
command can be power, bright, temp, color, or status.
argument is dependent on command:
power:onofftoggle
bright:- a number 1-100
temp:- a number 2500-6500
color:redgreenblue- a hex code in the form
'#ffffff'
statustakes no argument
Install the only dependency:
pip install yeelight
Run
$ git clone https://github.com/drugantibus/yeepy ~/yeepy
and then add an alias to your .bashrc or .zshrc:
alias yee="python ~/yeepy/yeel.py".
You can now turn your Yeelight on and off using
$ yee power toggle!
- Support natural values for
brightandtemp: (e.g. "full", "cold", etc.) - Multi-bulb support
- Non-color bulb support
- Scene support
- GUI
This is very much a work-in-progress. Any and all contributions, issues included, are very appreciated.