A Homebridge plugin to control Festo CPX trough UDP packets
npm install homebridge-festocpxcontrol```
{
"accessory": "FestoCpxControl",
"name": "My Control",
"host": "192.168.0.X",
"port": 80,
"on_payload": "HexValue",
"off_payload": "HexValue",
}
| 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 | ✓ |
- Make sure to specify a port and host in the config file.
1. Install homebridge using: npm install -g homebridgenpm install -g homebridge-FestoCpxControl`
2. Install this plugin using:
3. Update your config file