I noticed that after flashing my ESP devices, and set a different WiFi network, that the devices no longer show up as available in ESPHome.
My HA installation is on subnet 192.168.1.x and my ESP devices on 192.168.2.x. I can ping all devices from my HA instance. My 192.168.1.x subnet has full access to my 192.168.2.x subnet. So everything should basically be available.
However, in ESPHome in HA, I get the message that the devices are offline. Is there anything I can do about it, accept having to put them back on the same subnet as my HA installation?
Yes, see the opening post. I can ping all ESP32 devices in the different subnet from within HA console. I can also manually add them to HA as a device and control them. However, ESPHome does not detect it and says it’s offline.
Only when I update the firmware and set the IP to an address in the same subnet as HA, ESPHome will see it.
domain (Optional, string): Set the domain of the node hostname used for uploading. For example, if it’s set to .local, all uploads will be sent to <HOSTNAME>.local. Defaults to .local.
but you a free to change it (makes sense if you rather want to work with hostnames instead of fiddling with IP’s)
Use_adress didn’t fix it for me. I could update and see logs, but it still showed offline.
In ESPhome addon settings I enabled ping instead of mDNS to find devices