alexa-smarthome
alexa-smarthome copied to clipboard
After following instructions, I can get my skill linked. But after discovery, I don't see any devices
I did not receive discovery directive at my lambda but my application ID and Skill Id is same Please help.
Hi, we are also facing same issue. Have you found any solution ?
Thanks.
andrew01144's comment on this thread worked for me!
https://github.com/alexa/alexa-smarthome/issues/89
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