Skip to content

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

License

Notifications You must be signed in to change notification settings

pointbre/node-red-contrib-rflink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published