homebridge-particle-blinds

0.1.0 • Public • Published

homebridge-particle-blinds

homebridge-particle-blinds is a plugin for homebridge that allows to control Particle.io-powered blinds.

This is a work in progress: with v0.1.0, you will be able to control the tilt, not the position.

Installation

Be sure to have homebridge installed globally before installing this plugin:

sudo npm install -g homebridge

NB: You may need to use the --unsafe-perm flag

Then, install homebridge-particle-blinds:

sudo npm install -g homebridge-particle-blinds

Configuration

Add the accessory in your config.json:

{
  "accessory": "ParticleBlinds",
  "name": "Kitchen Blind",
  "deviceId": "0123456789abcdef01234567",
  "accessToken": "9876987698769876987698769876987698769876"
}

deviceId and accessToken could be retrieved from the Particle IDE.

Note

Special thanks to zwerch for his basic blind plugin homebridge-blinds.

Package Sidebar

Install

npm i homebridge-particle-blinds

Weekly Downloads

2

Version

0.1.0

License

ISC

Last publish

Collaborators

  • aknorw