Hi, I bought an esp32, flashed this code into it:
esphome:
name: bluetooth
esp32:
board: esp32dev
framework:
type: arduino
logger:
api:
ota:
password: "76decc058fa42be2d792ce6f58254320"
wifi:
ssid: 'Domaci_2.4G'
password: ***********'
ap:
ssid: "Bluetooth Fallback Hotspot"
password: "3MsHdT4FvkOr"
captive_portal:
esp32_ble_tracker:
scan_parameters:
interval: 1100ms
window: 1100ms
active: True
bluetooth_proxy:
active: True
turned on, esp is online, immediately found all Xiaomi Mijia (LYWSD03MMC). I played one thermometer first on fw ATC and then on Fw PVVX, unfortunately BT does not find this thermometer (thermometer is ok, FW ok). When I type in ESP:
sensor:
- platform: pvvx_mithermometer
mac_address: "A4:C1:38:B1:CD:7F"
temperature:
name: "PVVX Temperature"
finds the thermometer immediately. Why doesn’t BT find the thermometer automatically?