From 617371f4f300ea09e2f43ab7450f7579aafd5537 Mon Sep 17 00:00:00 2001 From: livehybrid <5527349+livehybrid@users.noreply.github.com> Date: Sun, 17 Jan 2021 17:18:38 +0000 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5216847..c5517ee 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ -#Introduction +# Introduction + This app collects data from the Tesla owners API. Can be configured for multiple vehicles and accounts - Perfect for visualising your usage, or fleets of cars. After installing the app, please go to the app's Configuration page and enter the API Key/Secret key which can be found at https://akrion.docs.apiary.io/#reference/authentication -Note: The Car/Charging data collection require your Tesla to be awake, if vehicle is not awake the API returns a HTTP 408 with "Vehicle Unavailable". The script will not wake the vehicle, *however* if the vehicle is awake then running the script may keep it awake. This can cause "Phantom Drain" as various car computer systems remain online. If +Note: The Car/Charging data collection require your Tesla to be awake, if vehicle is not awake the API returns a HTTP 408 with "Vehicle Unavailable". The script will not wake the vehicle, *however* if the vehicle is awake then running the script may keep it awake. This can cause "Phantom Drain" as various car computer systems remain online. + ## Whats in the App? * Input - List Cars in Tesla Account * Input - Collect data on availability of nearest Superchargers @@ -351,9 +353,9 @@ Click-through to see single event ![Single Charging Event](https://user-images.githubusercontent.com/5527349/104831039-db197600-587c-11eb-9604-a4db96e7b1f3.png) -#ToDo +# ToDo New modular input to write only metrics, this will improve performance of searches. Additional Journey plotting dashboard(s) Battery Health / Efficiency Dashboard Use base searches within Dashboards -Use Macros within the Dashboards \ No newline at end of file +Use Macros within the Dashboards