From 8aa0e38bad4e0d1247f462b4cb9a12d62deb1ffd Mon Sep 17 00:00:00 2001 From: Balazs Keresztury Date: Sun, 21 Oct 2018 19:33:41 +0200 Subject: [PATCH] Updated vacuum.xiaomi_miio.markdown to recommend newer version of Mi Home for token extraction (#6993) The currently linked Mi Home 5.0.0 doesn't support the new Roborock S50 (which is Xiaomi Vacuum Robot v2). Since 5.0.30 is the last version which still has the token in the database I replaced the download link and the description to avoid confusing owners of newer devices. --- source/_components/vacuum.xiaomi_miio.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/vacuum.xiaomi_miio.markdown b/source/_components/vacuum.xiaomi_miio.markdown index 34f5ea169a4..9fef9e64639 100644 --- a/source/_components/vacuum.xiaomi_miio.markdown +++ b/source/_components/vacuum.xiaomi_miio.markdown @@ -133,7 +133,7 @@ The following table shows the units of measurement for each attribute: ## {% linkable_title Retrieving the Access Token %}

-As per [python-miio issue 185](https://github.com/rytilahti/python-miio/issues/185) the Android Mi-Home app no longer stores the token within the database (it's retrieved from Xiaomi servers from version 5.0.31+). Currently the only known fix is to uninstall, then install a downgraded version of the apk. Apkmirror is a trusted source for older versions of the app. [Mi-Home version 5.0.0](https://www.apkmirror.com/apk/xiaomi-inc/mihome/mihome-5-0-0-release/) is confirmed as working for the following Android methods. +As per [python-miio issue 185](https://github.com/rytilahti/python-miio/issues/185) the Android Mi Home app no longer stores the token within the database (it's retrieved from Xiaomi servers from version 5.0.31+). Currently the only known fix is to uninstall, then install a downgraded version of the apk. Apkmirror is a trusted source for older versions of the app. [Mi-Home version 5.0.30](https://www.apkmirror.com/apk/xiaomi-inc/mihome/mihome-5-0-30-release/) is confirmed as working for the following Android methods. Using older version than 5.0.30 is not recommended as it might lack support for some newer devices like the Roborock S50. The iPhone app still stores the token in the sqlite db as of v4.7.18 (July 17, 2018).