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
364 stars 102 forks source link

Worked, then got "stuck" (not getting any data) #14

Closed AndKe closed 5 years ago

AndKe commented 5 years ago

The car is online, and charging, but all I see is:

2019-01-22 19:59:14 INFO     Car State: online Poll Interval: 2048
2019-01-22 19:59:14 INFO     Asleep since: 0 Sleeping for 2048 seconds..
2019-01-22 20:33:20 INFO     Getting vehicle state
2019-01-22 20:33:22 INFO     Car State: online Poll Interval: 2048
2019-01-22 20:33:22 INFO     Asleep since: 0 Sleeping for 2048 seconds..
2019-01-22 21:07:28 INFO     Getting vehicle state
2019-01-22 21:07:30 INFO     Car State: online Poll Interval: 2048
2019-01-22 21:07:30 INFO     Asleep since: 0 Sleeping for 2048 seconds..
2019-01-22 21:41:36 INFO     Getting vehicle state
2019-01-22 21:41:38 INFO     Car State: online Poll Interval: 2048
2019-01-22 21:41:38 INFO     Asleep since: 0 Sleeping for 2048 seconds..
2019-01-22 22:15:44 INFO     Getting vehicle state
2019-01-22 22:15:46 INFO     Car State: online Poll Interval: 2048
2019-01-22 22:15:46 INFO     Asleep since: 0 Sleeping for 2048 seconds..
2019-01-22 22:49:52 INFO     Getting vehicle state
2019-01-22 22:49:54 INFO     Car State: online Poll Interval: 2048
2019-01-22 22:49:54 INFO     Asleep since: 0 Sleeping for 2048 seconds..
2019-01-22 23:24:00 INFO     Getting vehicle state
2019-01-22 23:24:02 INFO     Car State: online Poll Interval: 2048
2019-01-22 23:24:02 INFO     Asleep since: 0 Sleeping for 2048 seconds..

ctrl-c , and starting again made it work as expected..

lephisto commented 5 years ago

That's the function that's supposed to get the car asleep.. changes are coming upstream, that streamlines this behaviour..

AndKe commented 5 years ago

how is it supposed to start fetching data again? Yesterday, like today: if I start it, it graphs, and collects data just fine, then at some point, it only outputs this, not displaying any new data anymore.

lephisto commented 5 years ago

There's an Android app, that will take care of that, but it's not well documented. I will work on that when I'm back from Vacation in some days..

lephisto commented 5 years ago

Should be fixed by now..