I have a device that I want to enable fallback hotspot for say 10 minutes at command.
Looking here WiFi Component — ESPHome
I can use this to enable/disable the wifi, which is good enough for me since the device is not ever in range of normal WIFI connection.
Will disable the wifi after 10 minutes, but it will not enable the wifi.
The device currently has wifi on when I boot it, but eventually that should be off and only on command should the wifi be on.
But it seems I can’t enable the wifi only disable.
And this works except it creates a different open AP.
I would expect it to create the AP that is in the yaml but it creates a “default” AP called ESPxxxx.
I’ve used the WiFi enable command before without any issues. In my case, it was tied to a physical switch, not within a script (but that shouldn’t make a difference).