1.0.4 • Published 5 years ago

homebridge-blinds-cmd-zh v1.0.4

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

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!

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago