TTS to Chromecast Audio's Do Not Work

HomeSeer user, prospecting HA, having trouble with simple TTS to Chormecast Audio’s.

  1. I have spend several hours trying to diagnosis where the failure could be and I’m at the point it looks like this is core failure (But how can that be?).
  2. I’m signed up with a HA cloud account.
  3. No problem playing an audio files.

Here is the error

Logger: homeassistant.components.cast.media_player
Source: components/cast/media_player.py:333
Integration: Google Cast (documentation, issues)
First occurred: 6:29:14 AM (1 occurrences)
Last logged: 6:29:14 AM

Failed to cast media http://192.168.1.132:8123/api/tts_proxy/d018ed776e0974a3dc788cb6455b8c4b2921e739_en-au_a9c18110b0_cloud.mp3 from internal_url (http://192.168.1.132:8123). Please make sure the URL is: Reachable from the cast device and either a publicly resolvable hostname or an IP address

I’ve tried several different iterations of yaml settings (not sure why I need to do any yaml to get this base working).

tts:

  • platform: google_translate
    cache: true
    cache_dir: /tmp/tts
    time_memory: 3000
    service_name: google_say

Any ideal how to diagnose the issue?

Which group would this fall under to submit a bug submission? (Core, Front End, Superviser, OS)

Ok, so it appears the failure is due to having the Chromecast Audio’s on a V-LAN that does not have access to the server on the LAN.

I don’t want to move the CCA’s to my main LAN if at all possible. Is there any unknown problem using the Cloud provided url for the Internal URL?