1.1.25 • Published 9 years ago

homebridge-riots v1.1.25

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

homebridge-riots

homebridge plugin for interfacing zigbee wireless riots

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g homebride-riots

Configuration

for each riot add the following block to the "accessories": container in the config.json file. For type either light or air can be specified. The ID in the URL part (ffffffffffffffffffffffffffffffff) needs to match the ID obtained from the Riots cloud. This can be found under configure -> riots core -> settings -> Rest API URL

{
 "accessory": "riots",
 "name": "eg location of core",
 "type": "light",
 "url": "https://my.riots.fi/api/core/ffffffffffffffffffffffffffffffff"
}
1.1.25

9 years ago

1.1.24

9 years ago