esphome/esphome#5616moves initialization of BLE fromESP32::setup()toESP32::ble_setup_(), which is called from the first invocation ofESP32::loop(). It means whenBLEClientBase/BluetoothConnection::setup()is called, BLE is not initialized yet and the bluetooth connection component fails as a ...
uptime sensor doesn't usually go beyond 5-20 mins even with reboot_timeout: 0s on api. This is after upgrading esphome to 2022.9.3 and homeassistant core to 2022.10.0. Removing active on bluetooth_proxy prolongs the uptime but it is still way below than what it is used to be pre 202...
esp32_ble_tracker,bluetooth_proxy Example YAML snippet substitutions:device_name:esp485esphome:name:${device_name}platformio_options:platform:https://github.com/tasmota/platform-espressif32.git#Tasmota/203platform_packages: -framework-arduinoespressif32@https://github.com/espressif/arduino-esp32.git#2.0...
Bluetooth Low-Energy Xiaomi-specific ESPHome proxy for ESP32 devices. Proxies multiple BTLE devices to MQTT. - softplus/ble_proxy_esphome
WARNING: I am not able to test bluetooth_proxy myself. Please, check if this PR fixes the issue before merging. Types of changes Bugfix (non-breaking change which fixes an issue) New feature (non-breaking change which adds functionality) Breaking change (fix or feature that would cause ...
FWIW, I stumbled across this issue as well for myGL.iNet GL-S10that I intend to use as a bluetooth-proxy, see [1][2][3]. I am running esphome in a docker container on aRaspberry Pi 2 Model B Rev 1.1. It would be good to get that one fixed. ...
github.io/bluetooth-proxies" data-manifest-root="https://firmware.esphome.io/bluetooth-proxy" > Pick the device you want to turn into a Bluetooth proxy: @@ -398,7 +544,7 @@ For advanced users Pick the device you want to turn into a media player: @@ -671,6 +817...
Balena Sound is a single or multi-room streamer for an existing audio device using a Raspberry Pi! It supports Bluetooth, Airplay and Spotify Connect.OpenBalena is a platform to deploy and manage connected devices.Home AssistantBack to the TopHome Assistant is a container-based system for ...
esphome/components/bluetooth_proxy/bluetooth_proxy.cpp Outdated Comment on lines 56 to 71 if (this->check_bda_matches(result)) { api::BluetoothLERawAdvertisement adv; adv.address = esp32_ble::ble_addr_to_uint64(result.bda); adv.rssi = result.rssi; adv.address_type = result.ble...