We can forward messages to an AMQP 0-9-1 broker of choice, for example to a RabbitMQ broker. We can publish to a specific topic or to an exchange with a routing key. We use the persistent delivery mode an app id teleport. The body of all messages is JSON encoded and they contain a content type property with value 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. The type property of the message is solarPower:3.
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. The type property of the message is solarPower.flash:1.
Wind power
An example of the body of a message forwarded from a Teleport device that is connected to a wind energy converter. The type property of the message is windPower:1.
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. The type property of the message is batteryPower:1.
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. The type property of the message is batteryPower.flash:1. 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. The type property of the message is meterPower:1.