jekalmin / extended_openai_conversation

Home Assistant custom component of conversation agent. It uses OpenAI to control your devices.
829 stars 108 forks source link

Problem with simple commands #230

Open styphonthal opened 2 weeks ago

styphonthal commented 2 weeks ago

I am having problems with simple commands completing appropriately when using voice

I am using faster-whisper for STT. The entities I am asking for (light or door specifically) are exposed to Voice assistant. Also, when I check faster-whisper logs, it is picking up the appropriate phrase. Checking the home-assistant log, there is no error. What is odd, is using the exact same phrase in the "assist" homeassistant webpage, it does the command appropriately.

Example: Turn off/on this light, it will reply "Done". Yet the light isn't turned on, sometimes it works if I ask again, other times it doesn't. Also sometimes it will return a wrong state "The light is already turned on", when it is not.