Qubitro Documentation
SupportLog inSign Up
  • Documentation
  • Guides
  • Developers
  • Changelog
  • APRIL 2025
    • Release Notes
  • MARCH 2025
    • Release Notes
  • FEBRUARY 2025
    • Release Notes
  • JANUARY 2025
    • Release Notes
  • December 2024
    • Release Notes
  • November 2024
    • Release Notes
  • October 2024
    • Release Notes
  • September 2024
    • Release Notes
Powered by GitBook
On this page
  • ✨ New Features
  • Archived Views Add-on
  • Aggregated View Add-on
  • Hex Payload Decoder for Non-LoRaWAN Devices
  • ✨ Improvements
  • Support for Multiple Data Points in a Single Payload
  • Zoom for Specific Time Ranges in Charts
  • Time Scale Options for Charts
  • QR Code for Public Dashboard Links
  • Redesigned Device Detail Page
Export as PDF
  1. MARCH 2025

Release Notes

This page provides an overview of new features, improvements, and updates released on Qubitro in March 2025

PreviousRelease NotesNextRelease Notes

Last updated 1 month ago

✨ New Features

Archived Views Add-on

A new Archived Views Add-on has been introduced, allowing automated backups of device data at scheduled intervals.

Archived data is stored indefinitely and can be accessed, downloaded, or emailed as needed. Backups are configured per project and support daily, weekly, or monthly scheduling.

Each backup triggers an automated email notification and remains accessible via a dedicated Archive tab for each device.

Documentation:

Aggregated View Add-on

A new Aggregated View Add-on has been introduced, enabling periodic processing and storage of calculated metrics from raw sensor data—such as hourly or daily averages, minimums, and maximums for temperature, humidity, and other readings.

Documentation:

Hex Payload Decoder for Non-LoRaWAN Devices

Added support for decoding hex-encoded payloads from non-LoRaWAN devices into structured JSON format, allowing for seamless ingestion, processing, and visualization.

Documentation:


✨ Improvements

Support for Multiple Data Points in a Single Payload

Enhanced decoder capabilities to extract and store multiple data points from a single message, providing better support for batched sensor data.

Example payload:

{
  "payload_hex": "00C08802808560A184000FFB648EAD0F,00c088028085909784000ffb648ead46,00c089028085109284000ffe648ead89,00c088028085e09c84000ffe648eadcb"
}

Zoom for Specific Time Ranges in Charts

Added the ability to zoom into specific time ranges in charts, making it easier to explore trends and patterns in greater detail.

Time Scale Options for Charts

Charts now include quick-select time range buttons — Default, 1H, 1D, 1W, 1M — for instantly switching between hourly, daily, weekly, or monthly views. This makes it easier to explore different time periods and spot patterns or anomalies at a glance.

QR Code for Public Dashboard Links

Public dashboard links now include an auto-generated QR code with a download option for more convenient sharing.

Redesigned Device Detail Page

Completely redesigned the device detail page to improve clarity, navigation, and management across different device types.

Only works for hex payload data with the introduced above.

Decoder Function
Screenshot from the device detail page showing archived data.
Screenshot from a page for "Creating AggregatedViews with Custom Metrics and Time Intervals.
Screenshot from device details page for storing aggregated view data.
Screenshot from Function Configuration Page showing decoding of hex payload data
Screenshot from Dashboard showing interactively explorable data by selecting time ranges and zooming into specific periods.
Screenshot from Dashboard showing Time Scale options located on the top right of the chart widget.
Screenshot for Dashboard settings page showing QR code generated for public dashboards.
Example screenshot from MQTT device overview page.
Example screenshot from device overview page that shows metadata.
Archived ViewsArchived Views automatically archive device data at scheduled intervals per device, preserving historical records based on the selected schedule.
Aggregated ViewAggregated View allows you to store aggregated data separately from raw time series storage.
Hex Payload DecoderThe Hex Payload Decoder allows you to convert incoming hex string payloads into valid JSON data