/easy_yeelight

A python app for controlling Yeelight RGB Bulbs

Primary LanguagePythonMIT LicenseMIT

Description

Easy Yeelight is a simple App designed to control a Xiaomi Yeelight Color Bulb.

Currently supported features:

  • ON/OFF
  • Brightness
  • Temperature
  • HSV Bar
  • RGB control
  • Scan devices and registration

Gui-Image

Usage and requirements

  • First of all, make sure you have enable "Lan Control" on your bulb through the Official YeeLight app.

  • Python 3.x

  • Install yeelight library using pip:

pip install yeelight

Or Install from source and do python setup.py install

  • Install scapy modulle to allow ping command:
pip install scapy
  • Then run .\easyeelight.py file to execute the application.