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

fix validity check to avoid no sleep condition, fixes #46 #48

Open fzahle opened 5 years ago

fzahle commented 5 years ago

I also ran into the no sleep condition reported in #46, and adding the validity check at the top of the loop over elements seems to fix the issue.

lephisto commented 5 years ago

Will merge this evening..

baylanger commented 4 years ago

Issue 46 says "merged" but this PR is still open, any reason?

https://github.com/lephisto/tesla-apiscraper/issues/46

I'm new and soon planning to install under docker w/ NAS. For that I plan to merge all PR into my branch and will report back.