NorthernMan54 / homebridge-alexa

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

Don't know how to add new devices #463

Closed paulxw closed 3 years ago

paulxw commented 3 years ago

Hi, I have the following problem, I would like to be able to control the devices that I have added to my Alexa app via Apple Homekit. My code cannot easily be changed without background knowledge. Maybe you could help me so that I can set the correct code. I only have light bulbs and sockets and a controller for RGB Lightstripe. They are all stored with Alexa. Perhaps you can help me.

This is my current code: { "accessories": [], "platforms": [ { "platform": "Alexa", "name": "Alexa", "username": "", "password": "", "deviceListHandling": "allow", "pin": "031-45-154", "debug": false } ] }

Thanks alot

Paul

NorthernMan54 commented 3 years ago

This plugin does the opposite and allows homebridge devices to be controlled by Alexa.

On Sep 9, 2021, at 1:30 PM, paulxw @.***> wrote:

 Hi, I have the following problem, I would like to be able to control the devices that I have added to my Alexa app via Apple Homekit. My code cannot easily be changed without background knowledge. Maybe you could help me so that I can set the correct code. I only have light bulbs and sockets and a controller for RGB Lightstripe. They are all stored with Alexa. Perhaps you can help me.

This is my current code: { "accessories": [], "platforms": [ { "platform": "Alexa", "name": "Alexa", "username": "", "password": "", "deviceListHandling": "allow", "pin": "031-45-154", "debug": false } ] }

Thanks alot

Paul

— 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.