NorthernMan54 / homebridge-alexa

Expose your homebridge controlled devices to Amazon Alexa.
https://www.homebridge.ca
446 stars 77 forks source link

HomeKit scenes #460

Closed adavison007 closed 2 years ago

adavison007 commented 2 years ago

Is it possible to control HomeKit scenes with your Alexa plugin?

NorthernMan54 commented 2 years ago

No, scenes are not exposed

On Aug 28, 2021, at 10:27 AM, adavison007 @.***> wrote:

 Is it possible to control HomeKit scenes with your Alexa plugin?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

brinley commented 2 years ago

Just to add to this, i found that in Alexa app itself after the homekit devices are picked up, I was able to manually recreate the scenes by creating Alexa device groups. This allowed me to do what I was doing with scenes which was to beable to turn on and off groups of devices. Hopefully this will help your use case as well

NorthernMan54 commented 2 years ago

Personally, I create composite devices within homekit-bridged( node-red ), and control those from Alexa. I find they work really well when combined with Homebridge-automation and the stateful lights pattern ( https://github.com/NorthernMan54/node-red-contrib-homebridge-automation/wiki/Stateful-Lights ). I have all my Alexa devices using stateful lights as the device controlled for 'Alexa, turn on the lights'. As this makes a great WAF experience.