🚀 DAY 4 OF LAUNCH WEEK:Introducing Socket Scanning for OpenVSX Extensions.Learn more →
Socket
Book a DemoInstallSign in
Socket

homebridge-mi-robot-vacuum

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-mi-robot-vacuum

Homebridge Plugin for Xiaomi Robot Vacuum

latest
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

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 Start/Stop and Return Command

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"
}

Keywords

homebridge-plugin

FAQs

Package last updated on 03 Mar 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts