This is the Homebridge plugin for Cloud Switch. The plugin enable the HomeKit to control Cloud Switch.
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
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
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.