0.100.7 • Published 4 years ago

@epirat/homebridge-artnet v0.100.7

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
4 years ago

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

0.100.7

4 years ago

0.100.6

4 years ago

0.100.5

4 years ago