I use the profile configuration below. I really enjoy using Rhasspy and love the flexibility.
I’d like to send the “Intent Not Recognized” content of what was spoken to HA so that I can act upon it like I already do when i have an intent recognized. I currently send events to Home Assistant successfully for many sentences.
I have researched a ton and tried different configurations, but have not been able to see an Intent Not Recognized in Rhasppy when it occurs. I just get the error sound and nothing is sent to HA.
Any suggestions? I’m trying to keep my setup as simple as possible.
Profile:
{
“dialogue”: {
“system”: “rhasspy”
},
“handle”: {
“system”: “hass”,
“send_events”: true,
“intent_not_recognized”: {
“event_type”: “rhasspy.intentNotRecognized”
}
},
“home_assistant”: {
“access_token”: “xxx”, [removed for posting]
“handle_type”: “event”,
“url”: “http://192.168.xx.xxx:8123” [removed for posting]
},
“intent”: {
“fsticuffs”: {
“fuzzy”: false
},
“system”: “fsticuffs”
},
“microphone”: {
“pyaudio”: {
“device”: “1”
},
“system”: “pyaudio”
},
“sounds”: {
“aplay”: {
“device”: “pulse”
},
“system”: “aplay”
},
“speech_to_text”: {
“kaldi”: {
“cancel_word”: “stop”
},
“system”: “kaldi”
},
“text_to_speech”: {
“system”: “nanotts”
},
“wake”: {
“raven”: {
“keywords”: {
“Fiona”: {
“enabled”: true
}
}
},
“system”: “raven”
}
}