Tesla Solar API (Unofficial)
GitHubTeslatimdorr
  • Introduction
  • Local Solar System API
    • Authentication
    • Config
    • Customer
    • Generators
    • Installer
    • Meters
    • Networks
    • Operation
    • Powerwalls
    • Site Info
    • Site Master
    • Solars
    • Status
    • System Status
    • System Update Status
    • Troubleshooting
  • Owner Solar System API
    • Authentication
    • Energy Sites
      • Backup Reserve
      • Backup Time Remaining
      • Calendar History
      • History
      • Live Status
      • Rate Tariffs
      • Site Info
      • Site Name
      • Tariff Rate
      • Telemetry History
    • Powerwalls
      • Data
      • History
      • Status
    • More Coming Soon
Powered by GitBook
On this page
  • GET /api/system/update/status
  • Response Body
  1. Local Solar System API

System Update Status

GET /api/system/update/status

Get they system update status.

Response Body

{
    "state": "/update_succeeded",
    "info": {
        "status": [
            "nonactionable"
        ]
    },
    "current_time": 1690706953182,
    "last_status_time": 1690704590334,
    "version": "23.12.10 30f95d0b",
    "offline_updating": false,
    "offline_update_error": "",
    "estimated_bytes_per_second": null
}
PreviousSystem StatusNextTroubleshooting

Last updated 1 year ago