2017-04-17 16:07:21 +02:00
# homebridge-neato
2017-04-30 14:17:21 +02:00
This is a plugin for [homebridge ](https://github.com/nfarina/homebridge ) to control your [Neato ](https://www.neatorobotics.com/ ) vacuum robot. You can download it via [npm ](https://www.npmjs.com/package/homebridge-neato ).
Feel free to leave any feedback [here ](https://github.com/naofireblade/homebridge-neato/issues ).
2017-04-18 02:51:59 +02:00
# Features
- Start and pause cleaning
2017-04-28 18:12:22 +02:00
- Return to dock
2017-04-18 02:51:59 +02:00
- Enable and disable schedule
- Enable and disable eco mode
- Get battery info
2017-04-28 18:12:22 +02:00
- Get dock info
2017-04-17 16:07:21 +02:00
# Installation
2017-04-30 14:17:21 +02:00
1. Install homebridge using: `npm install -g homebridge`
2. Install this plugin using: `npm install -g homebridge-neato`
3. If you don't have a Neato account yet create one [here ](https://www.neatorobotics.com/create-account/ ).
4. Update your configuration file. See the sample below.
2017-04-17 16:07:21 +02:00
2017-04-30 14:17:21 +02:00
### Configuration
2017-04-17 16:07:21 +02:00
Add the following information to your config file. Change the values for name, email and password.
```json
"accessories": [
2017-04-18 02:51:59 +02:00
{
"accessory": "NeatoVacuumRobot",
"name": "YourRobot",
"email": "YourEmail",
"password": "YourPassword"
}
]
2017-04-17 16:07:21 +02:00
```
# Tested robots
2017-04-22 22:57:09 +02:00
- BotVac Connected (Firmware 2.2.0)
2017-04-17 16:07:21 +02:00
2017-04-30 14:17:21 +02:00
If you have another connected neato robot, please [tell me ](https://github.com/naofireblade/homebridge-neato/issues ) your experience with this plugin.