Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 95925

Google Home Mini - Error on init TTS: No TTS from google_translate

$
0
0

@GTaylor wrote:

Hello guys!
I know there are a lot of topics about it, but i’ve implemented all tips and it still doesn’t work, i lost days and nights trying to fix this :cry:

My HA is runing on VirtualBox machine, i’ve a local IP 192.168.15.201 for it (fixed on router by the MAC address).

DuckDNS with following config:

 lets_encrypt:
   accept_terms: true
   certfile: fullchain.pem
   keyfile: privkey.pem
 token: DUCK_DNS_TOKEN
 domains:
   - EXTERNAL_URL.duckdns.org
 seconds: 300

NGINX with the config:

 domain: EXTERNAL_URL.duckdns.org
 certfile: fullchain.pem
 keyfile: privkey.pem
 hsts: max-age=31536000; includeSubDomains
 cloudflare: false
 customize:
   active: false
   default: nginx_proxy_default*.conf
   servers: nginx_proxy/*.conf

DNSMask with the config:

 defaults:
   - 8.8.8.8
   - 8.8.4.4
 forwards: []
 hosts:
   - host: EXTERNAL_URL.duckdns.org
     ip: 192.168.15.201

My configuration.yaml

 default_config:
 
 logger:
 system_log:
         max_entries: 100
 
 http:
         base_url: https://EXTERNAL_URL.duckdns.org
 
 tts:
         - platform: google_translate
           base_url: https://EXTERNAL_URL.duckdns.org
     	  #base_url: http://192.168.15.201:8123

My openned ports on router:

I can access my HA by http://192.168.15.201:8123 or https://EXTERNAL_URL.duckdns.org both works great, i can control the Google Home Mini, play music or mp3 audio link (using Service > media_player.play_media)

But if i try to use the service tts.google_translate_say I always get the error Error on init TTS: No TTS from google_translate

On my logs, when start the server:

 INFO (SyncWorker_3) [homeassistant.loader] Loaded google_translate from homeassistant.components.google_translate
 INFO (MainThread) [homeassistant.setup] Setting up tts
 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=tts, service=google_translate_say>

When i try to use the service tts.google_translate_say:

 ERROR (MainThread) [homeassistant.components.google_translate.tts] Timeout for google speech
 ERROR (MainThread) [homeassistant.components.tts] Error on init TTS: No TTS from google_translate for 'hello'

Anybody can help me ??

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 95925

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>