2.1.11 • Published 3 years ago

node-red-contrib-netio v2.1.11

Weekly downloads
5
License
ISC
Repository
-
Last release
3 years ago

node-red-contrib-netio

node-red-contrib-netio is node-red node that for Netio devices dashboard using JSON in first version.

Installation

Use the package manager pip to install node-red-contrib-netio.

pip install node-red-contrib-netio

Usage

  1. install Netio package in your node-red.
  2. open node-red and add netio node from network section to your flow.
  3. Double click on node to view options and set the inputs with your device information.
  4. add your actions to your flow and connect them to netio node.
  5. Finally Deploy your flow and enjoy your dashboard.

Options

In node options you see many inputs that described below :

OptionDescrioptionDefualts
namethe name that shows on node in flownetio
URLthe URL/IP-Adress of your device withou protocols(http/https) or any port and pathnone
portthe port number of JSON config in devicenune
paththe path or name of json that set in config, starts with /, .e.g (/netio.json)none
intervallthe time inervall that node get data from device1000 ms
Usernameusername that you set in device confignone
Passwordpassword that you set in device confignone

License

ISC