Skip to content

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

License

Notifications You must be signed in to change notification settings

Azrael-Masters/Xiaomi-cloud-tokens-extractor

 
 

Repository files navigation

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.

Linux & Home Assistant (in SSH & Web Terminal)

Execute following command:

bash <(curl -L https://github.com/PiotrMachowski/Xiaomi-cloud-tokens-extractor/raw/master/run.sh)

Docker

Execute following command:

bash <(curl -L https://github.com/PiotrMachowski/Xiaomi-cloud-tokens-extractor/raw/master/run_docker.sh)

Manual run in python

Download and unpack archive:

wget https://github.com/PiotrMachowski/Xiaomi-cloud-tokens-extractor/releases/latest/download/token_extractor.zip
unzip token_extractor.zip
cd token_extractor

Install dependencies and run script:

pip3 install -r requirements.txt
python3 token_extractor.py

Home Assistant additional tools

Buy Me A Coffee

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 91.8%
  • Shell 6.4%
  • Dockerfile 1.8%