fsievers22 / esphome-ble-remote

ESPHome external component for a BLE HID client
MIT License
25 stars 10 forks source link

Chromecast remote support? #25

Open eric1905 opened 7 months ago

eric1905 commented 7 months ago

Hello @fsievers22

Is the chromecast remote supported? I saw ticket #23 but for me it seems not to work. How can I connect? My config:

`esphome: name: esp-wohnzimmer

esp32: board: esp32dev framework: type: esp-idf

Enable logging

logger:

Enable Home Assistant API

api: encryption: key: "deleted"

ota: password: "deleted"

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

Enable fallback hotspot (captive portal) in case wifi connection fails

ap: ssid: "Esp-Wohnzimmer Fallback Hotspot" password: "deleted"

external_components:

use ble_client_hid from this master branch in GitHub

captive_portal:

esp32_ble_tracker:

ble_client:

ble_client_hid:

sensor:

text_sensor:

I got my mac adress by logging in to chromecast via adb and enter adb shell dumpsys bluetooth_manager The response was: Bonded devices: 84:C6:92:A8:D8:3D [ LE ] Chromecast Remote

I also tried to do a pairing of the remote (home and back buttons until led is on)

But i guess it is not working. Is everything correct from your point of view?