TTS not working since 2024.10

Hello,

I use Google Cloud for TTS, with tts.google_cloud_say until last update.
Now if i read documentation correctly, i should use tts.speak.
Here is an example of my automation :

action: tts.speak
target:
  entity_id: tts.google_cloud
data:
  media_player_entity_id: media_player.sonos
  cache: false

But it’s not working, no error message but no sound !!!

If i use tts.google_translate, no problem…

action: tts.speak
target:
  entity_id: tts.google_translate_fr_fr
data:
  media_player_entity_id: media_player.sonos
  cache: false

Help !

This may be related

Interesting but im not sure.

Seems 2024.10.1 (just released) has some TTS fixes in there… might be worth a look

Several threads about this right now:

They are both after 2024.10.0 release (despite one of the thread titles)…try 2024.10.1 as it reportedly has a fix

Still not working.
In Assist settings, when i click to try a TTS service, it’s working with Google Translate but not with Google Cloud : “Error playing audio.”

Sure, only to inform to others that there are new threads coming up constantly about the same subject. No need to open new ones.

1 Like

This is the error i get in log :

Enregistreur: homeassistant.components.tts
Source: components/tts/__init__.py:1080
intégration: Text-to-speech (TTS) (documentation, problèmes)
S'est produit pour la première fois: 21:50:45 (17 occurrences)
Dernier enregistrement: 22:07:01

    Error on load tts: af71d61b60fb474925712400ea7f2283aa70d387_fr-fr_5903e9c71d_tts.google_cloud not in cache!
    Error on load tts: af71d61b60fb474925712400ea7f2283aa70d387_fr-fr_b1aae47e40_tts.google_cloud not in cache!
    Error on load tts: af71d61b60fb474925712400ea7f2283aa70d387_fr-fr_221a26d1c1_tts.google_cloud not in cache!
    Error on load tts: 372ea08cab33e71c02c651dbc83a474d32c676ea_fr-fr_b1aae47e40_tts.google_cloud not in cache!

Im having issues myself since this update.

Failed to perform the action tts.google_cloud. InvalidDataError: Unable to retrieve info for http://172.18.0.71:8123/api/tts_proxy/a94a8fe5ccb19ba61c4c0873d391e987982fbbd3_en-au_408e309469_google_cloud.mp3: Server returned 404 Not Found

and

  • Error on load tts: 4e9b2aecd98522e7b4ed893adb659db90fec93f1_en-au_408e309469_google_cloud not in cache!

This is generated when testing from the developer section and testing the service directly outside of automations.

If I stream media to the speaker from Music Assistant, it works fine. Its only this Google Cloud integration failing.

1 Like

Just wanted to mention im on 10.1 and are still getting the above error.

Fix should be coming in 2024.10.2.

1 Like

I’m on 2024.10.2 And the error resolved for a few runs, and is now back in effect and blocking all functionality. Every time gives the same error:

  • Error on load tts: ed906bed9527bd402587788415f7d44b4b83934d_en-us_bd8615e924_tts.google_cloud not in cache!

The actual filename changes, but it’s always that error.

Same issue and I am on 2024.10.3. Have you found any workarounds?

I use the the Nabu Casa cloud and it quit working. 2024.10.3. Was working. Kind of just waiting…

alias: Aqara Back Door Has Opened
description: “”
triggers:

  • entity_id:
    • binary_sensor.aqara_back_door_opening
      from: “off”
      to: “on”
      trigger: state
      conditions:
      actions:
  • metadata: {}
    data:
    message: Back Door Has Opened
    data:
    ttl: 0
    priority: high
    action: notify.mobile_app_sm_sxxx
  • delay:
    hours: 0
    minutes: 0
    seconds: 2
    milliseconds: 0
  • action: notify.mobile_app_sm_sxxx
    metadata: {}
    data:
    message: TTS
    data:
    ttl: 0
    priority: high
    tts_text: Back Door Has Opened
    mode: single

TTS has been unavailable from version 2024.10 to the latest 2024.10.4, and it was working normally before 2024.10 . Do you have any suggestions for the following error? Thank you.

Mine started working again all by itself.:person_shrugging:

No new updates.

Did go thru my phone settings, but don’t think I changed anything that would have had any impact.

Odd.

It now works for me with Core 2024.10.4.

Yep, 2024.10.4 must have fixed mine too.

I take that back. What I just found is if my notifications phone setting volume slider is at zero in settings, HA TTS works.:person_shrugging:

If I slide the volume up to 50 percent so I can hear other notifications sounds, than HA doesn’t announce TTS, but does make the sound I assigned for that notification. Weird.

My automation sends a notification and waits 2 seconds then is supposed to speak to me about whats open.

Some setting or something or HA cloud, companion app setting, Samsung? Haven’t figured that out yet if it is that. Or me. :joy: