homebridge-redmond-robot
TypeScript icon, indicating that this package has built-in type declarations

1.1.9 • Public • Published

Homebridge Redmond Robot

This is a plugin for Homebridge to control your Redmond Cleaning Vacuum.

This plugin supports following functions:

  • Power Switch (on/off)

Installation instructions

After Homebridge has been installed:

$ sudo npm install -g homebridge-redmond-robot

Basic configuration

{
   "bridge": {
   	...
   },

   "platforms": [
       {
           "username": "USER", # E-Mail or Phone (Phone without Country-Code) e.g 123456 not +49123456
           "password": "PASS", # "Account Password."
           "country": "+7", # Country-Code
           "startMode": "AutoClean",
           "stopMode": "BackCharging",
           "platform": "HomebridgeRedmondRobot"
       }
   ]
}

Or with homebridge-config-ui

Valid Modes

  • SmartClean
  • AutoClean
  • EdgeClean
  • SpotClean
  • RoomClean
  • Standby
  • BackCharging

Package Sidebar

Install

npm i homebridge-redmond-robot

Weekly Downloads

0

Version

1.1.9

License

Apache-2.0

Unpacked Size

70.8 kB

Total Files

35

Last publish

Collaborators

  • xlinur