node-red-contrib-acepro 1.3.7
Provides control and feedback of the aceBUS connected devices (proprietary of company ACEPRO)
node-red-contrib-acepro
Node-RED nodes to talk to aceBUS devices (proprietary of company ACEPRO).
Install
Run the following command in your Node-RED user directory - typically ~/.node-red
npm install node-red-contrib-acepro
Usage
Provides two nodes - one to receive messages, and one to send.
Input
To set value to aceBUS connected device by IOID address.
value = msg.payload
.
Output
To get value out of aceBUS conneced device by IOID address.
value = msg.payload
.