Hi, just received a Voice PE unit and apart from the device going to sleep and not responding tot he wake word every now and then, it seems OK.
WHat im trying to test and eval mostly is the start conversation option. Im using my local ollama pipeline for the conversation agent, all other aspects of speech and text is using HA cloud.
When it runs, the response never works because it keeps outputting the result (ill turn off the light) and the json payload to do it, but from what I can understand, as thats freetext and not a json doc, its not registered as the right event to be captured so the action never occurs.
Ive tried to adjust the system prompt to only return the json payload only but the unit is determined to only ever return the textual response from the pipeline.
Ha anyone done this yet, in my mind this should be simple to do, and maybe is and im just missing a step. Can someone guide on what I may be doing wrong here?
Thanks