User Guide

The user guide provides a step-by-step walkthrough on how to use energydata.dk. It covers various aspects such as creating an account, generating your own data sets, sharing them with project members, and uploading data to the energydata.dk platform. The guide is complemented with informative illustrations.

API Descriptions

Data Stream API

The data stream API is intended for downloading either latest measurement for one or more data streams or a data for a historical period. The document explains how to use the API.

MQTT API Description

The MQTT API is used for uploading (publishing) data to one or more data streams or downloading (subscribing) to one or more data streams. Multiple values can be published simultaneously and MQTT quality of service is supported.

Batch Upload API

In case you need to upload large amount of data either historical or non-time critical data, it is beneficial to use the batch upload methods. There is a batch upload procedure which either can be called as HTTP command using “curl” – this is intended for manual upload, or it can be imbedded in a Python script.