Peter Murray

Results 112 comments of Peter Murray

That deprecation warning should no impact this particular endpoint, as the nupnp search is reaching out to the Hue cloud to get the data back for the known register bridges,...

I managed to reproduce the rate limiting by hitting just the end point around 10 times in less than a minute. Hue are clearly protecting this endpoint now more than...

Nothing useful in the returned headers indicating a window, number of api calls remaining or reset time: ![Screenshot 2022-08-01 at 12 21 40](https://user-images.githubusercontent.com/681306/182137447-50ab683d-27cb-4803-a102-59b3704af9b2.png)

I found this snippet buried in the Hue docs > The rate limit of using the discovery endpoint is maximum one request per 15 minutes per client. Typically it should...

With the deprecation of the UPnP and the addition of mDNS, it looks like I will need to add that to the library as an alternative approach for discovery now.

I have released a new version with mDNS support, see here for details https://github.com/peter-murray/node-hue-api/issues/221#issuecomment-1214181471

I am still yet to discover the actual endpoints that this is based off of... I had a look at the Home Assistant integration and could not manage to find...

Thanks, I was aware of that and will be looking to start building on top of this over the festive period, it is a pretty radical change to the APIs...

Those values returned are all bridges registered against your use account at, https://account.meethue.com/bridge If you sign into the above url, then you can remove the invalid bridges. Currently it expects...

It is, as the info retrieved is used to validate the self signed ssl certificate as well as proving that the reported values are real bridges in the client network....