Git Product home page Git Product logo

yeemanage's Introduction

Yeelight Management

Windows and Linux command line tool for controlling Yeelight colour smart globes.

Binaries

Downloadable binaries for Windows, Linux, and OSX can be found on the releases page.

Usage

yeelight.exe -ip <ip> 
    [-hsvHue <0-359>] 
    [-hsvSat <0-100>] 
    [-css <red, blue, aqua, violet, etc>] 
    [-rgb <000000-FFFFFF>] 
    [-effect <sudden|smooth>]
    [-duration <30+>]
    [-power <on|off|toggle>]

Examples

Turn on a globe

yeelight.exe -ip 192.168.1.55 -power on

Toggle the power

yeelight.exe --ip=192.168.1.55 --power=toggle

Multiple commands can be used. Turn on a globe, set the color to RGB value #9400D3, and set the brightness to max (100).

yeelight.exe -ip 10.1.1.15 -power on -rgb 9400d3 -brightness 100

Set colour using CSS named colours. See here for a list of valid values.

yeelight.exe -ip 10.1.1.15 -css royalblue

Linux example showing HSV usage

./yeelight-linux --ip=10.250.1.117 --hsvHue=120 --hsvSat=100 --effect=sudden

Supported Globes

Currently I can only guarantee this will work with the Smart LED Bulb 1S (COLOR) as that's all I have access to.

If you've successfully used this with other globes, please let me know so I can add them to this doc.

Release Notes

1.0

  • Initial release

1.1

  • Added CSS Named colour flag (-css).

yeemanage's People

Contributors

mdjx avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.