File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,8 @@ Configuration variables:
6565 seems to have issues with WiFi where a full reboot is required to get the interface back working. Defaults to ``5min ``.
6666- **power_save_mode ** (*Optional *, string): The power save mode for the WiFi interface. Defaults to no power saving.
6767 See :ref: `wifi-power_save_mode `
68+ - **fast_connect ** (*Optional *, boolean): If enabled, directly connects to WiFi network without doing a full scan
69+ first. This is required for hidden networks and can significantly improve connection times. Defaults to ``off ``.
6870- **id ** (*Optional *, :ref: `config-id `): Manually specify the ID used for code generation.
6971
7072Access Point Mode
Original file line number Diff line number Diff line change @@ -234,6 +234,7 @@ not have a real solution.
234234Some steps that can help with the issue:
235235
236236- Set the ``power_save_mode `` to ``light `` in the ``wifi: `` config. See :ref: `wifi-power_save_mode `.
237+ - If you're using a hidden WiFi network, make sure to enable ``fast_connect `` mode in the WiFi configuration.
237238- Use the most recent version of th arduino framework. The platformio arduino package
238239 always takes some time to update and the most recent version often includes some awesome
239240 patches. See :ref: `esphomeyaml-arduino_version `.
You can’t perform that action at this time.
0 commit comments