39 lines
1004 B
Markdown
39 lines
1004 B
Markdown
# homebridge-neato
|
|
|
|
This is a plugin to control your [Neato](https://www.neatorobotics.com/) vacuum robot. You can download it via [npm](https://www.npmjs.com/package/homebridge-neato).
|
|
|
|
# Features
|
|
|
|
- Start and pause cleaning
|
|
- Return to dock
|
|
- Enable and disable schedule
|
|
- Enable and disable eco mode
|
|
- Get battery info
|
|
- Get dock info
|
|
|
|
# Installation
|
|
|
|
1. Install homebridge using: npm install -g homebridge
|
|
2. Install this plugin using: npm install -g homebridge-neato
|
|
3. Update your configuration file. See the sample below.
|
|
|
|
# Configuration
|
|
|
|
Add the following information to your config file. Change the values for name, email and password.
|
|
|
|
```json
|
|
"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](https://github.com/naofireblade/homebridge-neato/issues/new) your experience with this plugin. |