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/1/powerwalls/{battery_id}/status
  • Response Body
  1. Owner Solar System API
  2. Powerwalls

Status

GET api/1/powerwalls/{battery_id}/status

Retrieve the current status of your powerwalls.

Response Body

{
    "response": {
        "site_name": "Wardenclyffe",
        "id": "1234567-00-E--TG123456789A5M",
        "energy_left": 23108.894736842107,
        "total_pack_energy": 26411,
        "percentage_charged": 87.49723500375642,
        "battery_power": 0
    }
}
PreviousHistoryNextMore Coming Soon

Last updated 1 year ago