Forráskód Böngészése

set passive scanning

Patryk M. Gutowski 9 órája
szülő
commit
3e2dd97177
3 módosított fájl, 23 hozzáadás és 19 törlés
  1. 3 3
      ff-bath-bt-proxy-02.yaml
  2. 0 0
      ff-bath-fan.yaml
  3. 20 16
      gf-bt-proxy-01.yaml

+ 3 - 3
ff-bath-bt-proxy-02.yaml

@@ -59,15 +59,15 @@ wifi:
   password: !secret iot_password
   domain: .int.mmax.cloud
   
-esp32_ble_tracker:
+# esp32_ble_tracker:
 #  scan_parameters:
     # We currently use the defaults to ensure Bluetooth
     # can co-exist with WiFi In the future we may be able to
     # enable the built-in coexistence logic in ESP-IDF
 #    active: true
 
-# bluetooth_proxy:
-#  active: true
+bluetooth_proxy:
+  active: False
 
 time:
   - platform: homeassistant

+ 0 - 0
bath_basic.yaml → ff-bath-fan.yaml


+ 20 - 16
gf-bt-proxy-01.yaml

@@ -34,24 +34,23 @@ wifi:
 #    ssid: "Gf-Bt-Proxy-01 Fallback Hotspot"
 #    password: "Ry3eaIb2vmf1"  
 
-esp32_ble_tracker:
-  max_connections: 5
-  scan_parameters:
-    # active: True
-    # We currently use the defaults to ensure Bluetooth
-    # can co-exist with WiFi In the future we may be able to
-    # enable the built-in coexistence logic in ESP-IDF
-    active: true
-    interval: 1110ms
-    window: 1100ms
-    #  on_scan_end:
-    #    - then:
-    #      - lambda: |-
-    #          ESP_LOGD("ble_auto", "The scan has ended!");
+# esp32_ble_tracker:
+#   scan_parameters:
+#     # active: True
+#     # We currently use the defaults to ensure Bluetooth
+#     # can co-exist with WiFi In the future we may be able to
+#     # enable the built-in coexistence logic in ESP-IDF
+#     active: False
+#     interval: 1110ms
+#     window: 1100ms
+#     #  on_scan_end:
+#     #    - then:
+#     #      - lambda: |-
+#     #          ESP_LOGD("ble_auto", "The scan has ended!");
 
 bluetooth_proxy:
-  active: true
-  connection_slots: 5
+  active: False
+  connection_slots: 4
 
 # external_components:
 #  - source: github://myhomeiot/esphome-components
@@ -104,3 +103,8 @@ bluetooth_proxy:
     # - platform: safe_mode
     #   name: Safe Mode Boot
     #   entity_category: diagnostic
+
+# Example configuration entry
+button:
+  - platform: factory_reset
+    name: Restart with Factory Default Settings