Piets / homebridge-udmx

Anyma uDMX plugin for homebridge to control RGB and W LEDs via DMX protocol.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

homebridge-udmx

Anyma uDMX plugin for homebridge to control RGB and W LEDs via DMX protocol.

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install homebridge-udmx using: npm install -g homebridge-udmx
  3. Update your configuration file. See below for examples.

Example Configuration

{
    "accessory": "uDMX",
    "name": "RGB Strip",

    "channel": 1,
    "rgb": true
},
{
    "accessory": "uDMX",
    "name": "White Strip",

    "channel": 4,
    "rgb": false
}

About

Anyma uDMX plugin for homebridge to control RGB and W LEDs via DMX protocol.

License:MIT License


Languages

Language:JavaScript 100.0%