node-red-contrib-thethingsio

0.0.2 • Public • Published

node-red-contrib-thethingsio

Node-RED node to send data to thethings.io IoT platform

Install it

Local user installation:

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

Global installation (as root):

npm install -g node-red-contrib-thethingsio

Restart your node-red instance and you should have a "thethingsio" output node available.

Use it

This node sends the payload of the message (msg.payload) to your thethings.io account.

  • Token: Token which is used to authenticate to a thing.
  • Secure: Whether it should use a secure connection (HTTPS) or not.
  • Key: Name of the variable to send the data to.
  • Name: Name of the node.

You can override the token and key properties with the msg.token and msg.key message attributes. Likewise you can set a custom msg.timestamp to be used (format must be YYYYMMDDhhmmss).

Package Sidebar

Install

npm i node-red-contrib-thethingsio

Weekly Downloads

0

Version

0.0.2

License

MIT

Last publish

Collaborators

  • xoseperez