Tibber · Example Payload

Tibber Device Example

EnergySmartHomeSmartMeterElectricityPricingElectricVehicleChargingHeatPumpSolarInverterHomeBatteryGraphQLOAuth2Nordic

Tibber Device Example is an example object payload from Tibber, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idcategoryvendormodelattributescapabilitiessupportedHistorymaxRetentionDays

Example Payload

Raw ↑
{
  "id": "tesla:5YJSA1E26MF1234567",
  "category": "vehicle",
  "vendor": "Tesla",
  "model": "Model Y Long Range",
  "attributes": {
    "vin": "5YJSA1E26MF1234567",
    "batteryCapacityKwh": 75,
    "softwareVersion": "2026.16.4"
  },
  "capabilities": ["history.energyCharged", "history.stateOfCharge"],
  "supportedHistory": ["hour", "day", "month"],
  "maxRetentionDays": 365
}