A Kobold vacuum robot plugin for homebridge.
f79432d5e4
* Added start and pause cleaning * Added return to base * Added enable and disable schedule * Added enable and disable eco mode * Added battery info |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
CHANGELOG.md | ||
index.js | ||
LICENSE | ||
package.json | ||
README.md |
homebridge-neato
This is a plugin to control your Neato vacuum robot.
Installation
- Install homebridge using: npm install -g homebridge
- Install this plugin using: npm install -g homebridge-neato
- Update your configuration file. See the sample below.
Configuration
Configuration sample:
Add the following information to your config file. Change the values for name, email and password.
"accessories": [
{
"accessory": "NeatoVacuumRobot",
"name": "YourRobot",
"email": "YourEmail",
"password": "YourPassword"
}
]
Features
- Atart and pause cleaning
- Return to base
- Enable and disable schedule
- Enable and disable eco mode
- Get battery info
Tested robots
- BotVac Connected Firmware 2.2.0
if you have another connected neato robot, please tell me your experience with this plugin.