mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-02-22 02:41:35 +01:00
Update faq.rst - added description for mDNS support on different subnets (#169)
FAQ: Add description for mDNS support on different subnets
This commit is contained in:
parent
e7fb99063f
commit
d00c92fe71
@ -252,6 +252,13 @@ And a docker compose file looks like 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:
|
||||
|
||||
1. Enable Avahi on both subnets.
|
||||
2. Enable UDP traffic from ESPHome node's subnet to 224.0.0.251/32 on port 5353.
|
||||
|
||||
Donations
|
||||
---------
|
||||
|
Loading…
Reference in New Issue
Block a user