Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Jan 10, 2025
1 parent 29c9792 commit 1a39ebe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vehicle/tesla.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func NewTeslaFromConfig(other map[string]interface{}) (api.Vehicle, error) {
}

log := util.NewLogger("tesla").Redact(
cc.Tokens.Access, cc.Tokens.Refresh,
cc.Tokens.Access, cc.Tokens.Refresh, cc.ProxyToken,
tesla.OAuth2Config.ClientID, tesla.OAuth2Config.ClientSecret,
)

Expand Down
2 changes: 1 addition & 1 deletion vehicle/tesla/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/evcc-io/tesla-proxy-client"
)

const ProxyBaseUrl = "https://api.teslamate.com"
const ProxyBaseUrl = "https://api.myteslamate.com"

type Controller struct {
vehicle *tesla.Vehicle
Expand Down

0 comments on commit 1a39ebe

Please sign in to comment.