Skip to content

zoltanhosszu/homebridge-blinds

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

homebridge-blinds-cmd-zh

homebridge-blinds-cmd-zh is a plugin for Homebridge that enables blinds controls via shell scripts. It is based on the homebridge-blinds plugin.

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-blinds-cmd-zh:

sudo npm install -g homebridge-blinds-cmd-zh

Configuration

Add the accessory in config.json in your home directory inside .homebridge.

    {
      "accessory": "BlindsCMDZH",
      "name": "Window",
      "up_cmd": "./up.sh",
      "down_cmd": "./down.sh",
      "stop_cmd": "./stop.sh",
      "motion_time": "<time your blind needs to move from up to down (in milliseconds)>"
    }

Feel free to contribute to make this a better plugin!

About

Homebridge Plugin to control blinds over shell scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%