a606d4c632
* Added dock info * Changed logging to debug library
1012 B
1012 B
homebridge-neato
This is a plugin to control your Neato vacuum robot. You can download it via npm.
Features
- Start and pause cleaning
- Return to base
- Enable and disable schedule
- Enable and disable eco mode
- Get battery info
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"
}
]
Tested robots
- BotVac Connected (Firmware 2.2.0)
If you have another connected neato robot, please tell me your experience with this plugin.