From 1ff98fca98980e5662d7f345343d3e0763b44230 Mon Sep 17 00:00:00 2001 From: runningtoy Date: Sat, 25 Oct 2025 13:45:53 +0200 Subject: [PATCH] =?UTF-8?q?ble-proxy-abstellkammer/ble-proxy-abstellkammer?= =?UTF-8?q?.yaml=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ble-proxy-abstellkammer.yaml | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 ble-proxy-abstellkammer/ble-proxy-abstellkammer.yaml diff --git a/ble-proxy-abstellkammer/ble-proxy-abstellkammer.yaml b/ble-proxy-abstellkammer/ble-proxy-abstellkammer.yaml new file mode 100644 index 0000000..5473d3a --- /dev/null +++ b/ble-proxy-abstellkammer/ble-proxy-abstellkammer.yaml @@ -0,0 +1,42 @@ +esphome: + name: ble-proxy-abstellkammer + friendly_name: BLE_PROXY_Abstellkammer + +esp32: + board: esp32dev + framework: + type: esp-idf + +# Enable logging +logger: + +# Enable Home Assistant API +api: + encryption: + key: "iuupfdC/OhjGHMFpxRfO9XSL4viwVhrH9Ueh6vn9o0k=" + +ota: + - platform: esphome + password: "fa1cf58a64f4ad7382a757cc9cf1bd7d" + +wifi: + ssid: !secret wifi_ssid + password: !secret wifi_password + + # Enable fallback hotspot (captive portal) in case wifi connection fails + ap: + ssid: "Ble-Proxy-Abstellkammer" + password: "gcYrwRiSw9jO" + + +esp32_ble_tracker: + scan_parameters: + interval: 1100ms + window: 1100ms + active: true + +bluetooth_proxy: + active: true + connection_slots: 3 + + \ No newline at end of file