1.0.0 • Published 6 years ago

homebridge-festocpxcontrol v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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

ParameterDescriptionRequired
namename of the accessory
hostendpoint for whatever is receiving these requests
portport of destination
off_payloadpayload for the off state
on_payloadpayload for the on state

Help

  • Make sure to specify a port and host in the config file.

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g homebridge-FestoCpxControl
  3. Update your config file