probonopd / ESP8266HueEmulator

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

Official Hue iOS app says connection to bridge lost #1

Closed probonopd closed 9 years ago

probonopd commented 9 years ago

The official Hue iOS app starts connecting to the emulated bridge and begins communicating with it, then says that the connection to bridge is lost. I do not know why yet; probably some of the answer messages are not correct yet.

Please note that currently only the bare minimum to advertise the emulated Hue bridge is implemented, but it is enough so that the http://chromaforhue.com OS X app can discover and communicate with the emulated bridge.

Pull requests are highly welcome!

probonopd commented 9 years ago

Solved