We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37432fc commit 8723da8Copy full SHA for 8723da8
source/_components/xiaomi.markdown
@@ -132,3 +132,18 @@ Automation example
132
data:
133
gw_mac: xxxxxxxxxxxx
134
```
135
+
136
137
+### {% linkable_title Troubleshooting %}
138
139
+**Connection problem**
140
141
+```
142
+2017-08-20 16:51:19 ERROR (SyncWorker_0) [homeassistant.components.xiaomi] No gateway discovered
143
+2017-08-20 16:51:20 ERROR (MainThread) [homeassistant.setup] Setup failed for xiaomi: Component failed to initialize.
144
145
146
+That means that Home Assistant is not getting any response from your Xiaomi gateway. Might be a local network problem or your firewall.
147
+- Turn off the firewall on the HA computer
148
+- Try to leave the mac address blank.
149
+- Try to set `discovery_retry: 10`
0 commit comments