ZeroOne3010 / yetanotherhueapi

A Java library for controlling Philips Hue lights. Available from the Maven Central.
MIT License
68 stars 21 forks source link

Bridge firmware 1937045000 (Feb/Mar 2020) may have broken the UPnP discovery #16

Closed ZeroOne3010 closed 3 years ago

ZeroOne3010 commented 4 years ago

It seems that the UPnP discovery that was just implemented in #13 may have become broken in the latest Hue Bridge firmware update...

ZeroOne3010 commented 3 years ago

There was a clear error with the port number, but even after fixing it in 6ccde5e3fce the application doesn't seem to be able to tease the Bridge into sending messages as responses to the application's requests. The application is still able to catch those SSDP messages sent by the Bridge that the Bridge initiated on its own, but it's far from guaranteed that one of those broadcast messages would happen exactly while the app happened to be waiting for them.

ZeroOne3010 commented 3 years ago

And now it appears to work just fine again... 🤷‍♂️