node-red-contrib-netio
v2.1.11
Published
netio node-red
Downloads
2
Maintainers
Readme
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
- install Netio package in your node-red.
- open node-red and add netio node from network section to your flow.
- Double click on node to view options and set the inputs with your device information.
- add your actions to your flow and connect them to netio node.
- Finally Deploy your flow and enjoy your dashboard.
Options
In node options you see many inputs that described below :
| Option | Descrioption | Defualts | | ------ | ------ | ------ | | name | the name that shows on node in flow | netio | | URL | the URL/IP-Adress of your device withou protocols(http/https) or any port and path | none | | port | the port number of JSON config in device | nune | | path | the path or name of json that set in config, starts with /, .e.g (/netio.json) | none | | intervall | the time inervall that node get data from device | 1000 ms | | Username | username that you set in device config | none | | Password | password that you set in device config | none |
License
ISC