Open mikecardwell opened 4 months ago
This PR allows people with Powerwalls to read and set the storm watch mode using the code:
energySiteStatus, err := energySite.EnergySiteStatus() fmt.Printf("Storm Watch enabled = %t\n", energySiteStatus.StormModeEnabled) err := energySite.SetStormMode(true) err := energySite.SetStormMode(false)
As per this UI in the Tesla mobile app:
This PR allows people with Powerwalls to read and set the storm watch mode using the code:
As per this UI in the Tesla mobile app: