Update faq.rst

This commit is contained in:
Otto Winter 2019-07-03 17:35:21 +02:00
parent 40aaaf9e09
commit 5e88e33e82
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E
1 changed files with 13 additions and 0 deletions

View File

@ -248,6 +248,9 @@ Command reference:
# Start dashboard on port 6052
docker run --rm -v "${PWD}":/config --net=host -it esphome/esphome
# Setup a bash alias:
alias esphome='docker run --rm -v "${PWD}":/config --net=host -it esphome/esphome'
And a docker compose file looks like this:
.. code-block:: yaml
@ -277,6 +280,16 @@ 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.
Can Configuration Files Be Recovered From The Device?
-----------------------------------------------------
If you lost your ESPHome YAML configuration files, there's no way to recover them.
The configuration is *not* stored on the device directly - only the generated firmware is on
the device itself (technically, the configuration can be reverse-engineered from that, but only
with a lot of work).
Always back up all your files!
See Also
--------