/Xiaomi-cloud-tokens-extractor

This tool/script retrieves tokens for all devices connected to Xiaomi cloud and encryption keys for BLE devices.

Primary LanguagePythonMIT LicenseMIT

Xiaomi Cloud Tokens Extractor

buymeacoffee_badge paypalme_badge

This tool/script retrieves tokens for all devices connected to Xiaomi cloud and encryption keys for BLE devices.

You will need to provide Xiaomi Home credentials (not ones from Roborock app):

  • username (e-mail or Xiaomi Cloud account ID)
  • password
  • Xiaomi's server region (cn - China, de - Germany etc.). Leave empty to check all available

In return all of your devices connected to account will be listed, together with their name and IP address.

Windows

Download and run token_extractor.exe.

Home Assistant - SSH & Web Terminal

Download and run script:

wget https://github.com/PiotrMachowski/Xiaomi-cloud-tokens-extractor/raw/master/token_extractor.py
python3 token_extractor.py

Docker

Clone this repository:

git clone https://github.com/PiotrMachowski/Xiaomi-cloud-tokens-extractor.git

Go to cloned directory:

cd Xiaomi-cloud-tokens-extractor

Build and run script using docker:

docker run --rm -it $(docker build -q .)

Other platforms

Install dependencies:

pip3 install requests

Download and run script:

wget https://github.com/PiotrMachowski/Xiaomi-cloud-tokens-extractor/raw/master/token_extractor.py
python3 token_extractor.py

Home Assistant additional tools

Buy Me A Coffee