0.1.1 • Published 5 years ago

node-red-contrib-rflink v0.1.1

Weekly downloads
29
License
-
Repository
github
Last release
5 years ago

node-red-contrib-rflink

A Node-red node to encode/decode the messages from/to the RFLink gateway.

Install

cd ~\.node-red
npm install node-red-contrib-rflink

Notes

It's required to specify name and id of devices that you want to read/write via RFLink gateway. For example, if the packet from RFLink gateway is 20;32;Auriol;ID=008f;TEMP=00d3;BAT=OK;, its name is Auriol and id is 008f. It's also required to know what kind of values are provided. In the above example, the device has 2 values, TEMP and BAT. The msg.payload will have msg.payload.temp and msg.payload.bat.

Credits