@kazuhitoyokoi/node-red-contrib-patlite
v0.0.5
Published
Node-RED node for patlite
Downloads
7
Maintainers
Readme
@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
booleanIf the received
msg.payload
istrue
, the target light will be on. Whenmsg.payload
hasfalse
value, the target light is turned off.msg.topic
numberYou can set the light or buzzer mode in the
msg.topic
. The range of the value is between1
and5
.
Demonstrations
Simple flow demonstration
Dashboard integration
Settings
To allow this node to access the HTTP server on your Patlite device, you need to enable the HTTP Command Control in advance.