Thing Data Import
In some cases it is necessary to import historical data from a connected machine, for example if it was already installed and running before being connected to the DPS.
In other cases, however, the machine is unable to connect to the cloud to send data because of the location where it works.
To enable data collection in these situations as well, we have added the Data Import widget, that allows DPS users to upload a CSV file and import multiple metric values for a single product.
Please note that data is saved as it is provided in the CSV file, and any events or insights related to the imported data period are not recalculated.
Min/Max Aggregation Insight with real Timestamp
When dealing with aggregations, in some cases it is not enough to have the simple aggregate value, but it is also necessary to have the precise timestamp of that value, such as when calculating the minimum or maximum value of a metric along a period.
For example, the daily minimum/maximum value of a temperature metric with a simple daily timestamp (e.g. 2025-07-10) may not be meaningful, rather than also having the exact time when the minimum/maximum value for that day occurred (e.g. 10:30:22).
We extended the Aggregation algorithm, and now into Insight Metrics, for the Minimum and Maximum aggregation functions, you can use a new output which provides the precise time of the first occurrence during the day.
Expandable Details
The feature that allows DPS users to expand a widget by showing more details has been revised and can now is available on several widgets.
This way, you can create views that present synthetic information, while still allowing users to explore more details by expanding the widgets.
In the Console, you can configure the expandable details (where available) from the widget properties panel.
The widgets that now support the expandable details are:
Bug fixes (DPS)
When a client was created during self-registration, the automatic association of organizations by country did not take into account the presence of multiple sub-organizations with the same country at the same level.