A web-based control interface for Yeelight smart bulbs, built using Flask.
- Turn the light on/off
- Adjust brightness
- Set color with an HSV color picker
-
Clone the repository and install dependencies:
pip install flask yeelight
-
Update
bulb_ip
inapp.py
to your Yeelight's IP. -
Run the app:
python app.py
-
Access at
http://<IP_ADDRESS>:5000/
from devices on your local network.
Adjust brightness and color via the web interface.