bwssytems / ha-bridge

Home automation bridge that emulates a Philips Hue light system and can control other systems such as a Vera, Harmony Hub, Nest, MiLight bulbs or any other system that has an http/https/tcp/udp interface. This is a compact impl to run on small format computers. This is impl started from this project https://github.com/armzilla/amazon-echo-ha-bridge.
Apache License 2.0
1.45k stars 198 forks source link

Will HA-Bridge support HUE API V2 as well, and when or is it already available? #1354

Open BernieHD opened 2 years ago

BernieHD commented 2 years ago

Hi There,

First let me express my sincere thanks to everyone contributing to HA-Bridge! It's a great piece of software!

Although I'm nearly fully satisfied with how HA-Bridge works in my environment, I'm just curius which HUE API version HA-Bridge emulates. According to the communications from Philips here the Hue API V1 will be deprecated in favour of the HUE API V2. May I ask what the plans are for HA-Bridge in this respect?

I'm looking forward to any feedback!

Have a great rest of this Sunday and enjoy next week!

Best regards

Bernhard

BernieHD commented 2 years ago

Ah just identified the API version when calling /api/list as V1.17.0!

gobo-ws commented 2 years ago

Does not work with the Hue API V2 for me with the original Hue app. The app detects the HA-bridge but does not pair, just says press the button on the bridge. If I instead generate a cert, enable https in HA-bridge and run on port 443 the Hue app says no bridge is found. Or maybe there is some other error?

arazok commented 2 years ago

I have the same issue. Is it planned to support Hue API V2 as well ?