1.1.9 • Published 3 years ago

homebridge-redmond-robot v1.1.9

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

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
1.1.9

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago