1.0.4 • Published 7 years ago

homebridge-blinds-tcp v1.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

homebridge-blinds-tcp

Control your Blinds through TCP packets

  • by cuiqingwei

config.json

{
        "accessory": "BlindsTCP",
        "name": "Blinds",
        "host": "192.168.1.240",
        "port": 33000,
        "up_payload": "230C001A0040FFFFFFFFFFFF11030024",
        "down_payload": "230C001A0040FFFFFFFFFFFF10030024",
        "stop_payload": "230C001A0040FFFFFFFFFFFF12030024",
        "motion_time": "55000"
}

Configuration Params

ParameterDescriptionRequired
namename of the accessory
hostendpoint for whatever is receiving these requests
portport of destination
up_payloadpayload for the up state (open)
down_payloadpayload for the down state (close)
stop_payloadpayload for the stop state
motion_timetime which your blind needs to move from up to down (ms)

Help

  • Make sure to specify a port and host in the config file.

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g homebridge-blinds-tcp
  3. Update your config file