0.0.5 • Published 1 year ago

@kazuhitoyokoi/node-red-contrib-patlite v0.0.5

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

@kazuhitoyokoi/node-red-contrib-patlite

A node to control Patlite NHV series

Install

Run the following command in your Node-RED user directory - typically ~/.node-red

    npm install @kazuhitoyokoi/node-red-contrib-patlite

After setting the IP address and target (light color or buzzer) in the node property, you can control this node with the msg.payload value.

Input

  • msg.payload boolean

    If the received msg.payload is true, the target light will be on. When msg.payload has false value, the target light is turned off.

  • msg.topic number

    You can set the light or buzzer mode in the msg.topic. The range of the value is between 1 and 5.

Demonstrations

  • Simple flow demonstration

    npm.io

  • Dashboard integration

    npm.io

Settings

To allow this node to access the HTTP server on your Patlite device, you need to enable the HTTP Command Control in advance.

npm.io

0.0.3

1 year ago

0.0.2

1 year ago

0.0.5

1 year ago

0.0.1

1 year ago