Closed caohuongls closed 1 month ago
Can you upgrade Fallback Conversation Agent to v2.0.2-beta
and see if it fixes the issue?
I am not on the beta build of HomeAssistant, and I prefer stability, so never upgrade until a couple weeks after release, and do not have a beta HA setup (I should probably do that, considering they keep breaking things) so I won't be able to test locally right now
@m50 Thanks, it seems to have fixed the issue for me. Everything is working as expected.
I have another question that's not directly related to this issue. I hope you have experience with it, and we can discuss it further in a different context. I'm using Wyoming Satellite on a Raspberry Pi 2W with your component to control Home Assistant. The issue I'm facing is:
With the Atom Echo M5, the conversation flows continuously and feels very natural.
However, on the Wyoming Satellite device, after completing the first response, I have to trigger the wake word again and This causes Home Assistant or Wyoming Satellite to start a new conversation.
Have you encountered this issue? Is it something that can be fixed within your component, or is it on the Wyoming Satellite side? Thanks
It's a wyoming Satellite limitation. Something I wanted to try to fix in it's code, but it seems like the HA team is moving away from wyoming satellite so I gave up on that. But yeah, not related to this at all.
@m50 just checking in to see if you were aware of this PR https://github.com/home-assistant/core/pull/118835 which should have addressed this issue.
I am trying to back trace this issue still persists as this component should pick up the
https://github.com/m50/ha-fallback-conversation/blob/523d91ac31bf9a33119985a8f17fda84b78c26e9/custom_components/fallback_conversation/conversation.py#L113-L116conversation_id
by design
Edit: Looks like the Satellite Source itself has this debt, sorry to open this back up!
I have this issue on v2.0.2 coupled with HA2024.10.1.
Is anyone else experiencing it?
I've upgraded to the new beta version 2024.10.0b0 for testing, but I've found that this custom component not working with error " Unexpected error during intent recognition". However, when others agent runs independently, they work fine.
This occurs in the combinations between the Assist, Extended OpenAI Conversation, and Google Generative AI conversation agents.
``