homebridge-noolite-http-blinds

1.0.0 • Public • Published

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!

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i homebridge-noolite-http-blinds

    Weekly Downloads

    0

    Version

    1.0.0

    License

    ISC

    Last publish

    Collaborators

    • mazaxaka