RoboMagus / ESP32-MQTT-Bluetooth-Monitor

Bluetooth Monitor port for the ESP32
53 stars 9 forks source link

can it work with esphome? #2

Open gaodaxiaya opened 3 years ago

gaodaxiaya commented 3 years ago

can it work with esphome?

RoboMagus commented 3 years ago

It is in my ToDo list (see Readme), but it is currently blocked due to the required idf version not yet being integrated in esphome. I hope that will change soon though...

snowyu commented 2 years ago

It seems that you can use any IDF version now: https://esphome.io/components/esp32.html

github410117 commented 1 year ago

Is there any progress on this issue now?

RoboMagus commented 1 year ago

I've had a very slimmed down bit of the BT classic scanner functionality working inside an EspHome project. The problem is requiring both a quite recent version of the IDF functionality and arduino platform. The combination of which is not supported yet by default on EspHome, and in my testing not as stable when tinkering with a custom platform.

It's been a few months since I've last looked into it though.

I hope to be able to take another look in the next couple of weeks. Thanks for the reminder @github410117 😉

RoboMagus commented 1 year ago

I have finally had some time to tinker with getting functionality from this repo integrated into EspHome. It turned out to be easier to create something new inside the EspHome environment from the ground up then trying to port this functionality over directly, but some progress has been made!

For those looking for an EspHome compatible BT Classic Presence integration, I currently have an open PR to allow for BT Classic presence monitoring inside EspHome: EspHome/4736.