alexa-samples / alexa-smarthome

Resources for Alexa Smart Home developers.
https://alexa.design/smarthome
Other
682 stars 336 forks source link

After following instructions, I can get my skill linked. But after discovery, I don't see any devices #73

Closed faheemmuhammed17 closed 10 months ago

faheemmuhammed17 commented 6 years ago

I did not receive discovery directive at my lambda but my application ID and Skill Id is same Please help.

kirantpatil commented 5 years ago

Hi, we are also facing same issue. Have you found any solution ?

Thanks.

rohitjagtap1991 commented 5 years ago

andrew01144's comment on this thread worked for me!

https://github.com/alexa/alexa-smarthome/issues/89

dievaa commented 10 months ago

The discovery process can potentially fail because of a mismatch between the account's PFM (Preferred market place), the skill locale, and the lambda endpoint region.

For example, if your skill locale includes en-GB, if you want to make the discovery work for GB customers, you should deploy the lambda function also in the eu-west-1 region. If you want to test it, you also have to set the PFM of your dev account to GB.

You can find additional information here: https://developer.amazon.com/en-US/blogs/alexa/device-makers/2023/07/smart-home-discovery-alexa-july-2023