Skip to content

Commit 964180c

Browse files
committed
Try to address WiFi issues happening once in a while with a floor controller I own
1 parent dda30b2 commit 964180c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

main.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,14 @@ wifi:
5353
ssid: "Floorheatingactuatorcontroller"
5454
password: ${wifi_ap_password}
5555

56+
# attempt to resolve an issue where the ESP32 sometimes fails to reconnect to WiFi
57+
# and needs a power-cycle to recover
58+
reboot_timeout: 1min
59+
power_save_mode: none
60+
enable_btm: true # 802.11v BSS Transition Management
61+
enable_rrm: true # 802.11k Radio Resource Management
62+
63+
5664
# Extra sensors:
5765
text_sensor:
5866
- platform: wifi_info

0 commit comments

Comments
 (0)