IoTFlows
  • Welcome to IoTFlows Docs
  • IoTFlows
  • Console
  • REST API
  • Device Management & Secure Remote Access
    • 1. Connect a device to the cloud or create a virtual device
    • 2. SSH to your device over the internet
    • 3. Transfer files to your device over the internet
    • 4. Remotely access Node-RED on your device
    • 5. Create public links for local web-apps
  • Real-Time Data Streams, Alerts, and Actions
    • Create a Device API Key
    • Publish and subscribe to real-time messages with Node-RED
    • Creating an Alert Channel
    • Publish an Alert with Node-RED
    • Define and execute an Action in Node-RED
    • Python real-time SDK
    • Javascript real-time SDK
  • Cloud Node-RED Servers
    • Create a secure Cloud Node-RED Server in five minutes
    • Subscribe to data streams with a Cloud Node-RED Server
    • Integrate data streams to Node-RED dashboard
    • Integrate data streams to Slack
  • IOTFLOWS OVERVIEW
    • IoTFlows Roles and Permissions
    • Adding Team Members
  • Example Projects
    • Raspberry Pi as Gateway
      • Arduino to Raspberry Pi Serial Communication for Ultrasonic Sensor
    • Getting Started with Node-Red Dashboard
      • Installing Node-Red Dashboard
      • Accessing Node-Red Dashboard
      • 1. Creating a Page
      • 2. Adding Gauge Nodes
      • 3. Changing Dashboard Themes
      • 4. Adding Data to Gauge Nodes
      • 5. Adding a Chart Node
      • 6. Adding Data to Chart Node
      • 7. Adding a Template Node
      • 8. Adding Data to Template Node
      • 9. Adding Switch Node
      • 10. Adding Logic to Switch Node
      • 11. Adding a Slider Node
      • 12. Adding a Color Picker Node
      • 13. Adding a Numeric Node
      • 14. Adding a Button Node
      • 15. Adding Logic to a Button Node
      • Node-Red Dashboard Code
    • Publishing Data Streams from Python
    • Ultrasonic Sensor on Raspberry Pi Node-Red
  • General
    • Downloading IoTFlows Node-Red Nodes
    • Publishing Alert from Node-Red Manual
    • Publishing Data Stream from Node-Red Manual
Powered by GitBook
On this page
  • Prerequisites
  • Install Node-RED Dashboard Nodes
  • Integrate Data Streams

Was this helpful?

  1. Cloud Node-RED Servers

Integrate data streams to Node-RED dashboard

Integrate the real-time data published by your devices and clients to the cloud Node-RED Dashboard

PreviousSubscribe to data streams with a Cloud Node-RED ServerNextIntegrate data streams to Slack

Last updated 3 years ago

Was this helpful?

Prerequisites

If you currently don't have a device or client publishing data to a data stream, learn , , or .

You also need to have a Cloud Node-RED server that subscribes to your real-time data streams. If you don't have one, learn , and .

Install Node-RED Dashboard Nodes

Navigate to the Node-RED of your cloud server. From the top right menu, click on Manage palette and select the Install tab.

Integrate Data Streams

From the dashboard nodes on the left palette, drag and drop a gauge node and connect the desired data stream to it.

Double click on the gauge node to configure the settings and select or define a Tab and Group for this gauge on the dashboard.

From the top right arrow menu pick Dashboard, and click on the dashboard link icon to navigate to the dashboard url.

This dashboard webpage will be in the following format and publicly available over the internet. Since the dashboard is responsive, it will get resized properly for smaller screens such as your smartphone.

https://{subdomain}.{organization-name}.iotflows.com/ui/url

Congratulations! You successfully displayed a real-time data stream on a cloud Node-RED dashboard.

In the search bar, search for dashboard and install the .

If you don't have a data stream, learn and how to .

To learn more about the Node-RED dashboard, check out our or visit its official .

node-red-dashboard
how to publish real-time data streams
subscribe to them in the cloud
getting started tutorial
documentation
how to publish real-time messages to the cloud with Node-RED
Javascript
Python
how to spin up a secure Cloud Node-RED server
subscribe to data streams