State And Settings
Work In Progress
Battery Status
GET
https://owner-api.teslamotors.com/api/1/powerwalls/:battery_id/status
Path Parameters
Name | Type | Description |
---|---|---|
:battery_id | integer | The |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | Bearer |
Battery Data
GET
https://owner-api.teslamotors.com/api/1/powerwalls/:battery_id
Path Parameters
Name | Type | Description |
---|---|---|
:battery_id | integer | The |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | Bearer |
Battery Power Time-series Data
GET
https://owner-api.teslamotors.com/api/1/powerwalls/:battery_id/powerhistory
Path Parameters
Name | Type | Description |
---|---|---|
:battery_id | integer | The |
Headers
Name | Type | Description |
---|---|---|
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
Name | Type | Description |
---|---|---|
:battery_id | integer | The |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | Bearer {access_token} from authentication |
Last updated