Open i-am-shodan opened 5 months ago
May be related
In the proxy logs I can see lots of logs for error 429 too many requests.
It looks like something is calling /api/1/product a lot, much more than the 11m I have set as my polling interval.
The proxy logs have a lot of messages, these seem like a retry and a failure
Retrying transmission after error: Post "https://fleet-api.prd.eu.vn.cloud.tesla.com/api/1/vehicles/MYCARiD/signed_command": context deadline exceeded
2024-05-26T21:47:22Z [error] Returning error Internal Server Error
Hi, saw the same error, which brought me to the quota limitations. See issue #961 ?
Anytime you get a generic TeslaException
in the log, there should be a more meaningful error message logged at debug level. See #935. But here it sounds like you've already identified it as a rate limit.
This integration polls the vehicle every 10 seconds. See this comment and link: https://github.com/alandtse/tesla/issues/961#issuecomment-2125941275
Having the same issue. Is this using the old API https://github.com/alandtse/tesla/issues/231 or can it be a solution?
Is there an existing issue for this?
I have read about the Fleet API and understand I may need to use it
Version of the Tesla component
2024.5.5
Version of the Tesla car software
2024.8.9
Model
Model Y
Current Behavior
I have set up the fleet mode API. It was very painful!
Up until the most recent version I could happily set the charge current current using
now I get a TeslaException thrown
Expected Behavior
Charge rate is set, exception isn’t throw
Debug logs
Anything else?
No response