homebridge-kobold-Homaassis.../README.md
naofireblade f79432d5e4 Initial commit
* Added start and pause cleaning
* Added return to base
* Added enable and disable schedule
* Added enable and disable eco mode
* Added battery info
2017-04-17 16:07:21 +02:00

40 lines
940 B
Markdown

# homebridge-neato
This is a plugin to control your [Neato](https://www.neatorobotics.com/) vacuum robot.
# 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
Configuration sample:
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"
}
]
```
# 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](https://github.com/naofireblade/homebridge-neato/issues/new) your experience with this plugin.