While Trendz provides the ability to visualize predicted time series data in various views, real-life scenarios often require additional actions and computations based on this forecasted dataset. In such cases, leveraging the capabilities of ThingsBoard, the primary data storage for telemetry data, becomes highly convenient. Saving the predicted data as new telemetry for a device or asset in ThingsBoard opens up several valuable use cases. Here are few examples:
- The predicted telemetry is valuable data that can be used as input parameters for other calculations or predictions. By utilizing this data, you can improve the accuracy and effectiveness of further analyses and predictions.
- Creating alarms based on predicted telemetry enables proactive monitoring and response. By setting thresholds or conditions, you can trigger alerts when predicted values reach critical levels, ensuring timely action.
- By utilizing the predicted telemetry, you can set up notifications that provide real-time updates or alerts to relevant stakeholders. This functionality enhances communication and enables prompt decision-making based on forecasted trends.
- Track accuracy of predictions by comparing predicted telemetry with historical data.
- Performance optimization - by saving predicted telemetry to ThingsBoard, you can reduce the load on the Trendz server so it will not need to calculate the same predictions again and again.
Simplified workflow for saving predicted telemetry to ThingsBoard is the following:
- Create telemetry prediction with Trendz
- Visualize predicted data in Table view
- Configure background job that will run prediction model for new incoming telemetry
- Save predicted dataset as a new telemetry to ThingsBoard
Next Steps
-
Getting started guide - These guide provide quick overview of main Trendz features.
-
Installation guides - Learn how to setup ThingsBoard on various available operating systems.
-
Calculated Fields - Learn about Calculated fields and how to use them.
-
States - Learn how to define and analyse states for assets based on raw telemetry.
-
Filters - Learn how filter dataset during analysis.
-
Available Visualizations - Learn about visualization widgets available in Trendz and how to configure them.
-
Share and embed Visualizations - Learn how to add Trendz visualizations on ThingsBoard dashboard or 3rd party web pages.