Skip to content

🤖 A homebridge plugin to control your xiaomi mi robot vacuum

License

Notifications You must be signed in to change notification settings

tobiaslins/homebridge-mi-robot-vacuum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

homebridge-mi-robot-vacuum

NPM version

A homebridge plugin to control your xiaomi mi robot vacuum

NOTE To configure this plugin - you need to install Wireshark and Bluestacks

Installation

npm install -g homebridge-mi-robot-vacuum

Receiving HEX values for configuration

More Details here: https://github.com/jghaanstra/com.robot.xiaomi-mi

homebridge configuration

Add a new accessory to your config.json

robotIP is the IP address of your mi robot vacuum in your internal network

start is the HEX stream for starting the robot

stop is the HEX stream for starting the robot

{
  "accessory": "MiVacuum",
  "name": "Vacuum Cleaner",
  "robotIP": "IP_ADDRESS_ROBOT",
  "start": "HEX_STREAM_FOR_START",
  "stop": "HEX_STREAM_FOR_STOP"
}

About

🤖 A homebridge plugin to control your xiaomi mi robot vacuum

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published