Switch to 2.5 issues with hass and wavenet tts

Hello everyone!
About a year ago I finially got my setup working on 2.4 and now I’m trying to switch to 2.5.
I’m working on a system that contains the Raspi3 B+, Matrix Creator as mic, Rhasspy 2.5.10 installed via the Debain instructions, Home assistant and appdaemon in virtual environments.
Now I have several issues, that won’t work and I don’t know where to start fixing them.
The wakework detection and sound output with espeak work, however google wavenet doesnt. At startup it shows

2021-04-25 17:11:17,154 INFO spawnerr: can’t find command ‘rhasspy-tts-wavenet-hermes’
2021-04-25 17:11:17,156 INFO gave up: text_to_speech entered FATAL state, too many start retries too quickly

I already found a solution to my first problem. I reduced the Sencences to 3 very simple ones and now the training and intent recognition succeeds.

When I use the text input to test the fuzzywuzzy intend matching it also works, but can’t send the result to home assistant:

[DEBUG:2021-04-25 17:31:19,617] rhasspyserver_hermes: -> NluQuery(input=‘wer bist du’, site_id=‘default’, id=‘4015d231-265a-4e0e-ba89-18ac5f324b3b’, intent_filter=None, session_id=‘4015d231-265a-4e0e-ba89-18ac5f324b3b’, wakeword_id=None, lang=None, custom_data=None, asr_confidence=None, custom_entities=None)
[DEBUG:2021-04-25 17:31:19,619] rhasspyserver_hermes: Publishing 267 bytes(s) to hermes/nlu/query
[DEBUG:2021-04-25 17:31:19,640] rhasspyfuzzywuzzy_hermes: <- NluQuery(input=‘wer bist du’, site_id=‘default’, id=‘4015d231-265a-4e0e-ba89-18ac5f324b3b’, intent_filter=None, session_id=‘4015d231-265a-4e0e-ba89-18ac5f324b3b’, wakeword_id=None, lang=None, custom_data=None, asr_confidence=None, custom_entities=None)
[DEBUG:2021-04-25 17:31:19,790] rhasspyfuzzywuzzy: input=wer bist du, match=wer bist du, score=100.0
[DEBUG:2021-04-25 17:31:19,794] rhasspyfuzzywuzzy_hermes: -> NluIntentParsed(input=‘wer bist du’, intent=Intent(intent_name=‘WhoAreYou’, confidence_score=1.0), site_id=‘default’, id=‘4015d231-265a-4e0e-ba89-18ac5f324b3b’, slots=[], session_id=‘4015d231-265a-4e0e-ba89-18ac5f324b3b’)
[DEBUG:2021-04-25 17:31:19,795] rhasspyfuzzywuzzy_hermes: Publishing 220 bytes(s) to hermes/nlu/intentParsed
[DEBUG:2021-04-25 17:31:19,817] rhasspyfuzzywuzzy_hermes: -> NluIntent(input=‘wer bist du’, intent=Intent(intent_name=‘WhoAreYou’, confidence_score=1.0), site_id=‘default’, id=‘4015d231-265a-4e0e-ba89-18ac5f324b3b’, slots=[], session_id=‘4015d231-265a-4e0e-ba89-18ac5f324b3b’, custom_data=None, asr_tokens=[[AsrToken(value=‘wer’, confidence=1.0, range_start=0, range_end=3, time=None), AsrToken(value=‘bist’, confidence=1.0, range_start=4, range_end=8, time=None), AsrToken(value=‘du’, confidence=1.0, range_start=9, range_end=11, time=None)]], asr_confidence=None, raw_input=‘wer bist du’, wakeword_id=None, lang=None)
[DEBUG:2021-04-25 17:31:19,821] rhasspyfuzzywuzzy_hermes: Publishing 591 bytes(s) to hermes/intent/WhoAreYou
[DEBUG:2021-04-25 17:31:19,885] rhasspyhomeassistant_hermes: <- NluIntent(input=‘wer bist du’, intent=Intent(intent_name=‘WhoAreYou’, confidence_score=1.0), site_id=‘default’, id=‘4015d231-265a-4e0e-ba89-18ac5f324b3b’, slots=[], session_id=‘4015d231-265a-4e0e-ba89-18ac5f324b3b’, custom_data=None, asr_tokens=[[AsrToken(value=‘wer’, confidence=1.0, range_start=0, range_end=3, time=None), AsrToken(value=‘bist’, confidence=1.0, range_start=4, range_end=8, time=None), AsrToken(value=‘du’, confidence=1.0, range_start=9, range_end=11, time=None)]], asr_confidence=None, raw_input=‘wer bist du’, wakeword_id=None, lang=None)
[DEBUG:2021-04-25 17:31:19,905] rhasspyserver_hermes: <- NluIntent(input=‘wer bist du’, intent=Intent(intent_name=‘WhoAreYou’, confidence_score=1.0), site_id=‘default’, id=‘4015d231-265a-4e0e-ba89-18ac5f324b3b’, slots=[], session_id=‘4015d231-265a-4e0e-ba89-18ac5f324b3b’, custom_data=None, asr_tokens=[[AsrToken(value=‘wer’, confidence=1.0, range_start=0, range_end=3, time=None), AsrToken(value=‘bist’, confidence=1.0, range_start=4, range_end=8, time=None), AsrToken(value=‘du’, confidence=1.0, range_start=9, range_end=11, time=None)]], asr_confidence=None, raw_input=‘wer bist du’, wakeword_id=None, lang=None)
[DEBUG:2021-04-25 17:31:19,908] rhasspyserver_hermes: Handling NluIntent (topic=hermes/intent/WhoAreYou, id=461b7d18-c5e6-4332-9c3f-6848937a4682)
[WARNING:2021-04-25 17:31:19,909] rhasspyserver_hermes: Message queue missing (topic=hermes/intent/WhoAreYou, id=461b7d18-c5e6-4332-9c3f-6848937a4682)
[DEBUG:2021-04-25 17:31:19,911] rhasspyserver_hermes: Handling NluIntent (topic=hermes/intent/WhoAreYou, id=f41fb9cd-3dae-4d6e-bd8e-18c0b8efe2a1)
[WARNING:2021-04-25 17:31:19,914] rhasspyserver_hermes: Message queue missing (topic=hermes/intent/WhoAreYou, id=f41fb9cd-3dae-4d6e-bd8e-18c0b8efe2a1)
[DEBUG:2021-04-25 17:31:19,916] rhasspyserver_hermes: Handling NluIntent (topic=hermes/intent/WhoAreYou, id=8d00389d-1419-460e-99e2-7fceb2359561)
[DEBUG:2021-04-25 17:31:19,935] rhasspyserver_hermes: Sent 350 char(s) to websocket
[DEBUG:2021-04-25 17:31:19,940] rhasspyserver_hermes: Sent 350 char(s) to websocket
[DEBUG:2021-04-25 17:31:20,005] rhasspyhomeassistant_hermes: http://172.17.0.1:8123/api/intent/handle
[ERROR:2021-04-25 17:31:20,096] rhasspyhomeassistant_hermes: handle_home_assistant_intent
Traceback (most recent call last):
File “/usr/lib/rhasspy/rhasspy-homeassistant-hermes/rhasspyhomeassistant_hermes/init.py”, line 169, in handle_home_assistant_intent
response.raise_for_status()
File “/usr/lib/rhasspy/usr/local/lib/python3.7/site-packages/aiohttp/client_reqrep.py”, line 1005, in raise_for_status
headers=self.headers,
aiohttp.client_exceptions.ClientResponseError: 404, message=‘Not Found’, url=URL(‘http://172.17.0.1:8123/api/intent/handle’)
[ERROR:2021-04-25 17:31:20,104] rhasspyhomeassistant_hermes: handle_intent
Traceback (most recent call last):
File “/usr/lib/rhasspy/rhasspy-homeassistant-hermes/rhasspyhomeassistant_hermes/init.py”, line 88, in handle_intent
assert response_dict, f"No response from {self.url}"
AssertionError: No response from http://172.17.0.1:8123

The connection from home assistant to the tts system works however:

[DEBUG:2021-04-25 17:34:56,071] rhasspyserver_hermes: TTS timeout will be 30 second(s)
[DEBUG:2021-04-25 17:34:56,074] rhasspyserver_hermes: -> TtsSay(text=‘Ich bin dein Hausautomations Assistent.’, site_id=‘default’, lang=None, id=‘d8c69496-ed2c-4943-896c-ed04169678c4’, session_id=’’, volume=1.0)
[DEBUG:2021-04-25 17:34:56,075] rhasspyserver_hermes: Publishing 164 bytes(s) to hermes/tts/say

of course followed by a timeout for the google tts system.

I’m sorryto ask so much at once, but I don’t feel like I’m getting anywhere on my own.
I hope you can lead me to some hints as to what might be wrong.