Total beginner in the voice assistant

Hello,
I am new to voice assistance.
My equipment: an RPI3B with Respeaker 2mic which is my master station and no satellite.
My Wakeword seems to be detected but nothing more happens.
I am attaching the log file to you as well as the json profile if someone could help me with my problem thanks in advance.

Log :
[DEBUG:2020-10-22 11:18:31,002] rhasspyserver_hermes: <- HotwordDetected(model_id=‘jarvis’, model_version=’’, model_type=‘personal’, current_sensitivity=0.5, site_id=‘Master’, session_id=None, send_audio_captured=None, lang=None)

profile.json :
{
“dialogue”: {
“system”: “hermes”
},
“handle”: {
“system”: “remote”
},
“intent”: {
“system”: “fsticuffs”
},
“microphone”: {
“arecord”: {
“device”: “default:CARD=seeed2micvoicec”
},
“system”: “arecord”
},
“mqtt”: {
“site_id”: “Master”
},
“sounds”: {
“aplay”: {
“device”: “default:CARD=seeed2micvoicec”
},
“system”: “aplay”
},
“speech_to_text”: {
“system”: “kaldi”
},
“text_to_speech”: {
“system”: “picotts”
},
“wake”: {
“snowboy”: {
“model”: “jarvis.pmdl”
},
“system”: “snowboy”
}
}

[details=“prolie.json”]
{
“dialogue”: {
“system”: “hermes”
},
“handle”: {
“system”: “remote”
},
“intent”: {
“system”: “fsticuffs”
},
“microphone”: {
“arecord”: {
“device”: “default:CARD=seeed2micvoicec”
},
“system”: “arecord”
},
“mqtt”: {
“site_id”: “Master”
},
“sounds”: {
“aplay”: {
“device”: “default:CARD=seeed2micvoicec”
},
“system”: “aplay”
},
“speech_to_text”: {
“system”: “kaldi”
},
“text_to_speech”: {
“system”: “picotts”
},
“wake”: {
“snowboy”: {
“model”: “jarvis.pmdl”
},
“system”: “snowboy”
}
}

Thanks for help.

You need to set dialog managment to rhasspy instead of hermes mqtt.
You can change this in the settings under dialog managment.
Hermes mqtt expects an external service to do the dialog managment.

thank you very much
I spent next to this parameter while reading the Doc.
Thank you