commit 1ff98fca98980e5662d7f345343d3e0763b44230 Author: runningtoy Date: Sat Oct 25 13:45:53 2025 +0200 ble-proxy-abstellkammer/ble-proxy-abstellkammer.yaml hinzugefügt 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