Skip to main content

Daylight mode for Xiaomi Mi Yeelight bulbs and lights.

Project description

Night shift script for Xiaomi Mi Yeelight lights and light bulbs.

Setup

Raspberry Pi

Download setup the latest version of Rasbian on your Raspberry Pi.

Next install the following packages:

sudo apt-get install python3 -y
wget https://bootstrap.pypa.io/get-pip.py
sudo python3 get-pip.py

Deeelight

Install the Python package

sudo pip install deelight

and run the deelight command

deelight "New York, US" -v

Autostart

If you are running deelight on Raspbian or any other Debian system you can add a simple upstart script. It will be executed once your network is up.

sudo nano /etc/systemd/system/deelight.service
[Unit]
Description=Daylight mode for Xiaomi Mi Yeelight
After=network-online.target

[Service]
Type=idle
ExecStart=/usr/bin/python3 /usr/local/bin/deelight Valletta -v
Restart=always

[Install]
WantedBy=multi-user.target
sudo systemctl enable deelight.service
sudo service deelight start

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

deelight-1.1.0.tar.gz (9.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page