luzik
luzik
Ok, after model change and those fixes I've got HA error: `Something went wrong: function ' execute_services' does not exist.` This is because of extra space ? My debug shows:...
I've changed model and now it do not need enum anymore.
Maybe I can try to fix this trim issue by myself, can you help me finding right place to start within you code ?
Thanks! But have to dig more.. any clues on those logs ? ``` homeassistant | 2024-01-04 13:16:30.163 INFO (MainThread) [custom_components.extended_openai_conversation] Response { homeassistant | "choices": [ homeassistant | { homeassistant...
Yeah I was think that this was an error and changed this to execute_serices, thanks! Now with extra `message["function_call"]["name"] = message["function_call"]["name"].strip(' :')` function calling is working ok, but after calling...
This did not help, but: 1. Why do we need to inform model about success ? (and wasting tokens) 2. I reported miss compatibility of function calling with new model...
On Arduino esp32 it is compiling but can't find any devices on my iPhone. On espidf with esp32s3 got this: ``` In file included from src/esphome/components/sensor/sensor.h:3, from src/esphome/core/application.h:16, from src/esphome/components/irk_enrollment/irk_enrollment.cpp:3:...
after fixing this error (commenting out) there is no any visible bluetooth device nearby.
Thx, yeah it worked. Do you have idea why iPhone do not show it before using LightBlue ? Is there any way to find it without extra app ?
Found something like that: `However, it seems that iOS does list BLE devices when they advertise some of the BT SIG adopted services such as the Heart Rate service. By...