Skip to content
Snippets Groups Projects
Commit 4904609d authored by jkerdreu's avatar jkerdreu
Browse files

Fix docs


git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3201 b32b6428-25c9-4566-ad07-03861ab6144f
parent 1ee68d6c
Branches
No related tags found
No related merge requests found
...@@ -9,20 +9,21 @@ The gateway is able to discover and control most Aqara devices. ...@@ -9,20 +9,21 @@ The gateway is able to discover and control most Aqara devices.
Install & Config Install & Config
---------------- ----------------
- Enable local network on the Aqara Gateway with the Mi Home - Enable local network on the Aqara Gateway with the Mi Home
Android or iOS app. You can follow this manual: Android or iOS app. You can follow this manual: `Domoticz Wiki`_.
https://www.domoticz.com/wiki/Xiaomi_Gateway_(Aqara) Search for the key and save it.
store the secret key somewhere. - Run the xAAL gateway with: *python -m xaal.aqara*. The gateway
- Run the xAAL gateway with: python -m xaal.aqara. The gateway
should detect all Aqara devices on your local network. should detect all Aqara devices on your local network.
- To enable quick discovery and control devices (switches, leds..) - To enable quick discovery and control devices (switches, leds..)
edit the config file ~/.xaal/xaal.aqara.ini and add the key edit the config file *~/.xaal/aqara.ini* and add the key
like this: like this:
[devices] .. code-block:: ini
[[xxxxxxxxxxxx]]
base_addr = xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx [devices]
model = gateway [[xxxxxxxxxxxx]]
secret = ydt5xis45x7k5x1x base_addr = xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx
model = gateway
secret = ydt5xis45x7k5x1x
Notes Notes
...@@ -31,3 +32,5 @@ Notes ...@@ -31,3 +32,5 @@ Notes
network make sure to set a secret key to each hub. network make sure to set a secret key to each hub.
- xAAL gateway supports most Aqara devices, feel free to edit (and - xAAL gateway supports most Aqara devices, feel free to edit (and
submit) xaal/aqara/devices.py if you own a unsupported device. submit) xaal/aqara/devices.py if you own a unsupported device.
.. _Domoticz Wiki: https://www.domoticz.com/wiki/Xiaomi_Gateway_(Aqara)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment