Alexander Blach

Results 44 comments of Alexander Blach

I looked at the code: In `get_car_api`, when `req.status_code == 429`, **only `vehicle.errorCount` is set to 30** and the function returns after that. `updateCarApiLastErrorTime` is not called in this case,...

By the way: I still think that update_vehicle_data should cache its result for 5 minutes instead of only 1 minute to not exceed the 200 / vehicle / day device...

I'm talking about these lines in **`get_car_api`**, (not `car_api_charge`): https://github.com/ngardiner/TWCManager/blob/b4d1536cfccf30f9b901cb2e471eebbe1f4ff594/lib/TWCManager/Vehicle/TeslaAPI.py#L1435-L1438 There should be a call to `self.carapi.updateCarApiLastErrorTime(self)` after `self.errorCount = max(30, self.errorCount)` But yeah, `wakeVehicle` has the same issue.

It worked great for me on macOS using gcore as mentioned by @chrisgavin as well as Hex Fiend: - find the PID of the Amazon Drive app using Activity Monitor...