1.0.5 • Published 6 years ago

homebridge-blinds-xs-udp v1.0.5

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

homebridge-blinds-xs-udp

Control your Blinds through UDP packets

*inspired by Homebridge-blinds-udp by nitaybz



config.json

{
        "accessory": "BlindsXSUDP",
        "name": "My Blinds",
        "host": "192.168.0.X",
        "blinds_port": 10002,
        "server_port": 10001
}

Configuration Params

ParameterDescriptionRequired
namename of the accessory
hostendpoint for whatever is receiving these requests
blinds_portport of destination
server_portserver port

Help

  • Make sure to specify a ports 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-xs-udp
  3. Update your config file