I have (I think) installed TTS on my Home Assistant 2023.2.5, Supervisor 2023.01.1,
Operating System 9.5 Frontend 20230202.0 running on Oracle VM. I try running
service: tts.google_translate_say
data:
cache: false
entity_id: all
message: test
and get
service failure unknown error
I try
service: tts.marytts_say
data:
cache: false
entity_id: all
message: test
Ok. I am VERY confused which yaml? I read what you posted for the service call and it is exactly the same as I have . I presume my tts section in configuration.yaml is broken but the service page shows both tts.mary_say (my goal) and tts.google_translate_say
websocket_api script: Error executing script. Unexpected error for call_service at pos 1: RTSP/1.0 method ANNOUNCE failed with code 453: Not Enough Bandwidth
That doesn’t surprise as my internet is so so
back to MaryTTS since stand alone a actually my goal
configuration.yaml
# Text to speech
tts:
- platform: marytts
language: "en_US"
host: "10.0.1.10"
port: 59125
service call
service: tts.marytts_say
data:
cache: false
entity_id: all
message: test
Ii get this error
[140499411523888] Error handling message: Unknown error (unknown_error) from 10.0.1.185 (Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15)
10:27:54 AM – (ERROR) Home Assistant WebSocket API
websocket_api script: Error executing script. Unexpected error for call_service at pos 1: [Errno 111] Connection refused
10:27:54 AM – (ERROR) components/marytts/tts.py
I m wondering if this has to do with the fact I am running HA on a Linux VM hosted on Mac mini. I have tried localhost for the IP. 10.0.10 which is the VM and 10.0.1.185 (which if the host) and get the same error
You have advanced my knowledge of HA several degrees. I had not updated the internal URL on this reinstallation. There is a media player instance in state but I am uncertain what you mean testing the url. I am still getting
[139964082203200] Error handling message: Unknown error (unknown_error) from 10.0.1.185 (Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15)
2:56:13 PM – (ERROR) Home Assistant WebSocket API
websocket_api script: Error executing script. Unexpected error for call_service at pos 1: [Errno 111] Connection refused
2:56:13 PM – (ERROR) components/marytts/tts.py
I also can not get the MaryTT page up at 59125 just get a connection failure
and new errors. wonder if the speaker is part of the issue
139873573122976] Error handling message: Unknown error (unknown_error) from 10.0.1.185 (Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15)
4:47:17 PM – (ERROR) Home Assistant WebSocket API - message first occurred at 4:47:02 PM and shows up 2 times
websocket_api script: Error executing script. Unexpected error for call_service at pos 1: RTSP/1.0 method ANNOUNCE failed with code 453: Not Enough Bandwidth
4:47:17 PM – (ERROR) components/apple_tv/media_player.py - message first occurred at 4:47:02 PM and shows up 2 times