lephisto / tesla-apiscraper

API Scraper for pulling Vehicle Statistics from the Tesla Owner API into an InfluxDB + Grafana Dashboards
GNU Lesser General Public License v3.0
365 stars 104 forks source link

Obey a_maximum_sleep config value #71

Open kurthuwig opened 5 years ago

kurthuwig commented 5 years ago

Previously the value was ignored and 1024 seconds used. Now the value of a_maximum_sleep is used instead.

lephisto commented 4 years ago

I will test this later this week and merge if passed. Thanks for PR