Guys, I have just segmented my network into a number of VLANs and have isolated all of my IOT devices on a VLAN and seperate Wireless SSID.
I have communication across the VLANs (not filtering yet) - i have left my ESPhome/HA Virtual machine at the same address as it was previously
I can ping from devices on the IOT VLAN to the HA VM and Vice Versa - but all of the devices have come up as unavailable. How do i go about troubleshooting this ?
ESPHome uses mDNS to show online/offline state in the dashboard view. So for that feature to work you need to enable host networking mode
mDNS might not work if your Home Assistant server and your ESPHome nodes are on different subnets. If your router supports Avahi, you are able to get mDNS working over different subnets.
Just follow the next steps:
Enable Avahi on both subnets.
Enable UDP traffic from ESPHome node’s subnet to 224.0.0.251/32 on port 5353.
Thanks very much Tom - i had a niggling suspicion it would be mDNS of some description ! My Cisco IOS build does not support reflecting mDNS - so i will either deploy a small Linux reflector for each VLAN - as i am sure to hear from the rest of the family shortly about loss of Chromecasting etc etc. !!
I may try the ICMP config in the short term - do you happen to know if i moved to/back to MQTT for ESPhome instead of the native API would this get around this ?