Gotcha. I don’t really get any more information out of this but here you go. This was right after a restart in fact I had just upgraded my home assistant core container.
[
{
"init_options": {
"start_stage": "intent",
"end_stage": "intent",
"input": {
"text": "Turn off the monitor light"
},
"pipeline": "01h5vcm7c71bwwag8r3pjz4m7x",
"conversation_id": null
},
"stage": "done",
"run": {
"pipeline": "01h5vcm7c71bwwag8r3pjz4m7x",
"language": "en",
"runner_data": {
"stt_binary_handler_id": null,
"timeout": 30
}
},
"events": [
{
"type": "run-start",
"data": {
"pipeline": "01h5vcm7c71bwwag8r3pjz4m7x",
"language": "en",
"runner_data": {
"stt_binary_handler_id": null,
"timeout": 30
}
},
"timestamp": "2023-07-21T22:54:56.361356+00:00"
},
{
"type": "intent-start",
"data": {
"engine": "homeassistant",
"language": "en",
"intent_input": "Turn off the monitor light",
"conversation_id": null,
"device_id": null
},
"timestamp": "2023-07-21T22:54:56.361427+00:00"
},
{
"type": "intent-end",
"data": {
"intent_output": {
"response": {
"speech": {
"plain": {
"speech": "Sorry, I couldn't understand that",
"extra_data": null
}
},
"card": {},
"language": "en",
"response_type": "error",
"data": {
"code": "no_intent_match"
}
},
"conversation_id": null
}
},
"timestamp": "2023-07-21T22:54:56.412156+00:00"
},
{
"type": "run-end",
"data": null,
"timestamp": "2023-07-21T22:54:56.412252+00:00"
}
],
"intent": {
"engine": "homeassistant",
"language": "en",
"intent_input": "Turn off the monitor light",
"conversation_id": null,
"device_id": null,
"done": true,
"intent_output": {
"response": {
"speech": {
"plain": {
"speech": "Sorry, I couldn't understand that",
"extra_data": null
}
},
"card": {},
"language": "en",
"response_type": "error",
"data": {
"code": "no_intent_match"
}
},
"conversation_id": null
}
}
}
]```