0.0.5 • Published 3 years ago

homebridge-artnet v0.0.5

Weekly downloads
3
License
MIT
Repository
gitlab
Last release
3 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]}
    ]
  }]
}

Development

Setup:

  1. Install Clojure
  2. run npm install and lein classpath
  3. to build, run npm run build
  4. ‘Install’ package locally using npm link
  5. Install and run homebridge; add accessory and test :)

Thanks to

0.0.5

3 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago