All message always send the full data model object of the related device type of the message. In case of the connect or delete message, the last know state of the device will be send.

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
{
  "id": "ffc83c98-e77c-409b-8144-331142aa4f3c",
  "userId": "a5ac2de6-fd9d-4df2-b01c-1ce77ee03c7b",
  "isOnline": true,
  "location": {
    "latitude": null,
    "longitude": null,
    "lastUpdated": null
  },
  "staticData": {
    "vendor": "TESLA",
    "vin": "5YTRX17W9XNA04354",
    "batteryCapacity": 82,
    "engineType": "BEV",
    "model": "Model 3",
    "name": "Stegge 3",
    "vehicleVariant": null,
    "lastUpdated": "2024-11-07T14:28:17.358Z"
  },
  "odometer": {
    "odometer": 92474,
    "lastUpdated": "2024-12-25T18:33:19.926Z"
  },
  "chargeState": {
    "stateOfCharge": null,
    "chargingState": "null",
    "chargeRate": null,
    "chargingTimeRemaining": null,
    "chargeLimitMin": null,
    "chargeLimitMax": null,
    "estimatedRange": null,
    "scheduledChargingStartTime": null,
    "scheduledDepartureTime": null,
    "lastUpdated": null
  },
  "climateState": {
    "isClimateOn": null,
    "isBatteryHeaterOn": null,
    "temperatureCurrent": null,
    "temperatureTarget": null,
    "lastUpdated": null
  },
  "lastUpdated": "2024-12-25T18:33:19.926Z"
}

Tariff Streaming Message Examples

Tariffs can send the following message types:

  • {subscriptionId}.tariff.connect
  • {subscriptionId}.tariff.update
  • {subscriptionId}.tariff.price.update
  • {subscriptionId}.tariff.delete
{
  "id": "b063cd05-a48f-4513-9abe-060a13546bdb",
  "userId": "5f48946a-4203-495b-9c8b-7c31ae84009a",
  "locationId": null,
  "isOnline": true,
  "staticData": {
    "vendor": "OSTROM",
    "name": "Ostrom Feldstraße 22",
    "currency": "EUR",
    "countryCode": "DE",
    "lastUpdated": "2024-12-26T13:41:28.075Z"
  }
}

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
{
  "id": "6eb5497d-c6bb-4290-84ef-4409fe9501f1",
  "userId": "896f9d5a-b618-48a2-98ae-957059bf1bc9",
  "locationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "isOnline": true,
  "staticData": {
    "type": "AC",
    "room": "Living room",
    "vendor": "VIESSMANN",
    "model": "Vitotronic 200",
    "name": "Viessmann Vitotronic 200",
    "capableModes": ["HEAT"],
    "lastUpdated": "2025-01-02T10:24:02.447Z"
  },
  "climateState": {
    "isActive": null,
    "mode": null,
    "temperatureCurrent": null,
    "temperatureOutside": null,
    "temperatureTargets": [],
    "lastUpdated": null
  },
  "powerState": {
    "powerConsumption": null,
    "lastUpdated": null
  },
  "lastUpdated": "2025-01-02T10:24:02.447Z"
}

Battery Streaming Message Examples

Batteries can send the following message types:

  • {subscriptionId}.battery.connect
  • {subscriptionId}.battery.update
  • {subscriptionId}.battery.delete
  • {subscriptionId}.battery.offline
{
  "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "userId": "896f9d5a-b618-48a2-98ae-957059bf1bc9",
  "locationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "isOnline": true,
  "staticData": {
    "vendor": "SMA",
    "model": "Battery,
    "name": "My device",
    "batteryCapacity": 106,
    "siteName": "Osna Lab",
    "lastUpdated": "2025-01-02T10:45:20.980Z"
  },
  "chargeState": {
    "mode": null,
    "stateOfCharge": null,
    "maxChargeRate": null,
    "maxDischargeRate": null,
    "chargeLimitMin": null,
    "chargeLimitMax": null,
    "chargeRate": null,
    "chargingState": null,
    "lastUpdated": null
  },
  "lastUpdated": "2025-01-02T10:45:20.980Z"
}

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
{
  "id": "6eb5497d-c6bb-4290-84ef-4409fe9501f1",
  "userId": "896f9d5a-b618-48a2-98ae-957059bf1bc9",
  "locationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "isOnline": true,
  "staticData": {
    "vendor": "FRONIUS",
    "model": "Inverter",
    "name": "My device",
    "siteName": "Osna Lab",
    "lastUpdated": "2025-01-02T10:53:42.719Z"
  },
  "powerState": {
    "solarPower": null,
    "state": null,
    "lastUpdated": null
  },
  "lastUpdated": "2025-01-02T10:53:42.719Z"
}

Meter Streaming Message Examples

Meters can send the following message types:

  • {subscriptionId}.meter.connect
  • {subscriptionId}.meter.update
  • {subscriptionId}.meter.delete
  • {subscriptionId}.meter.offline
{
  "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "userId": "896f9d5a-b618-48a2-98ae-957059bf1bc9",
  "locationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "isOnline": true,
  "staticData": {
    "vendor": "FRONIUS",
    "model": "Meter",
    "name": "My device",
    "siteName": "Osna Lab",
    "lastUpdated": "2025-01-02T10:56:28.800Z"
  },
  "powerState": {
    "power": null,
    "meterValue": null,
    "lastUpdated": null
  },
  "lastUpdated": "2025-01-02T10:56:28.800Z"
}