State And Settings

Work In Progress

Battery Status

GET https://owner-api.teslamotors.com/api/1/powerwalls/:battery_id/status

Path Parameters

NameTypeDescription

:battery_id

integer

The {battery_id} from the products list

Headers

NameTypeDescription

Authorization

string

Bearer {access_token} from authentication

Battery Data

GET https://owner-api.teslamotors.com/api/1/powerwalls/:battery_id

Path Parameters

NameTypeDescription

:battery_id

integer

The {battery_id} from the products list

Headers

NameTypeDescription

Authorization

string

Bearer {access_token} from authentication

Battery Power Time-series Data

GET https://owner-api.teslamotors.com/api/1/powerwalls/:battery_id/powerhistory

Path Parameters

NameTypeDescription

:battery_id

integer

The {battery_id} from the products list

Headers

NameTypeDescription

Authorization

string

Bearer {access_token} from authentication

Battery Energy Time-series Data

GET https://owner-api.teslamotors.com/api/1/powerwalls/:battery_id/energyhistory

Path Parameters

NameTypeDescription

:battery_id

integer

The {battery_id} from the products list

Headers

NameTypeDescription

Authorization

string

Bearer {access_token} from authentication

Last updated