node-red-contrib-rflink

0.1.1 • Public • Published

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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i node-red-contrib-rflink

      Weekly Downloads

      25

      Version

      0.1.1

      License

      none

      Unpacked Size

      16.6 kB

      Total Files

      6

      Last publish

      Collaborators

      • pointbre