Documentation Index
Fetch the complete documentation index at: https://developer.energy-hub.io/llms.txt
Use this file to discover all available pages before exploring further.
Event Examples
All message always send the full data model object of the related device type of the message. In case of theconnect or delete message, the last know state of the device will be send.
Below you find examples for each device type. Generally, each device type mostly has the same message types: connect, update, delete, offline, and disconnect notifications. For devices which support commands, notifications about commands are also sent through the command message type.
Vehicle Streaming Message Examples
Vehicles can send the following message types:{subscriptionId}.vehicle.connect{subscriptionId}.vehicle.update{subscriptionId}.vehicle.delete{subscriptionId}.vehicle.offline{subscriptionId}.vehicle.command{subscriptionId}.vehicle.disconnect
Tariff Streaming Message Examples
Tariffs can send the following message types:{subscriptionId}.tariff.connect{subscriptionId}.tariff.update{subscriptionId}.tariff.price.update{subscriptionId}.tariff.delete{subscriptionId}.tariff.disconnect
HVAC Streaming Message Examples
HVACs can send the following message types:{subscriptionId}.hvac.connect{subscriptionId}.hvac.update{subscriptionId}.hvac.schedules.update{subscriptionId}.hvac.delete{subscriptionId}.hvac.offline{subscriptionId}.hvac.command
Battery Streaming Message Examples
Batteries can send the following message types:{subscriptionId}.battery.connect{subscriptionId}.battery.update{subscriptionId}.battery.delete{subscriptionId}.battery.offline
PV-Inverter Streaming Message Examples
PV-Inverters can send the following message types:{subscriptionId}.pv-inverter.connect{subscriptionId}.pv-inverter.update{subscriptionId}.pv-inverter.delete{subscriptionId}.pv-inverter.offline
Meter Streaming Message Examples
Meters can send the following message types:{subscriptionId}.meter.connect{subscriptionId}.meter.update{subscriptionId}.meter.delete{subscriptionId}.meter.offline

