probonopd / ESP8266HueEmulator

Emulate a Philips Hue bridge running on an ESP8266 using the Arduino IDE.
MIT License
411 stars 93 forks source link

Process the Input that is send to the emulator (and send them to Yeelight) #44

Closed janus-reith closed 7 years ago

janus-reith commented 7 years ago

Not really an issue but a question/idea Is there already any implementation to actually process the hue commands that the emulator recieves?

For example, I am interested in the Xiaomi Yeelight Wifi Bulbs, and would like to use the esp8266 to send commands to it.

This would make a really cheap Hue alternative, that doesn't lack the features of the real thing.

Yeelight Developer Docs: http://www.yeelight.com/download/Yeelight_Inter-Operation_Spec.pdf

janus-reith commented 7 years ago

Nevermind