homebridge-noolite-http-blinds
v1.0.0
Published
A homebridge plugin to control noolite blinds
Downloads
2
Maintainers
Readme
homebridge-noolite-http-blinds
homebridge-noolite-http-blinds
is a plugin for Homebridge.
Control your noolite-http
-based blinds via Homebridge!
Installation
If you are new to Homebridge, please first read the Homebridge documentation. If you are running on a Raspberry, you will find a tutorial in the homebridge-punt Wiki.
Install homebridge:
sudo npm install -g homebridge
Install homebridge-noolite-http-blinds:
sudo npm install -g homebridge-noolite-http-blinds
Configuration
Add the accessory in config.json
in your home directory inside .homebridge
.
{
"accessory": "NooLite-HTTP-Blinds",
"name": "Blinds",
"up_url": "http://<your_ip>/api.htm?ch=<BlindUpChNumber>&cmd=7",
"down_url": "http://<your_ip>/api.htm?ch=<BlindDownChNumber>&cmd=7",
"stop_url": "http://<your_ip>/api.htm?ch=<BlindStopChNumber>&cmd=7",
"http_method": "PUT",
"motion_time": "<time which your blind needs to move from up to down (in milliseconds)>"
}
You can omit http_method
, it defaults to POST
.
Note
This plugin based on homebridge-blinds.
Feel free to contribute to make this a better plugin!