From 452e1d096d4a1c8362e6fe6b6de3b1a597260b2a Mon Sep 17 00:00:00 2001 From: xabivaz Date: Wed, 4 Dec 2019 20:45:02 +0100 Subject: [PATCH] Add tests for Mi Router 3 (#11363) * Add tests for Mi Router 3 Even when proposed URL does not work, I have managed to sucessfully integrate my Mi Router 3 with HA. * :pencil2: Tweak Co-authored-by: Franck Nijhof --- source/_integrations/device_tracker.xiaomi.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/_integrations/device_tracker.xiaomi.markdown b/source/_integrations/device_tracker.xiaomi.markdown index 12042f1b1ac..61e6ce8d431 100644 --- a/source/_integrations/device_tracker.xiaomi.markdown +++ b/source/_integrations/device_tracker.xiaomi.markdown @@ -43,3 +43,6 @@ See the [device tracker integration page](/integrations/device_tracker/) for ins 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. + +However, some users report that even when the previous URL does not work, they have been able to integrate their Mi Router 3 in Home Assistant. E.g., some users with the Mi Router 3 and firmware version 2.10.46 Stable have integrated their routers successfully and an alternative URL to test integration with is `http://YOUR_ROUTER_IP/cgi-bin/luci/api/misystem/devicelist`. Navigating to this page should show the `{"code":401,"msg":"Invalid token"}` message. +