Control your Festo CPX through UDP packets. The Plugin is not bound to especially the Festo CPX, you can also only send UDP Packets
{
"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.
- Install homebridge using:
npm install -g homebridge
- Install this plugin using:
npm install -g homebridge-FestoCpxControl
- Update your config file