Update FAQ for mDNS status ping

Fixes https://github.com/esphome/issues/issues/641
This commit is contained in:
Otto Winter 2019-10-13 19:04:42 +02:00
parent 25b018899a
commit 518c807c19
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E
1 changed files with 4 additions and 0 deletions

View File

@ -280,6 +280,10 @@ And a docker compose file looks like this:
1. Enable Avahi on both subnets.
2. Enable UDP traffic from ESPHome node's subnet to 224.0.0.251/32 on port 5353.
Alternatively, you can make esphome use ICMP pings to check the status of the device
with the Hass.io Addon ``"status_use_ping": true,`` option or with docker ``-e ESPHOME_DASHBOARD_USE_PING=true``
See also https://github.com/esphome/issues/issues/641#issuecomment-534156628.
Can Configuration Files Be Recovered From The Device?
-----------------------------------------------------