Entity “select.esp_voice_satellite_aktivierungswort” is UNAVAILABLE
Device does not react to the configured wake word, nor when pressing the local button. No LED activity or anything else indicating the device is actually working.
What - the hell - is wrong or missing? I ran totally out of ideas. I think the main point is the web flasher not directly offering to flash the Atom Echo as “voice assistant”. That’s a classic fiddling-around-with-horrible-user-experience-situation again. No idea what’s wrong.
Now the entities are there, it and I can start trying to use the Atom Echo finally.
I have no idea why the “Install Voice Assistant” never was presented - or while I thought it’s a good idea to let AI create the necessary .yaml content for the Atom Echo. Or why the Atom Echo did not get discovered via Bluetooth like it did in https://youtu.be/t64h2ngFIwg?si=8t77IOG2s6w3UIP8&t=62.
So many things coming together not really working… great, smart home hardware at it’s best
That whole voice assistant game still is just way too complicated. One error and - et voila - 4 hours are just gone. Forever.
Wake word detection works - at least sometimes. Then the Atom Echo is dead not reacting to voice commands at all, needing a restart. No matter if on device or HA engine is set.
→ Fixed by correct wifi settings (device had no DNS). Playing files is possible now. /// Playing a sound file using the media_player entity is not working - I never heard something coming from the Atom Echo’s internal speaker. Passing a media file gives this in the device’s log:
[23:30:56][E][speaker_media_player:326]: The announcement pipeline's file reader encountered an error.
[23:30:56][E][speaker_media_player.pipeline:112]: Media reader encountered an error: ESP_ERR_HTTP_CONNECT
[23:30:56][E][speaker_media_player:326]: The announcement pipeline's file reader encountered an error.
[23:30:56][E][speaker_media_player.pipeline:112]: Media reader encountered an error: ESP_ERR_HTTP_CONNECT
[23:30:56][E][speaker_media_player:326]: The announcement pipeline's file reader encountered an error.
It does not recognize any text spoken and therefore never gives an answer. Log says
[23:15:00][D][voice_assistant:623]: Event Type: 11
[23:15:00][D][voice_assistant:824]: Starting STT by VAD
[23:15:02][D][voice_assistant:623]: Event Type: 12
[23:15:02][D][voice_assistant:828]: STT by VAD end
[23:15:02][D][voice_assistant:477]: State changed from STREAMING_MICROPHONE to STOP_MICROPHONE
[23:15:02][D][voice_assistant:484]: Desired state set to AWAITING_RESPONSE
[23:15:02][D][voice_assistant:477]: State changed from STOP_MICROPHONE to STOPPING_MICROPHONE
[23:15:02][D][light:052]: 'ESP Voice Satellite' Setting:
[23:15:02][D][light:076]: Red: 0%, Green: 0%, Blue: 100%
[23:15:02][D][light:126]: Effect: 'Fast Pulse'
[23:15:03][D][voice_assistant:477]: State changed from STOPPING_MICROPHONE to AWAITING_RESPONSE
[23:15:03][D][voice_assistant:623]: Event Type: 0
[23:15:03][E][voice_assistant:796]: Error: stt-no-text-recognized - No text recognized
[23:15:03][D][voice_assistant:605]: Signaling stop
[23:15:03][D][voice_assistant:477]: State changed from AWAITING_RESPONSE to STOP_MICROPHONE
No idea what’s the reason for the [23:15:03][E][voice_assistant:796]: Error: stt-no-text-recognized - No text recognized.
Feels like the onboarding experience continues the same way like the usage experience.
M5 has been giving me issues for a while. I have one device with bad speaker and another with power issue(both my breaking) so I haven’t tried troubleshooting but I know replies haven’t worked.
How did you install HA?
What is your STT provider?
Check the Homeassitant URLs in HA Network settings. I belive the local address must be accessible to STT provider.
I don’t thing your STT provider is able to get data for playback. I believe that’s what the error infers.
Indeed the hardware itself is… „nice“ but more on the play around level, definitely not in the productive ready corner. For me, collecting first experiences with a voice assistant it is a good start - at least I thought so until yesterday.
HA is run running on HA OS. STT „speech-to-phrase“ is installed and configured in the voice assistant which is used by the Atom Echo.
Today
sometimes it worked a few times (even for many/most times the wake word is not working, drives me really crazy jelling at that piece of hardware multiple times while I could simply use the physical switch next to it to turn the light on/off etc.)
and I even could turn on/off lights. …well, even it should be location/area aware, by just saying „turn on/off the lights“ it switched on/off lights in completely other areas. Maybe the STT was not working good enough or the set aliases are too confusing.
I don‘t know, it just fails, is a horrible overall user experience and lightyears away from productively usable.
For the Home Assistant URL: that might be a hot take. It is not set (never was, working that way for years), only the local network address, because it is not exposed externally. Is this URL needed?
Since you works occasionally the problem likely is esp. not sure how to reduce memory.
I get different error where Wake word detect doesn’t seem to restart after announcement. M5 overall is not good for assistant. I think it would be useful for connecting to another device for announcement. Its wake detection was always poor and volume too low. HA Voice PE was significant improvement.
The local/on device wake word detection requires the compiling of some memory intensive components, maybe removing this would free some memory.
But there are two remaining issues:
Wake word often not detected at all —> potentially the local memory issue, minuses how to solve it
Often no STT. I configured faster-whisper as STT service in the voice assistant. Now pretty reliably STT is working, but checking the addon logs and seeing what it detects is so so horrible. Like an alien trying to speak my language for the very first time, largely totally different words. So: reliable in terms of technically working, but unusable looking at the output. Back to speech-to-phrase addon it simply fails with the error in ESP log. The STP addon log does not show any signs of received audio or detected text.
So I think I should debug the ESP to HA to STP addon connection next, somehow.
—> Update: with the addon set to debug mode it shows at least some activity and seems to do local basic tasks, but fails at LLM stuff like „What is 5 x 5?“.
Argh it’s so frustrating. Looking forward to a plug and play HA voice assistant device. The preview edition also sounds like a lack of confidence regarding productive, hassle-free, Amazon Echo-like usage.
Esp log
Logs for STT, TTS and so on
There is debug at setting >> voice assistant >> 3 vertical dot next to your assistant >> “debug” that can be useful
Would be nice if debugging was a bit more centralized
Not as good as echo but significantly better than M5 or S3 box. I had echo in every room —2 in some rooms — and spent time understanding strength/weakness. I have not done that with Voice PE. In recent days I’ve used more and belive it may be closer to Amazon than I thought. Being that it’s open I feel there is some potential for optimizing that will improve this. Voice PE has potential.
Issue two still exists. STT not detected, not correctly detected etc… Maybe it’s the microphone, maybe it’s the STT addon, maybe… voice is the topic Home Assistant will never master.
2 years after the “year of the voice” and the overall experience feels like we’re in month one when Alexa was started to build.