Tibber · JSON Structure

Tibber Device Structure

Type: record Properties: 0
EnergySmartHomeSmartMeterElectricityPricingElectricVehicleChargingHeatPumpSolarInverterHomeBatteryGraphQLOAuth2Nordic

TibberDevice is a JSON Structure definition published by Tibber. It conforms to the https://json-structure.org/draft/2024-09/schema meta-schema.

Meta-schema: https://json-structure.org/draft/2024-09/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2024-09/schema",
  "title": "Tibber Data API Device",
  "type": "record",
  "name": "TibberDevice",
  "fields": [
    { "name": "id", "type": "string" },
    { "name": "category", "type": "enum", "symbols": ["vehicle", "charger", "thermostat", "inverter", "energySystem"] },
    { "name": "vendor", "type": "string", "optional": true },
    { "name": "model", "type": "string", "optional": true },
    { "name": "supportedHistory", "type": "array", "items": { "type": "enum", "symbols": ["quarterHour", "hour", "day", "month"] } },
    { "name": "maxRetentionDays", "type": "int", "optional": true }
  ]
}