michielpost / Q42.HueApi

C# helper library to talk to the Philips Hue bridge
MIT License
411 stars 114 forks source link

404 Error in eventstream for the RemoteHueApi on Clip V2 #284

Closed AsbjornKrogh closed 1 year ago

AsbjornKrogh commented 1 year ago

When I run the HueApi.ConsoleSample for the Eventstream localy it works completly fine.

But when I change the LocaleHueAPI to a RemoteHueAPI I will get a "404 not found" error in the httpclient. I have checked my appKey and Token for the RemoteHueAPI, by succesfully turning on my light.

Any suggestions on how to solve my problem?

michielpost commented 1 year ago

I think that API is not available in the Remote API. It's not part of the official API specs from Hue: https://developers.meethue.com/develop/hue-api-v2/api-reference/#resource

Not sure if Hue ever published official docs about this API.

I will remove if from the RemoteHueApi in a next release.

AsbjornKrogh commented 1 year ago

FYI: Philips Hue has informed us that the remote Hue API will have the event stream

Quete "Event stream is currently not yet released on the remote API."

michielpost commented 1 year ago

Cool thanks, good to know! I'll close this issue now. When the API is added to the remote API, I will add it to the library.

AsbjornKrogh commented 1 year ago

Perfect - Thanks!

And thanks for an amazing SDK!