Quickstart
The Energy Hub Alliance lets you connect all kinds of energy vendors to your application. Follow these first steps, to set up your application environment.
Setup your subscription and clients
Before you can get started and use the Energy Hub Alliance, you need to setup clients for the API and streaming clients.
Subscriptions, API keys and streaming clients can be created once you have access to the Partner Portal. To apply for access to the partner portal contact us at info@energy-hub-alliance.com.
Create new subscription
Create new subscription
To add a new subscription, you need to provide a application name and a redirect URL. The redirect URL is needed for the connect flow, to direct the user back to your application.
Create first API key
Create first API key
To authenticate to the Energy Hub API, you can create one or more API-keys. Make sure to store these API-keys safely, since they will be used to authenticate your application. The API keys are connected to your subscription.
Create first streaming client
Create first streaming client
To recieve streaming data, create a streaming client in the partner portal and configure your Kafka Broker to recieve messages.
Start developing
The Energy Hub Alliance provides a reference implementation, to help to you understand the general concepts like streaming and the implementation of the connect flow. Check out our Github.