Skip to content

Latest commit

 

History

History
71 lines (46 loc) · 1.85 KB

File metadata and controls

71 lines (46 loc) · 1.85 KB

Mi Home Toolkit

A versatile tool for managing Mi Home smart devices.

Features

  • View device information, such as token, ip, did
  • Enable LAN mode for bulbs
  • Execute device commands
  • Handle login for 2FA-enabled Xiaomi accounts
  • Solve captcha during login

Usage

1. Login

Login Screen

2. Use the app

Devices screen Execute command

Download

Releases

Install dependencies

pnpm i

MiHomeToolkit Windows / MacOS app.

Run on dev mode

pnpm tauri dev

Build

pnpm tauri build

Generate icons scripts

sh generate-icns.sh <path-to-icon 1024x1024px>
sh generate-ico.sh <path-to-icon 1024x1024px>

Why desktop app?

It's not feasible for browser use due to the inability to read response headers within the browser environment

Similar projects