esp8266-yeelight-switch icon indicating copy to clipboard operation
esp8266-yeelight-switch copied to clipboard

Arduino project for controlling an Yeelight bulb using an ESP8266 MCU and a push button.

Results 13 esp8266-yeelight-switch issues
Sort by recently updated
recently updated
newest added

On demand, show the current state of the bulb.

enhancement

The Discovery results are printed in order received, which is pretty random. Maybe make some sorting?

enhancement
on hold

Partially inspired by issue #13. Since Yeelight API does not return bulb names properly, would be good to support user-defined bulb labels, and display them instead of cryptic IDs.

enhancement

Since the switch just sends toggle events without consulting bulbs status, the result depends on the initial state of the bulbs. It is thus possible to have with single button...

enhancement

With `/flip` page it is fairly easy to make a shell script which could be used to manipulate lights from command line.

enhancement

Hello, you can add lamp color control by holding a button, a button in the web interface, or a mode in which the color shimmers from one to another without...

enhancement

I wonder if it would be possible to add support for controlling brightness and colour by adding two potentiometers or encoders?

enhancement

Many places in the code don't check for errors; notably, the EEPROM operations. To improve.

enhancement

From issue #26, it would be desirable to have a port of this application to ESP32.

enhancement
help wanted

Minor issue. Currently the scan process only updates already registered bulbs or adds newly found bulbs. No removal is done. This could be potentially an issue in a dynamic Yeelight...

enhancement