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

ESPhome update 2024.5.5 broke wakeword detection on M5 Atom Echo #200

Open
crissmil opened this issue Jun 5, 2024 · 3 comments
Open

ESPhome update 2024.5.5 broke wakeword detection on M5 Atom Echo #200

crissmil opened this issue Jun 5, 2024 · 3 comments

Comments

@crissmil
Copy link

crissmil commented Jun 5, 2024

After updating HA ESPHome add-on to latest 2024.5.5 followed by updating my 3 devices M5 Atom Echo, none of them could use wake work anymore.
I did restart HA, restart Pi5, compile all M5 devices again without success. They just do not react at all to wake-word, even if the log says Pipeline running. Using Assist with my laptop bult-in microphone is reacting normally to wake-word.

I downgraded ESPhome back to 2024.5.4, recompile all my devices and my satellites are running again.

@pwsh
Copy link

pwsh commented Jun 6, 2024

Did you manually pin an IDF version? The latest fix was for IDF 4.4.7, so I'm wondering if you had pinned to IDF 4.4.6 like several people had previously.

esphome/esphome#6855

@crissmil
Copy link
Author

crissmil commented Jun 6, 2024

I did not manually pin any IDF version.

esp32:
board: m5stack-atom
framework:
type: esp-idf

Should I?

@pwsh
Copy link

pwsh commented Jun 7, 2024

I wish I had an m5 to test with, so this is all guesswork based off issues I had with the esp32-s3-box-3

I'd say try one of these 2 configurations. I think recommended will pull in 4.4.7 per https://esphome.io/components/esp32.html and is the same as leaving blank for default, so no change from what you have.

  framework:
    type: esp-idf
    version: recommended

or

  framework:
    type: esp-idf
    version: 4.4.6

But it also could do with the change in ringbuffer size added to 2024.5.5
esphome/esphome@ba25052

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