Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ready Made Bluetooth Proxy vs YAML #107

Closed
royf007 opened this issue Feb 6, 2025 · 2 comments
Closed

Ready Made Bluetooth Proxy vs YAML #107

royf007 opened this issue Feb 6, 2025 · 2 comments

Comments

@royf007
Copy link

royf007 commented Feb 6, 2025

When I install the Bluetooth Proxy from the ESP Home project website: https://esphome.io/projects/ , it works fine. When I try to use the YAML from Github, the esp32_ble_tracker does not start.

I would like to be able to obtain the YAML that corresponds to the ready made project. It seems to be located at: https://github.com/esphome/bluetooth-proxies/blob/main/esp32-generic/esp32-generic.yaml

Flashing my ESP32 from this YAML doesn't work, but the compiled binary does. I noticed the YAML specifies a minimum version of ESP Home of 2024.6 . Is the binary compiled against this version?

My Home Assistant is now at version 2024.11 . Is it possible that something broke in later versions of ESP Home?

If someone can please provide the correct YAML that matches the ready-made version on: https://esphome.io/projects/ , I would appreciate it.

@jesserockz jesserockz transferred this issue from esphome/firmware Feb 10, 2025
@jesserockz
Copy link
Member

You are correct and that is the YAML source of the firmware located on the website. The ESPHome version used to compile can be found here.

esphome-version: 2024.12.2

but...

The firmware on the website is deployed directly from this repository using GitHub actions and is triggered by the releases
As you can see there has not been a release for a while in this repository and I will be making a new one after ESPHome 2025.2.0 is released next week as it comes with esp-idf upgrades.

I am personally using my bluetooth proxies with ESPHome 2025.2.0-dev and they are working as expected.

Please post logs showing the actual error you are seeing as "the esp32_ble_tracker does not start" does not describe the issue enough.

@royf007
Copy link
Author

royf007 commented Feb 11, 2025

Thank you for the quick response! So, I decided to start fresh using the latest YAML source. This time everything went like butter.

It wasn't so much that I was receiving any errors specific before, but there were no messages from the BLE_Tracker in the logs saying it was active, and it wasn't being discovered in HA as a bluetooth proxy. All good now!

@royf007 royf007 closed this as completed Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants