Jens Leinenbach

Results 36 comments of Jens Leinenbach

Answer is here: https://github.com/esphome/issues/issues/5038#issuecomment-1872202187 So I suggest: ### Configuration Parameter: vad_threshold **Definition:** `vad_threshold` specifies the threshold for a counter that tracks the number of samples detected to contain voice based...

I also employ this setup and cannot replicate the issue with the details you've provided. When I ask ChatGPT a question and then refer back to it, ChatGPT can recall...

> ... But also there, if you close the chatwindow and open it again, it will create a new chat. IMHO this is the expected behavior.

Maybe it works with ChatGPT 4 and this function: https://github.com/jekalmin/extended_openai_conversation/tree/main/examples/function/automation Another way could be to create a script/automation and run it with a command. Or you could use this HACS...

I had a similar issue. You just have to customize the prompt in a way that ChatGPT is more than just a smart home manager and being helpful in all...

Try this: "Your primary role: smart home manager of Home Assistant. Permit additional tasks as requested."

Congrats, this was the way to go! My own prompt is much too long to post here. What I also did is to add ChatGPT instructions to the Google output...

I include that in the function's response. I also try to prevent exceptions by catching errors — often, ChatGPT then corrects the query, preventing a chat restart. ``` - spec:...

"Something went wrong: Service sensor.read not found" ChatGPT mixed up service and entity here. I have a similar issue with area and floor. I noticed that GPT3.5 became more "stupid".

Here's another one. Features: - multiple calenders - multiple calenders at once with label_id - using anyOf and oneOf (I have no idea if this is documented somewhere) - more...