Tesla Energy · Example Payload

Tesla Energy Site Info Example

EnergyClean EnergySolarBattery StoragePowerwallMegapackSolar RoofVirtual Power PlantIoTGrid ServicesHome EnergyUtility Scale

Tesla Energy Site Info Example is an example object payload from Tesla Energy, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

response

Example Payload

Raw ↑
{
  "response": {
    "id": "STE0001-12345",
    "site_name": "Lane Residence",
    "backup_reserve_percent": 30,
    "default_real_mode": "self_consumption",
    "installation_date": "2024-02-14T10:00:00-08:00",
    "installation_time_zone": "America/Los_Angeles",
    "version": "24.36.5 7c4a1b0",
    "battery_count": 2,
    "nameplate_power": 10000,
    "nameplate_energy": 27000,
    "components": {
      "battery": true,
      "solar": true,
      "solar_type": "Panel",
      "grid": true,
      "grid_services": true,
      "storm_mode_capable": true,
      "backup_time_remaining_enabled": true,
      "off_grid_vehicle_charging_reserve_supported": true
    },
    "address": {
      "address": "1 Tesla Way",
      "city": "Austin",
      "state": "TX",
      "zip": "78725",
      "country": "United States"
    },
    "user_settings": {
      "storm_mode_enabled": true,
      "powerwall_onboarding_settings_set": true,
      "sync_grid_alert_enabled": true,
      "breaker_alert_enabled": true
    }
  }
}