Node-RED IIoT Training
Installation
sudo apt-get install nodejs
#or
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo bash -
sudo apt-get install -y nodejs
πHow to Install Node-RED on a Raspberry Pi [Watch]
bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered)
πHow to Install Node-RED on Ubuntu or Debian Linux via Windows Subsystem for Linux (WSL) [Watch]
bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered)
Access Node-Red over Public Internet
πHow to Access your Local Node-RED Dashboard Over Internet from Anywhere in the World | LocaltoNet | [Watch]
πHow to Access your Local Node-RED Dashboard Over Internet from Anywhere in the World | Ngrok | [Watch]
πHow to Access Your Local Node-RED Instance from Anywhere in the World Using the Ngrok Node in Node-RED [Watch]
πHow to Access Your Local Node-RED Instance Remotely from Anywhere in the World Using Cloudflared Tunnels [Watch]
cloudflared-windows-amd64.exe tunnel --url localhost:1880
πHow to Access Your Local Node-RED Instance Remotely from Anywhere in the World Using localtunnel [Watch]
npm install -g localtunnel
lt --port 1880
System Monitor using Node-Redβ
Dashboard Report from SQLite Database Tableβ
πHow to read data from SQLite Database Table and Display it on Node-RED Dashboard in the Table Format [Watch]
πHow to create dynamic SQLite reports In Node-RED with date range filters | Node-RED Dashboard | [Watch]
β³How to Read data from SQLite Database and Display it on Node-RED Dashboard in Historical Graph or Historical Chart Format [Watch]
Email Automationβ
β³How to Send Email from Node-RED [Watch]
Telegram Automationβ
β³How to Send Telegram Notification from Node-RED [Watch]