0.1.0 • Published 9 years ago
homebridge-particle-blinds v0.1.0
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 homebridgeNB: You may need to use the --unsafe-perm flag
Then, install homebridge-particle-blinds:
sudo npm install -g homebridge-particle-blindsConfiguration
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.
0.1.0
9 years ago