1.0.0 • Published 5 years ago

homebridge-roowifi v1.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

homebridge-roowifi

Homebridge plugin for the RooWifi controller for Roomba

Installation

sudo npm install -g --unsafe-perm homebridge-roowifi

Configuration

Add to the accessories in your config.json

{
  "name": "Roomba",
  "accessory": "RooWifi",
  "ipAddress": "<ipAddress>",
  "username": "<username>",
  "password": "<password>",
  "pollingInterval": 300
}