esphome / issues

Issue Tracker for ESPHome
https://esphome.io/
290 stars 34 forks source link

Can't detect HA companion app iBeacon via UUID #5569

Open georgeduckett opened 6 months ago

georgeduckett commented 6 months ago

The problem

I'm trying to detect the HA companion app beacon. I've successfully found it in the logs, however when I create a sensor it doesn't appear to turn on. Any help would be appreciated.

Which version of ESPHome has the issue?

2024.2.0

What type of installation are you using?

Home Assistant Add-on

Which version of Home Assistant has the issue?

2023.12.0

What platform are you using?

ESP32

Board

No response

Component causing the issue

No response

Example YAML snippet

substitutions:
  name: esp32-bluetooth-proxy-a36a10
  friendly_name: ESPHome Kitchen
packages:
  esphome.bluetooth-proxy: github://esphome/firmware/bluetooth-proxy/esp32-generic.yaml@main
esphome:
  name: ${name}
  name_add_mac_suffix: false
  friendly_name: ${friendly_name}
api:
  encryption:
    key: /xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password

esp32:
  board: esp32dev
  framework:
    type: arduino

esp32_ble_tracker:
  scan_parameters:
    active: true

binary_sensor:
  - platform: ble_presence
    ibeacon_uuid: "698AC07A-F8CE-D689-2D45-1CF34EB9E790"
    name: "GeorgePhone iBeacon"
  - platform: ble_presence
    ibeacon_uuid: "09d0cea6-6795-445e-8932-254ac5ad9fb3"
    name: "LucyPhone iBeacon"

Anything in the logs that might be useful for us?

[23:25:31][V][esp32_ble:314]: (BLE) gap_event_handler - 3
[23:25:31][VV][esp32_ble_tracker:423]: Parse Result:
[23:25:31][VV][esp32_ble_tracker:440]:   Address: 48:43:A7:1E:87:22 (RANDOM)
[23:25:31][VV][esp32_ble_tracker:442]:   RSSI: -71
[23:25:31][VV][esp32_ble_tracker:443]:   Name: ''
[23:25:31][VV][esp32_ble_tracker:457]:   Manufacturer data: 02.15.90.E7.B9.4E.F3.1C.45.2D.89.D6.CE.F8.7A.C0.8A.69.00.64.00.01.C5 (23)
[23:25:31][VV][esp32_ble_tracker:460]:     iBeacon data:
[23:25:31][VV][esp32_ble_tracker:461]:       UUID: 698AC07A-F8CE-D689-2D45-1CF34EB9E790
[23:25:31][VV][esp32_ble_tracker:462]:       Major: 100
[23:25:31][VV][esp32_ble_tracker:463]:       Minor: 1
[23:25:31][VV][esp32_ble_tracker:464]:       TXPower: -59
[23:25:31][VV][esp32_ble_tracker:473]: Adv data: 1A.FF.4C.00.02.15.90.E7.B9.4E.F3.1C.45.2D.89.D6.CE.F8.7A.C0.8A.69.00.64.00.01.C5 (27)

Additional information

No response

github-actions[bot] commented 2 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.