Did some reading, but can’t seem to find anything that helps my case.
Attempting to connect my Olimex ESP32 POE ISO as a BLE proxy for HA. I flashed the device via esphome ready-made-project. I connected the device via ethernet port and my network identifies it and gives it an ip address. When I attempt to integrate it to HA by putting in the IP address, i get the following error: Can’t connect to ESP. Please make sure your YAML file contains an ‘api:’ line.
I found one code on Bluetooth Proxy — ESPHome
and used the provided example since it’s supposed to be for an olimex. I flashed using that configuration to flash, but this time the olimex powers on, but won’t connect to the network.
Hi All, I would just like to mention I have the same issue and programmed mine through the ESPHome website directly from this url: https://esphome.io/projects/?type=bluetooth. It seems that maybe that code in the auto-program section is missing the API key option.
I found the code just prior to @nickrout posting and manually updated the board through command line esphome and it worked perfectly. So, the auto install Esphome provides must not be the same as the code on github.