Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.49 KB

README.md

File metadata and controls

38 lines (23 loc) · 1.49 KB

Homebridge Cloud Switch Plugin

This is the Homebridge plugin for Cloud Switch. The plugin enable the HomeKit to control Cloud Switch.

Installation

You need to follow Cloud Switch Instrutions to setup Cloud Switch. Once Cloud Switch works, you can install the NPM Plugin or search for cloud switch in Homebridge UI.

npm install -g homebridge-plugin-cloud-switch

Homebridge Cloud Switch Config

Configuration

You need to specify the particle cloud access token and device ID in the Cloud Switch Config JSON or in the Settings UI. The access token and device ID can be obtained using the particle CLI.

To create a new access token using::

particle token create

To get the device ID using:

particle list

Homebridge Cloud Switch Config

Switches configured in the Cloud Switch iOS App will show up in the Home App on iOS device after you pair the bridge. If you want to hide some switches from the Home App, you can specify indexes in the Switches excluded field.