Skip to content

StryKaizer/homebridge-pilight-somfy-blinds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

status

This module is not yet ready for usage and not available on npmjs. Documentation below should be ignored until this message is removed.

homebridge-pilight-somfy-blinds

homebridge-pilight-somfy-blinds is a plugin for Homebridge.

Control your pilight-somfy-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-pilight-somfy-blinds:

sudo npm install -g homebridge-pilight-somfy-blinds

Configuration

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

   {
     "accessory": "Pilight-Somfy-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-noolite-http-blinds which is based on homebridge-blinds.

Feel free to contribute to make this a better plugin!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published