You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `gw_mac` | no | MAC address of the Xiaomi Aqara Gateway |
179
179
180
-
#### {% linkable_title Service xiaomi_aqara.remove_device %}
180
+
#### {% linkable_title Service `xiaomi_aqara.remove_device` %}
181
181
182
182
Removes a specific device. The removal is required if a device shall be paired with another gateway.
183
183
@@ -190,7 +190,7 @@ Removes a specific device. The removal is required if a device shall be paired w
190
190
191
191
### {% linkable_title Long Press on Smart Button %}
192
192
193
-
This example plays the sound of a dog barking when the button is held down, and stops the sound when the button is pressed once.
193
+
This example plays the sound of a dog barking when the button is held down and stops the sound when the button is pressed once.
194
194
195
195
*Note: The sound will stop playing automatically when it has ended.*
196
196
@@ -226,7 +226,7 @@ This example plays the sound of a dog barking when the button is held down, and
226
226
227
227
### {% linkable_title Initial setup problem %}
228
228
229
-
If you run into trouble initializing the gateway with your app, try another smartphone. I had trouble with the OnePlus 3, but it worked with a Nexus 5.
229
+
If you run into trouble initializing the gateway with your app, try another smartphone. E.g., it didn't work on an OnePlus 3, but it worked with a Nexus 5.
230
230
231
231
### {% linkable_title Connection problem %}
232
232
@@ -238,11 +238,12 @@ If you run into trouble initializing the gateway with your app, try another smar
238
238
That means that Home Assistant is not getting any response from your Xiaomi gateway. Might be a local network problem or your firewall.
239
239
- Make sure you have [enabled LAN access](https://www.domoticz.com/wiki/Xiaomi_Gateway_(Aqara)#Adding_the_Xiaomi_Gateway_to_Domoticz).
240
240
- Turn off the firewall on the system where Home Assistant is running.
241
-
- Ensure your router supports multicast as this is a requirement of the Xiaomi GW
241
+
- Ensure your router supports multicast as this is a requirement of the Xiaomi Gateway.
242
242
- Try to leave the MAC address `mac:` blank.
243
243
- Try to set `discovery_retry: 10`.
244
244
- Try to disable and then enable LAN access.
245
245
- Hard reset the gateway: Press the button of the gateway 30 seconds and start again from scratch.
246
246
- If you are using Home Assistant in [Docker](/docs/installation/docker/), make sure to use `--net=host`.
247
247
- If you receive an `{"error":"Invalid key"}` in your log while trying to control the gateway light, you should generate the key again using an Android Phone or alternativly an emulator such as [bluestacks](https://www.bluestacks.com). In some instances there is an issue with keys being generated using the iOS application.
248
-
- If the required library "PyXiaomiGateway" cannot be installed you will need to install some missing system dependencies `python3-dev`, `libssl-dev`, `libffi-dev` manually (e.g. `sudo apt-get install python3-dev libssl-dev libffi-dev`).
248
+
- If the required library "PyXiaomiGateway" cannot be installed you will need to install some missing system dependencies `python3-dev`, `libssl-dev`, `libffi-dev` manually (e.g., `$ sudo apt-get install python3-dev libssl-dev libffi-dev`).
0 commit comments