Skip to content

Wake-Up #8

Description

@rochoje

Im having an issue with waking up the car. I know you haven't updated this in a while, so maybe tesla changed something?

I have tried multiple things including Invoke-teslavechiclewakeup -vehicle -token and always receive the same errors.

*note if i wake the car up via the tesla app then all the rest of the commands work just fine

Any suggestions would be greatly appreciated

Invoke-RestMethod : {"response":null,"error":"vehicle unavailable: {:error=\u003e"vehicle unavailable:"}","error_description":""}
At C:\Users\rochonj\Documents\WindowsPowerShell\Modules\Tesla\Tesla.psm1:85 char:29

  • ... laCommand = Invoke-RestMethod -Uri "$ApiUri/vehicles/$($Vehicle.Id)/c ...
  •             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-RestMethod], WebException
    • FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeRestMethodCommand
      Write-Verbose : Cannot bind argument to parameter 'Message' because it is null.
      At C:\Users\rochonj\Documents\WindowsPowerShell\Modules\Tesla\Tesla.psm1:88 char:23
  •     Write-Verbose $TeslaCommand
    
  •                   ~~~~~~~~~~~~~
    
    • CategoryInfo : InvalidData: (:) [Write-Verbose], ParameterBindingValidationException
    • FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Microsoft.PowerShell.Commands.WriteVerboseCommand

Invoke-TeslaVehicleCommand : Exception of type 'Microsoft.PowerShell.Commands.WriteErrorException' was thrown.
At C:\Users\rochonj\Documents\WindowsPowerShell\Modules\Tesla\Tesla.psm1:1960 char:9

  •     Invoke-TeslaVehicleCommand -Vehicle $Vehicle -Token $Token -C ...
    
  •     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
    • FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Invoke-TeslaVehicleCommand

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions