Step 2. Visualize data on Dashboard
Dashboard is a centralized, configurable user interface used for monitoring, analyzing, and managing IoT systems in real time.
A dashboard consists of widgets — configurable components such as charts, cards, tables, or maps — used to visualize data, display alarms and events, and interact with devices or processes.
In this step, you will create a new dashboard and add three widgets:
- a widget that displays the latest temperature value;
- a chart widget that shows temperature changes over time;
- an alarms widget that displays alarms triggered by high temperature conditions.
Step 2.1 Create the Dashboard
Section titled “Step 2.1 Create the Dashboard”Create a dashboard to visualize device telemetry and alarm data.
- From the main menu, navigate to Dashboards.
- In the upper-right corner, click + Add dashboard ⇾ Create new dashboard.
- Enter the Title, for example, My Dashboard.
- Click Add.
The dashboard has been created. It opens automatically, so you can start adding widgets right away.
Step 2.2 Add a Value card widget
Section titled “Step 2.2 Add a Value card widget”Add a Value card widget to display the latest temperature value.
- In the dashboard edit mode, click + Add new widget in the center of the screen.
- Select Cards ⇾ Value card.
- Configure the widget:
• Set Thermometer device as the datasource.
• Use temperature as the data key. - Click Add.
- Resize the widget if necessary.
The widget displays the latest temperature reported by the device.
Step 2.3 Add a Time series chart widget
Section titled “Step 2.3 Add a Time series chart widget”A Time series chart visualizes how telemetry values change over time.
Add a chart to display temperature history:
- In the dashboard edit mode, click + Add widget.
- Select Charts ⇾ Time series chart.
- Set Thermometer device as the datasource.
- In Series, specify temperature as the series key.
- Click Add.
- Adjust the widget size if needed.
The chart displays all recorded temperature values with timestamps for the last hour.
Send several new telemetry updates (see Step 1.2). The chart updates automatically as new data arrives, providing real-time visualization of temperature changes.
Step 2.4 Add an Alarms table widget
Section titled “Step 2.4 Add an Alarms table widget”An Alarms table widget displays alarms associated with selected entities, including their severity and status.
Add an alarms table to the dashboard:
- In edit mode, click + Add widget.
- Select Alarm widgets ⇾ Alarms table.
- Set Thermometer device as the datasource.
- Configure alarm severity and status filters. The widget displays alarms matching the selected properties. If none are selected, all alarms will be displayed, regardless of their status or severity.
- Click Add.
- Resize and position the widget if needed.
Save the rule
Section titled “Save the rule”Click Save in the top-right corner of the dashboard to save it.
The dashboard now provides real-time visibility into telemetry data and active alarms.