Jens Leinenbach

Results 71 comments of Jens Leinenbach

This is indeed quite annoying if ChatGPT guesses entity_ids etc. Then the function breaks and you get this. Then you need to close the chat and start over.

There's a project, but I haven't looked into it: https://github.com/don86nl/ha_intents/tree/main

ChatGPT 3.5 is causing this. You can try to use a better prompt with instructions not to do that. Sometimes it helps to tell ChatGPT that it's dangerous if it...

IMHO: Integrating AutoGPT with Home Assistant could significantly enhance home automation capabilities, offering a more interactive and extensive range of tasks. AutoGPT, accessible on [GitHub](https://github.com/ffinly/Auto-GPT), introduces features such as internet...

I sought a solution from ChatGPT because my GPT Assist was overlooking the most recent entries. Following the advice received, I made a simple yet effective modification by adding `|...

To mitigate token length issues, transitioning to GPT-4-turbo-preview is an option. Nonetheless, extensive datasets can still lead to reaching the token limit. This was my experience when calculating the house's...

This is a possible solution by ChatGPT o3-mini-high: **Explanation of the Issue** Home Assistant’s SwitchBot Remote IR integration for climate devices (in `climate.py`) **assumes** that any IR command sent to...

What do we need to upgrade - the ESPHome integration, ESPHome firmware (do we need to activate something?) or ESPHome server? How can I check if this is available -...

It worked for me, but although I used ESPHome 2024.8.0-dev, I had to use an old "recommended" version of the framework. "latest" and "dev" didn't compile: framework: type: esp-idf version:...

```max_interval (Optional, [Time](https://esphome.io/guides/configuration-types#config-time)): The iBeacon maximum transmit interval in milliseconds from 20 to 10240. Setting this greater than min_interval gives the BLE hardware a better chance to avoid collisions with...