diff --git a/atom.xml b/atom.xml index 71ce2cedd8..77165b52b3 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
Connection problem
+2017-08-20 16:51:19 ERROR (SyncWorker_0) [homeassistant.components.xiaomi] No gateway discovered
+2017-08-20 16:51:20 ERROR (MainThread) [homeassistant.setup] Setup failed for xiaomi: Component failed to initialize.
+
+That means that Home Assistant is not getting any response from your Xiaomi gateway. Might be a local network problem or your firewall.
+mac:
blank.discovery_retry: 10
Follow the pairing process using your phone and Mi-Home app. You will be able to retrieve the token from a SQLite file inside your phone. This token is needed for using various xiaomi
platforms.
Follow the pairing process using your phone and Mi-Home app. You will be able to retrieve the token from a SQLite file inside your phone. This token is needed for using various xiaomi_*
platforms.
Before you begin you need to install libffi-dev
by running the command below. This is needed for python-mirobi
to be installed correctly.
$ sudo apt-get install libffi-dev
@@ -238,20 +252,6 @@
/raw data/com.xiami.mihome/1234567_mihome.sqlite
to your computer, where _1234567_
is any string of numbers.ZToken
and looks like 123a1234567b12345c1d123456789e12
.Connection problem
-2017-08-20 16:51:19 ERROR (SyncWorker_0) [homeassistant.components.xiaomi] No gateway discovered
-2017-08-20 16:51:20 ERROR (MainThread) [homeassistant.setup] Setup failed for xiaomi: Component failed to initialize.
-
-That means that Home Assistant is not getting any response from your Xiaomi gateway. Might be a local network problem or your firewall.
-mac:
blank.discovery_retry: 10