node-red-contrib-prolights 0.0.1

Node-RED node that compose input for Artnet node to control Prolights lamps

npm install node-red-contrib-prolights

Go to Gunnebo

node-red-contrib-prolights

Node-RED node that composes input for node-red-contrib-artnet to control Prolights lights.

Gunnebo (OMX: GUNN) is a multinational corporation headquartered in Gothenburg, Sweden, specializing in security products, services and solutions mainly in the areas of cash management, entrance security, electronic security and safes & vaults. The Gunnebo Group has operations in 32 countries with approximately 5,500 employees (Jan 2016) and a reported global revenue of �660 million for 2015. Gunnebo has been listed on the Stockholm Stock Exchange in Sweden since 1994 and can be found on the NASDAQ OMX Nordic Exchange Stockholm in the Mid Cap Industrials segment.

Install

Run the following command in the root directory of your Node-RED install. Usually this is ~/.node-red

npm install node-red-contrib-prolights

Using

You can either setup node via editor or with a payload like the following example:

msg.payload = {
  device_type: "PIXIEWASH",
  channels: "13channels",
  address_start: 1,
  pan: 100,
  tilt:140,
  dimmer:20,
  shutter:3,
  red:10,
  green:10,
  zoom:255
};

You can also fade to values, either for a single channel or multiple channels. You must specify the 'transition' and also a 'duration' in milliseconds:

msg.payload = {
  device_type: "PIXIEWASH",
  channels: "13channels",
  address_start: 1,
  transition: true,
  duration: 4000,
  red:10,
  zoom:255
};

While configuring node via editor you can specify "-1" as a value for any channel. In that case channel value doesn't change.

Node Info

Version: 0.0.1
Updated 7 years, 9 months ago
License: MIT
Rating: not yet rated

Actions

Rate:

Downloads

0 in the last week

Nodes

  • prolights out

Keywords

  • node-red
  • prolights
  • artnet
  • dmx
  • light

Maintainers