Opinum Data Hub 6.4
Release date: 30 October 2024 in ODH EU
This release offers a new feature of time navigation in dashboards, maps improvements and new external data integration.
A hotfix has been release the 14 November 2024.
Time filter in dashboards
The time interval can now be set directly on the dashboard. In this way, the time interval is applied to all the graphs at once, and a time filter is displayed at the top of the dashboard so you can navigate through time.
A graph can be defined as standalone to have its own time interval, different from the title.
Tip
Learn more about time filter in dashboards
Maps improvements
- Maps clusters
The maps in the dashboards have been improved. Points that are too close together on a map will now be grouped together in a doughnut to make the maps easier to read. Zooming in will display the points.
The clusters will be automatically defined when sites markers are too close on a map.
- GPS coordinates map
A new type of map is now available: the GPS coordinates map, which lets you display sites without choosing values. These maps are useful for quickly displaying sites on a map, without choosing time frames and variable.
What's new in external data
Indexis file processor update
We adapt the Indexis file processor to manage submeter.
Tip
Learn more about Indexis file processor
New Elia Metering Messages file processor
A new Elia Metering Messages file trigger is available to import files whose structure is defined by Elia for metering data.
Tip
Learn more about Elia trigger
Elia Imbalance DataSet
We've restore the Elias Imbalance DataSet from Elia Open Data, following Elia APis changes.
Tip
Learn more about Elia Open Data data set.
If you wish to access these datasets, please contact your representative at Opinum. You will guide through the process and ensure the data becomes available to you without any additional effort on your part. For any questions or assistance, please contact our technical support through our customer portal : https://help.opinum.com/tickets.
API changes
We strive to minimise changes to the API when optimising and upgrading.
With this releases the 2 new features in dashboards are added in the API, without breaking changes:
- A new filter type is added to dashboards to define the time interval on each graph and display a time filter in graphs. This new filter is optional. There are no changes to existing model properties.
At the root of the dashboard object (at the same level as the “GeozoneFilter” property), a new optional TimeFrameFilter property is added. It contains a timeFrame object and a boolean to enable or disable it.
New property :
"TimeFrameFilter": {
"Enabled": true,
"TimeFrame": {
"Value": 0,
"Type": "Day",
"Period": {
"From": "2023-10-14T09:57:05.771Z",
"To": "2024-10-14T09:57:05.771Z"
},
"PeriodType": "PastPeriod"
}
}
- In the API, the new map for GPS coordinate is defined as follows:
- New VisualSourceType: Coordinates (8)
- New VisualizationType for VisualSourceType Coordinates : Map (0)
- New datasources: CoordinatesDataSources
Bug fixes
- In reports the alerts and alarms tabs were returning too many items, it has been fixed.
Hotfix of 14 November 2024
The following bugs have been fixed:
- Dashboards
- Geozone filter: Lifting the limit of 10,000 sources in geozone dashboard graphics
- Time filter: allow multiples updates of custom period
- Time filter: fix inconsistent display of dates following selection of date past 1 week.
- Time filter: fix past & current dates display. Note: the data in the graphs was correct.
- Zoom: fix time filter on small and zoomed screens.
- Performance: fix performance on the list of sites (GET /sites) when there is no site matching the filter
- API: Fix PATCH remove on source form fields