Skip to content
Snippets Groups Projects
Select Git revision
  • d951039dfbcb4fe0035b7dc38af1b0cfb6703a4a
  • develop default protected
  • congestioncontrol
  • merge-v-data-collection-spammer-0.8.2
  • WIP-merge-v-data-collection-spammer-0.8.2
  • merge-v-data-collection-spammer-0.7.7
  • tmp
  • test-masterpow-fixing
  • test-masterpow
  • test-echo
  • v-data-collection
  • v-data-collection-spammer
  • tmp-dump-spam-info
  • dump-msg-info-0.3.1
  • test-dump-message-info
  • spammer-exprandom
  • extra/tutorial
  • without_tipselection
  • hacking-docker-network
  • hacking-docker-network-0.2.3
  • master
  • v0.2.3
22 results

recordedevents

  • Clone with SSH
  • Clone with HTTPS
  • xAAL Aqara Gateway

    Install & Config

    • Install with python setup.py develop or install.

    • Enable local network on the Aqara Gateway with the Mi Home Android or iOS app. You can follow this manual: https://www.domoticz.com/wiki/Xiaomi_Gateway_(Aqara) store the secret key somewhere.

    • Run the xAAL gateway with: python -m xaal.aqara. The gateway should detect all Aqara devices on your local network.

    • To enable quick discovery and control devices (switches, leds..) edit the config file ~/.xaal/xaal.aqara.ini and add the key like this:

      [devices]
      [[xxxxxxxxxxxx]]

      base_addr = xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx model = gateway secret = ydt5xis45x7k5x1x

    Notes

    • xAAL gateway supports more than one Aqara Gateway (hub) on the network make sure to set a secret key to each hub.
    • xAAL gateway supports most Aqara devices, feel free to edit (and submit) xaal/aqara/devices.py if you own a unsupported device.