Skip to main content

A Python library for controlling YeeLight RGB bulbs.

Project description

https://gitlab.com/stavros/python-yeelight/badges/master/pipeline.svg https://gitlab.com/stavros/python-yeelight/badges/master/coverage.svg https://img.shields.io/pypi/v/yeelight.svg Documentation Status

yeelight is a simple Python library that allows you to control YeeLight WiFi RGB LED bulbs through your LAN.

For a command-line utility that uses this library, see yeecli.

Installation

There are many ways to install yeelight:

Usage

To use yeelight, first enable “development mode” on your bulb through the YeeLight app. Then, just import the library into your project like so:

>>> from yeelight import Bulb

Afterwards, instantiate a bulb:

>>> bulb = Bulb("192.168.0.5")
>>> bulb.turn_on()

That’s it!

Refer to the rest of the documentation for more details.

The library also contains a (currently undocumented) asyncio interface.

Contributing

If you’d like to contribute to the code, thank you! To install the various libraries required, run (preferably in a virtualenv):

$ pip install -Ur requirements_dev.txt

In order for your MR to pass CI, it needs to be checked by various utilities, which are managed by pre-commit. pre-commit will be installed by the above command, but you also need to install the pre-commit hook:

$ pre-commit install

The hook will run on commit. To run it manually (e.g. if you’ve already committed but forgot to run it, just run):

$ pre-commit run -a

Thanks again!

License

yeelight is distributed under the BSD license.

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

yeelight-0.7.5.tar.gz (48.3 kB view details)

Uploaded Source

Built Distribution

yeelight-0.7.5-py3-none-any.whl (34.8 kB view details)

Uploaded Python 3

File details

Details for the file yeelight-0.7.5.tar.gz.

File metadata

  • Download URL: yeelight-0.7.5.tar.gz
  • Upload date:
  • Size: 48.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.12

File hashes

Hashes for yeelight-0.7.5.tar.gz
Algorithm Hash digest
SHA256 493596c97a7613522e75280d43bb8a07964c5cfcabc9ed327683a1e2316efe4f
MD5 a16270ab7e433a009d269d35f5718b85
BLAKE2b-256 4f49bb8dc416204cf0eede8a0e547b6d9eb48c55fb660d8c9022d29d5df9a570

See more details on using hashes here.

File details

Details for the file yeelight-0.7.5-py3-none-any.whl.

File metadata

  • Download URL: yeelight-0.7.5-py3-none-any.whl
  • Upload date:
  • Size: 34.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.12

File hashes

Hashes for yeelight-0.7.5-py3-none-any.whl
Algorithm Hash digest
SHA256 bab729c2f9fcd32ec7e85d7dd63fc7b0787a084d79b1271b4b7992f4d3091e98
MD5 1861178ae7fd432dfa768a52fa8939f7
BLAKE2b-256 12c48b7ffc66228aebc30108545734ed0b7289f2bdd3c7b8ac4c384894c523d1

See more details on using hashes here.

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