dividebysandwich / tesla_dashboard_backend

A simple python backend to pull data periodically into ELK. Avoids battery drain.
Apache License 2.0
14 stars 3 forks source link

Use this for a blog post? #1

Open ElasticStewart opened 3 years ago

ElasticStewart commented 3 years ago

Hi @josefjahn ! I came across your repo here. I was planning to give it a spin with my Tesla, and perhaps write a blog about it all (I work for Elastic).

I was curious if 1) you were OK with me doing that and sharing your repo here, and 2) if you have any updates/does it still work. Thank you!!

dividebysandwich commented 3 years ago

Hi there!

Sure, I'm more than happy if you do. I've updated the script to work with the new API, though sadly it turns out Tesla has recently (just a few days ago) changed their authentication yet again, this time adding a captcha that prevents this from working completely headless. I haven't found a solution that lets me run completely unattended yet.

You may also be interested in the various other dashboards I've made, for example one that takes solar inverter and battery stats from my home energy storage using a simple backend at https://github.com/josefjahn/energydisplay-backend ....and then there's a bunch of ways to display the data, be that using e-ink (https://github.com/josefjahn/energydisplay) or in a Kibana Dashboard:

image

I'm also using Kibana for a bunch of other stuff around the house, for example to monitor my Automower: image

I also have a 20GHz radar module pointed at the road and catch speeders :)

image

-Josef

On Tue, Aug 10, 2021 at 4:27 AM ElasticStewart @.***> wrote:

Hi @josefjahn https://github.com/josefjahn ! I came across your repo here. I was planning to give it a spin with my Tesla, and perhaps write a blog about it all (I work for Elastic).

I was curious if 1) you were OK with me doing that and sharing your repo here, and 2) if you have any updates/does it still work. Thank you!!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/josefjahn/tesla_dashboard_backend/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFP3CKJUABUQUDXN7ORDKSDT4CFAZANCNFSM5B3GIHLA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .

ElasticStewart commented 3 years ago

Yep I experienced the same with the new API, what a bummer they did that!

Those are also so cool, thanks for sharing! I'll be in touch :)