Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Devices not discovered by alexa app #233

Open
dns96 opened this issue Jan 29, 2025 · 2 comments
Open

Devices not discovered by alexa app #233

dns96 opened this issue Jan 29, 2025 · 2 comments

Comments

@dns96
Copy link

dns96 commented Jan 29, 2025

Trying so many time restart the echo but still not discovered devices

@dns96
Copy link
Author

dns96 commented Feb 12, 2025

Please help someone

@BoeckEH
Copy link

BoeckEH commented Feb 12, 2025

It's still probably library. This has worked for a lot of people, including me. If it doesn't for you, I had issues with generations earlier than the 4. I bought one gen 4, and suddenly everything worked. This was a few years ago, before the library became an issue.

"Open espalexa.h in an editor and search for encodeLightId

in the encodeLightId method, replace the line that assigns the ID,

Replace this line : sprintf_P(out, PSTR("%02X:%02X:%02X:%02X:%02X:%02X:00:11-%02X"), mac[0],mac[1],mac[2 ],mac[3],mac[4],mac[5], idx);

With this line: sprintf_P(out, PSTR("%02X:%02X:%02X:%02X:%02X:%02X-%02X-00:11"), mac[0],mac[1],mac[2 ],mac[3],mac[4],mac[5], idx);

save the espalexa.h file and upload your sketch again, the on Alexa app discover the devices again you will see all the devices.
give it a little time and you will see "ON" buttons with the devices"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants