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