probonopd / ESP8266HueEmulator

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

Make iOS Hue app great again #55

Closed opticron closed 7 years ago

opticron commented 7 years ago

The iOS app apparently needs the right responses from scene light state modification attempts. The Hue API docs are actually wrong in this case and the pcap from a real Hue bridge was vital to getting this working.

The most recent iOS 2nd gen Hue app should work just fine now.

probonopd commented 7 years ago

Wow. I can confirm that you made it great again! Thank you.