homebridge-festocpxcontrol
v1.0.0
Published
A Homebridge plugin to control Festo CPX trough UDP packets
Downloads
16
Maintainers
Readme
homebridge-FestoCpxControl
Control your Festo CPX through UDP packets. The Plugin is not bound to especially the Festo CPX, you can also only send UDP Packets
config.json
{
"accessory": "FestoCpxControl",
"name": "My Control",
"host": "192.168.0.X",
"port": 80,
"on_payload": "HexValue",
"off_payload": "HexValue",
}
Configuration Params
| Parameter | Description | Required |
| -------------------------------- | ------------------------------------------------------- |:--------:|
| name
| name of the accessory | ✓ |
| host
| endpoint for whatever is receiving these requests | ✓ |
| port
| port of destination | ✓ |
| off_payload
| payload for the off state | ✓ |
| on_payload
| payload for the on state | ✓ |
Help
- Make sure to specify a port and host in the config file.
Installation
- Install homebridge using:
npm install -g homebridge
- Install this plugin using:
npm install -g homebridge-FestoCpxControl
- Update your config file