ESP32 Bluetooth Proxy

ESP32 Bluetooth Proxy

Reyt then;

Here is the sketch I am using with ESPHome to get my Esp32 Proxies working with Home Assistant.

This is confirmed to work with Tuiss Smartview HACS Integration, which allows you to control your Tuiss Bluetooth Blinds via their MAC Address.

substitutions:
  name: esphome-bluetoothnode
  friendly_name: RoomName Bluetooth Proxy

esphome:
  name: ${name}
  friendly_name: ${friendly_name}
  min_version: 2024.6.0
  name_add_mac_suffix: false
  project:
    name: esphome.web
    version: dev

esp32:
  board: esp32dev
  framework:
    type: arduino

logger:

api:
  encryption:
    key: ENTERYOURHAKEY

ota:
- platform: esphome

esp32_ble_tracker:
  scan_parameters:
    active: true

bluetooth_proxy:
  active: true
  
wifi:
  ssid: XXXX
  password: XXXXXX

dashboard_import:
  package_import_url: github://esphome/example-configs/esphome-web/esp32.yaml@main
  import_full_config: true

esp32_improv:
  authorizer: none

Si’ thi