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/sitemaster
  • Response Body
  • POST /api/sitemaster/stop
  • GET /api/sitemaster/run
  1. Local Solar System API

Site Master

GET /api/sitemaster

Get solar system site information.

Response Body

{
    "status": "StatusUp",
    "running": true,
    "connected_to_tesla": true,
    "power_supply_mode": false,
    "can_reboot": "Yes"
}

POST /api/sitemaster/stop

Stop the solar system.

GET /api/sitemaster/run

Start the solar system.

PreviousSite InfoNextSolars

Last updated 1 year ago