@epirat/homebridge-artnet

0.100.7 • Public • Published

Homebridge-Artnet

npm version

Introduction

Adds support for Art-Net lights to Homebridge.

Usage

Currently plain lights with one channel ("PAR") and RGB lights with three channels ("RGB") are supported.

In Homebridge's config, use the following settings:

{
  "bridge": { [...] },
  "accessories": [],
  "platforms": [{
    "platform": "ArtNet",
    "name": "Artnet Universe",
    "options": {
      "universe": 0,
      "host": "192.168.0.10"
    },
    "lights": [
      {"name": "Left", "type": "PAR", "channels": [1]},
      {"name": "Right", "type": "PAR", "channels": [2]},
      {"name": "PAR 5", "type": "RGB", "channels": [5, 6, 7]},
      {"name": "PAR 6", "type": "RGB", "channels": [10, 11, 12]}
    ]
  }]
}

Thanks to

Readme

Keywords

Package Sidebar

Install

npm i @epirat/homebridge-artnet

Weekly Downloads

1

Version

0.100.7

License

MIT

Unpacked Size

1.91 MB

Total Files

4

Last publish

Collaborators

  • epirat