In our house we have a couple of Wifi networks. One, in particular, is used to link devices far away (tens to hundreds of meters) from the house back to the house network. This (these) access points are managed by a cloud service (for Reasons) and when they power up, they don’t get configured properly if the Internet isn’t available to them (via the home network). This means that when we lose power and then get it back, the outdoor Wifi mesh usually fails to come back and I have to intervene manually.
We live in the woods, and wind, rain, drunk tourists, and other natural hazards take out the power or the Internet link (and usually both) with annoying frequency. I’d like to have an alert notification when the outdoor mesh network is not detected, and then when it comes back. This feels like something that I could achieve, if I had a device that I could plug into the home network, and then have the device use a wireless interface to scan for SSIDs. If we go a few minutes without seeing the outdoor mesh, then set an alert status. If the outdoor mesh shows up, clear the alert.
Anyway, does this seem right? If so, can anyone recommend a device that does this? If I’m going about it all wrong, I’d totally welcome any suggestions!
An ESP that has this SSID in it’s wifi credentials?
That means it can only connect when the wifi is up, and naturally not connect when it’s down.
ESP-Home has scan feature, but I believe it is only used when it’s not connected to a wifi and I don’t think you can get the information from it, it just outputs in the console
I know you selected @WallyR’s answer as solution but I just wanted to throw in a piece of code that I developed to solve a similar problem for the Chromecast issues I encountered.
I got it to work on an ESP32 with 2.4GHz networks but failed to implement it on an ESP32-C5 using it for 5GHz networks.
Either way, here’s the code if you’re interested - this special version provides a sensor in HA that lists all SSID staring with “T” (for Test):