A Kobold vacuum robot plugin for homebridge.
Go to file
2017-04-30 18:07:17 +02:00
_config.yml Set theme jekyll-theme-cayman 2017-04-30 18:06:45 +02:00
CHANGELOG.md Version 0.2.0 2017-04-22 22:57:09 +02:00
index.js Version 0.2.0 2017-04-22 22:57:09 +02:00
LICENSE Initial commit 2017-04-17 16:07:21 +02:00
package.json Wording 2017-04-30 14:35:23 +02:00
README.md Wording 2017-04-30 14:17:21 +02:00

homebridge-neato

This is a plugin for homebridge to control your Neato vacuum robot. You can download it via npm.

Feel free to leave any feedback here.

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. If you don't have a Neato account yet create one here.
  4. 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.

"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.