Control your Blinds through UDP packets
*inspired by Homebridge-blinds-udp by nitaybz
{
"accessory": "BlindsXSUDP",
"name": "My Blinds",
"host": "192.168.0.X",
"blinds_port": 10002,
"server_port": 10001
}
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 | ✓ |
- Make sure to specify a ports and host in the config file.
- Install homebridge using:
npm install -g homebridge
- Install this plugin using:
npm install -g homebridge-blinds-xs-udp
- Update your config file