probonopd / ESP8266HueEmulator

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

Fix new Hue app discovery #31

Closed opticron closed 7 years ago

opticron commented 7 years ago

This adds a local copy of the SSDP library with a patch to enable custom formatting of SSDP notices and responses. The new Hue app uses a really bad hand-built SSDP reply parser that depends on non-ordered element order and non-standard elements.

The patch that is applied to this local copy is in a PR here: https://github.com/esp8266/Arduino/pull/2424

probonopd commented 7 years ago

Thank you