Hello.
I have purchased HA Voice Preview edition and added the device to HASSIO core 2024.12.5. some features work but TTS/ responses do not.
When I select “set up voice assistant” in integrations > ESPHome
After awhile I see the following:
“The voice assistant is unable to connect to Home Assistant
To play audio, the voice assistant device has to connect to Home Assistant to fetch the files. Our test shows that the device is unable to reach the Home Assistant server.”
After some troubleshooting and not getting very far I decided to “Take control” using “ESPHome builder”.
After compiling and installing, I see the following in the logs.
[23:45:15][D][esp-idf:000][ann_read]: E (2819428) esp-x509-crt-bundle: Failed to verify certificate
[23:45:15][D][esp-idf:000][ann_read]: E (2819431) esp-tls-mbedtls: mbedtls_ssl_handshake returned -0x3000
[23:45:15][D][esp-idf:000][ann_read]: E (2819432) esp-tls: Failed to open new connection
[23:45:15][D][esp-idf:000][ann_read]: E (2819433) transport_base: Failed to open a new connection
[23:45:15][D][esp-idf:000][ann_read]: E (2819434) HTTP_CLIENT: Connection failed, sock < 0
[23:45:15][E][nabu_media_player.pipeline:171]: Media reader encountered an error: ESP_ERR_HTTP_CONNECT
[23:45:15][E][nabu_media_player:305]: The announcement pipeline's file reader encountered an error.
It seems perhaps the “unable to connect to home assistant to play voice” error may be due to a certificate error?
Is there a way to get round this problem? Perhaps an ignore SSL error configuration entry or ideally add the appropriate root CA to the bundle? If that is the cause?
Commands such as “turn the light on” or off do work, just responses to things like “what time is it?” There’s no audio from TTS.
Your input is very much appreciated.