State And Settings

Work In Progress

Site Summary

GET https://owner-api.teslamotors.com/api/1/energy_sites/:site_id/site_status

Path Parameters

NameTypeDescription

:site_id

integer

The {site_id} from the products list

Headers

NameTypeDescription

Authorization

string

Bearer {access_token} from authentication

Site Data

GET https://owner-api.teslamotors.com/api/1/energy_sites/:site_id/live_status

Path Parameters

NameTypeDescription

:site_id

integer

The {site_id} from the products list

Headers

NameTypeDescription

Authorization

string

Bearer {access_token} from authentication

Site Configuration

GET https://owner-api.teslamotors.com/api/1/energy_sites/:site_id/site_info

Path Parameters

NameTypeDescription

:site_id

integer

The {site_id} from the products list

Headers

NameTypeDescription

Authorization

string

Bearer {access_token} from authentication

Historical Data

GET https://owner-api.teslamotors.com/api/1/energy_sites/:site_id/history

Path Parameters

NameTypeDescription

:site_id

integer

The {site_id} from the products list

Query Parameters

NameTypeDescription

period

string

day, week, month, year

kind

string

value of kind e.g. energy

Headers

NameTypeDescription

Authorization

string

Bearer {access_token} from authentication

Last updated