timdorr / tesla-api

🚘 A Ruby gem and unofficial documentation of Tesla's JSON API for the Model S, 3, X, and Y.
https://tesla-api.timdorr.com/
MIT License
2k stars 534 forks source link

Error Handling and Retry Mechanism for API Timeouts #787

Closed pgsohail closed 3 months ago

pgsohail commented 3 months ago

While using pyPowerwall to poll data from the Tesla Powerwall Gateway, I encountered frequent timeouts, especially when polling the /api/meters/aggregates and /api/system_status/soe endpoints. The current implementation does not handle these timeouts effectively, leading to failed API calls and incomplete data retrieval.

timdorr commented 3 months ago

This isn't the repo for that library.