A Kobold vacuum robot plugin for homebridge.
Go to file
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
.gitattributes 🎪 Added .gitattributes & .gitignore files 2017-04-14 12:18:35 +02:00
.gitignore 🎪 Added .gitattributes & .gitignore files 2017-04-14 12:18:35 +02:00
CHANGELOG.md Initial commit 2017-04-17 16:07:21 +02:00
index.js Initial commit 2017-04-17 16:07:21 +02:00
LICENSE Initial commit 2017-04-17 16:07:21 +02:00
package.json Initial commit 2017-04-17 16:07:21 +02:00
README.md Initial commit 2017-04-17 16:07:21 +02:00

homebridge-neato

This is a plugin to control your Neato 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.

"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 your experience with this plugin.