Skip to content

Commit

Permalink
Merge branch 'hotfix/2.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
jheredianet committed Jan 17, 2023
2 parents 3bf93fe + 22a47f8 commit fcc2b1b
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 27 deletions.
62 changes: 35 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,23 +91,12 @@ ___

## Screenshots

### [Current Drive View](./dashboards/CurrentDriveView.json)

This is a special dashboard to load while driving. When you open this dashboard it will show the last 15 minutes, but you should click the "Current Drive" button at the top right corner, to enter in Kiosk mode:

- If you are driving, you will see the information from the start time of the current drive until now and it will refesh automatically every 30 seconds.
- If you are just browsing (not driving) you will see the information of the last drive.

![Current Drive View](./screenshots/CurrentDriveView.png)

### [Current Charge View](./dashboards/CurrentChargeView.json)

Load this dashboard to while you are in a charging sesion. When you open this dashboard it will show the last 15 minutes, but you should click the "Current Charge" button at the top right corner, to enter in Kiosk mode:
### [Battery Health](./dashboards/BatteryHealth.json)

- If you are charging, you will see the information from the start time of the current charge session until now and it will refesh automatically every 30 seconds.
- If you are just browsing (not charging) you will see the information of the last charge session.
This dashboard is meant to have a look of the Battery health based on the data logged in Teslamate. So, the more data you have logged from your brand new car the better.
Be aware that this information is just a calculation to have a reference, measured after every > 5kWh charged and a monthly average based on the projected range.

![Current Charge View](./screenshots/CurrentChargeView.png)
![Battery Health](./screenshots/BatteryHealth.png)

### [Charging Costs Stats](./dashboards/ChargingCostsStats.json)

Expand All @@ -127,25 +116,31 @@ This dashboard is meant to have a look of the charging curve sessions on Superch

![Charging Curve Stats](./screenshots/ChargingCurveStats.png)

### [Battery Health](./dashboards/BatteryHealth.json)
### [Current Charge View](./dashboards/CurrentChargeView.json)

This dashboard is meant to have a look of the Battery health based on the data logged in Teslamate. So, the more data you have logged from your brand new car the better.
Be aware that this information is just a calculation to have a reference, measured after every > 5kWh charged and a monthly average based on the projected range.
Load this dashboard to while you are in a charging sesion. When you open this dashboard it will show the last 15 minutes, but you should click the "Current Charge" button at the top right corner, to enter in Kiosk mode:

![Battery Health](./screenshots/BatteryHealth.png)
- If you are charging, you will see the information from the start time of the current charge session until now and it will refesh automatically every 30 seconds.
- If you are just browsing (not charging) you will see the information of the last charge session.

### [Tracking Drives](./dashboards/TrackingDrives.json)
![Current Charge View](./screenshots/CurrentChargeView.png)

This dashboard is meant to analize a drive based on a date you select, then you can pass the pointer over the lines in graph
to see data details and a blue point in the map tranking the route. With this option you can analized a specific point location in the map,
to see the speed, power, SOC, elevation and if battery heater was on.
### [Current Drive View](./dashboards/CurrentDriveView.json)

Be aware that the drive you select in the dropdown list from the top could be outside the time range of the Timeline graph,
if its the case you have to click on the "Zoom to data" button on the graph in order to update it.
This is a special dashboard to load while driving. When you open this dashboard it will show the last 15 minutes, but you should click the "Current Drive" button at the top right corner, to enter in Kiosk mode:

Tip: On Grafana you can press "h" to get a keyboard shortcuts if you want to change the current Zoom out time range or use the mouse to select/change the time range.
- If you are driving, you will see the information from the start time of the current drive until now and it will refesh automatically every 30 seconds.
- If you are just browsing (not driving) you will see the information of the last drive.

![Tracking Drives](./screenshots/TrackingDrives.gif)
![Current Drive View](./screenshots/CurrentDriveView.png)

### [Current State](./dashboards/CurrentState.json)

This dasboard is just to see the current state of the car with the last data recorded by TeslaMate.

Additionally, you can see the states stats of the selected period.

![Current State](./screenshots/CurrentState.png)

### [Mileage Stats](./dashboards/MileageStats.json)

Expand All @@ -155,6 +150,19 @@ The dashboard shows a table with the selected period, time driven, distance, num

![Mileage Stats](./screenshots/MileageStats.png)

### [Tracking Drives](./dashboards/TrackingDrives.json)

This dashboard is meant to analize a drive based on a date you select, then you can pass the pointer over the lines in graph
to see data details and a blue point in the map tranking the route. With this option you can analized a specific point location in the map,
to see the speed, power, SOC, elevation and if battery heater was on.

Be aware that the drive you select in the dropdown list from the top could be outside the time range of the Timeline graph,
if its the case you have to click on the "Zoom to data" button on the graph in order to update it.

Tip: On Grafana you can press "h" to get a keyboard shortcuts if you want to change the current Zoom out time range or use the mouse to select/change the time range.

![Tracking Drives](./screenshots/TrackingDrives.gif)

## Contributing

If you are able to contibute with more Custom Grafana Dashboards just fork this repository and make a pull request. I'll really apreciate any improvement or suggestion.
Expand Down
Binary file added screenshots/CurrentState.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fcc2b1b

Please sign in to comment.