Hi together,
I’m running Rasspy as docker on a Raspberry pi. Installation and first configuration was successful,
wakeword works as expected, intent recognition and handling seems to be ok, but no audio response from nanotts. There is not to much to configure - I’ve de-DE as language in rasspy and my profile.json looks now like this, after removing some duplicate entries i found.
Node-Red produces the following output after the request arrives:
and this is the relevant log data:
[DEBUG:2022-07-13 16:06:34,540] rhasspyserver_hermes: Sent 391 char(s) to websocket
[DEBUG:2022-07-13 16:06:34,535] rhasspyserver_hermes: Sent 391 char(s) to websocket
[DEBUG:2022-07-13 16:06:34,523] rhasspyserver_hermes: Sent 391 char(s) to websocket
[DEBUG:2022-07-13 16:06:34,506] rhasspyserver_hermes: ← NluIntent(input=‘hallo’, intent=Intent(intent_name=‘GetTime’, confidence_score=1.0), site_id=‘default’, id=None, slots=[], session_id=‘default-jarvis_raspberry-pi-9c19ec20-cbfc-4e5c-bc0e-36df6c963fa0’, custom_data=‘jarvis_raspberry-pi’, asr_tokens=[[AsrToken(value=‘hallo’, confidence=1.0, range_start=0, range_end=5, time=None)]], asr_confidence=1.0, raw_input=‘hallo’, wakeword_id=‘jarvis_raspberry-pi’, lang=None)
[DEBUG:2022-07-13 16:06:33,475] rhasspyserver_hermes: Sent 153 char(s) to websocket
[DEBUG:2022-07-13 16:06:28,780] rhasspyserver_hermes: ← HotwordDetected(model_id=’/profiles/de/porcupine/jarvis_raspberry-pi.ppn’, model_version=’’, model_type=‘personal’, current_sensitivity=0.5, site_id=‘default’, session_id=None, send_audio_captured=None, lang=None, custom_entities=None)
Even after a lot of reading I was not able to figure out what’s wrong here. Any help is appreciated.
Thank’s in advance… Jo