Homekit Motion Sensor error with proxy

I’m getting the below when trying to add a HomeKit motion sensor via bt proxy.

[16:24:42][V][esp32_ble_tracker:772]: Unhandled type: advType: 0x08

My config is…

substitutions:
  name: esp32-bluetooth-proxy-ca714c
packages:
  esphome.bluetooth-proxy: github://esphome/bluetooth-proxies/esp32-generic.yaml@main
esphome:
  name: ${name}
  name_add_mac_suffix: false
esp32_ble_tracker:
  scan_parameters:
    active: true
bluetooth_proxy:   
  active: true
logger:
  level: VERBOSE
wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password

Shows up in Home Assistant integrations, but get “An unhandled error occurred while attempting to pair with this device. This may be a temporary failure or your device may not be supported currently.” when the pairing screen pops up. It won’t add the device.

Thoughts?

1 Like