home-assistant.io/source/_components/device_tracker.xiaomi.markdown
Touliloup 54f4386aff
Mi Router compatibility test (#6846)
* Mi Router compatibility test

Addition of a compatibility test procedure to ensure the device is compatible with the component.

* Update URL
2018-10-17 00:00:51 +02:00

1.3 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release
layout title description date sidebar comments sharing footer logo ha_category ha_release
page Xiaomi Router Instructions on how to integrate Xiaomi routers into Home Assistant. 2017-01-12 12:04 true false true true xiaomi.png Presence Detection 0.36

The xiaomi platform offers presence detection by looking at connected devices to a Xiaomi router.

{% linkable_title Setup %}

To use an Xiaomi router in your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
device_tracker:
  - platform: xiaomi
    host: YOUR_ROUTER_IP
    password: YOUR_ADMIN_PASSWORD

{% configuration %} host: description: "The IP address of your router, e.g., 192.168.0.1." required: true type: string username: description: The admin username. required: false default: admin type: string password: description: The password for the admin account. required: true type: string {% endconfiguration %}

See the device tracker component page for instructions how to configure the people to be tracked.

{% linkable_title Compatibility test %}

To ensure that your router is compatible, navigate to http://YOUR_ROUTER_IP/api/misystem/devicelist. You should see a listing of the device currently connected to your router.