homebridge-blinds-xs-udp
v1.0.5
Published
A Homebridge plugin to control blinds
Downloads
4
Maintainers
Readme
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
| Parameter | Description | Required |
| -------------------------------- | ------------------------------------------------------- |:--------:|
| name
| name of the accessory | ✓ |
| host
| endpoint for whatever is receiving these requests | ✓ |
| blinds_port
| port of destination | ✓ |
| server_port
| server port | ✓ |
Help
- Make sure to specify a ports and host in the config file.
Installation
- Install homebridge using:
npm install -g homebridge
- Install this plugin using:
npm install -g homebridge-blinds-xs-udp
- Update your config file