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/installer
  • Response Body
  1. Local Solar System API

Installer

GET /api/installer

Get solar system installer information.

Response Body

{
    "company": "Tesla Palo Alto WH",
    "customer_id": "3f8adefd-437d-4d9b-86c6-4d675d84a9e2",
    "phone": "1235551234",
    "email": "elon@tesla.com",
    "location": "Outdoor",
    "mounting": "Wall",
    "wiring": "Side",
    "backup_configuration": "Whole Home",
    "solar_installation": "New",
    "solar_installation_type": "Solarglass",
    "run_sitemaster": true,
    "verified_config": true,
    "installation_types": [
        "Residential"
    ]
}
PreviousGeneratorsNextMeters

Last updated 1 year ago