We can forward messages to an Azure Service Bus. We can publish to a specific topic. Additionally a fixed session id can be set. The body of all messages is JSON encoded and the content type is application/json.
Below, examples of the payloads of the following messages can be found:
Solar power
Solar assets produce two types of messages: regular messages and flash messages.
Regular messages
An example of the body of a message forwarded from a Teleport device that is connected to a solar asset.
Flash messages
Solar assets report flash messages more often than regular messages (typically every second) and contain information that is needed for dispatching algorithms and to forward to the TSO when doing aFRR. Flash messages are active only when the relevant control strategy is activated. An example of a request containing one flash message forwarded from a Teleport device that is connected to a solar asset.
Wind power
An example of the body of a message forwarded from a Teleport device that is connected to a wind energy converter.
Battery power
Battery assets produce two types of messages: regular messages and flash messages.
Regular messages
An example of a request containing one message forwarded from a Teleport device that is connected to a battery is shown below.
Flash messages
Batteries report flash messages more often than regular messages (typically every second) and contain information that is needed for dispatching algorithms and to forward to the TSO when doing aFRR/FCR. An example of a request containing one flash message forwarded from a Teleport device that is connected to a battery:
Meter power
An example of a request containing one message forwarded from a Teleport device that is connected to a power meter is shown below.