Coder Social home page Coder Social logo

dashboards-grafana-teslamate's People

Contributors

carloscuezva avatar jheredianet avatar m1kep avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dashboards-grafana-teslamate's Issues

FreeBSD stores bash in /usr/local/bin/bash

Hi,

thanks for this fine project. One minor remark since I run TeslaMate ein a FreeBSD jail, I stumbled over the shebang you're using in the bash script looking for bash in /bin/bash, where freebsd uses /usr/local/bin/bash.

You could make the script more platform agnostic by putting the shebang #!/usr/bin/env bash. See https://unix.stackexchange.com/questions/29608/why-is-it-better-to-use-usr-bin-env-name-instead-of-path-to-name-as-my for some info on the approach.

Best,
Seb

Syntax error in dashboards.sh

After running sh dashboards.sh it throws the following error:

dashboards.sh: 36: Syntax error: "(" unexpected (expecting "}")

Improve "Charging Cost Stats" dashboard - Free charged panels

Hey,

on the regular version of the "Charging Cost Stats" dashboard the two "Free charged in total" panels show a zero.
This happens, because all my free charges have no cost defined.

For those panels to output the correct value also for charges with no defined price I had to change:
AND cost = 0
to
AND (cost = 0 OR cost isnull)

DB query errors

Hi , I like your dashboards but why do I get nearly everywere db query errors ?

e.a. db query error: pq: syntax error at or near "*"

image
some of your dashboards are fine too

e.a
image

seems only "battery health" has issues

battery health dashboard from other github is working fine

image

costes en SuC / other DC

Hola,
He cargado muy raramente en DC no SuC Tesla, y en los paneles correspondientes sale casi todo el coste (como 2/3) para "Otros DC". Me da la impresión de que algo falla con eso para distinguir unos de otros ¿cómo se hace?
Saludos,
Roberto

Energy added in Current Charge View not correctly displayed

The Energy added Select in the Current Charge View dose not display correctly.
image
image
image
I have tracked this down to this line in the SQL:
SELECT NOW() as time, MAX(c.charge_energy_added) - MIN(c.charge_energy_added) as charge_energy_added
by removing - MIN(c.charge_energy_added) it displays correctly for me.
image

charging-curves.json is pulled/restored but not placed or updated in the directory

Hey,

with the newest release v1.23.3 and Teammate 1.28.2 the charging-curves.json was not autoupdated correctly. So I deleted it from the dashboards folder and ran the dashboards.sh again manually.

With the script saying it was pulled and restored. (12 dashboards restored)
Bildschirmfoto 2023-11-27 um 23 27 00

However it is nowhere to be found. (only 11 dashboards)
Bildschirmfoto 2023-11-27 um 23 26 16

I had to manually import it.
Any idea?

Feature: Add temperature to tire-pressure dashboard and...

It would be nice to have the tire-pressure dashboard track temp (and barometric pressure if available) and have a chart to graph tire pressure vs temp / (barometric_pressure) on per drive and cumulative. Would be interesting to see the effects of temp and barometric pressure on tire pressure over time.

Idea : Replay a Drive

Hi,

I would love to be able to stream (or replay-stream?) a drive. Today I can see with beautiful graphs the global trip, but I would like to be able to see live (or re-live) the position with a map, a power gauge, battery level and more but in real time.

Don't specifically need to have a curve, just be able to watch a replay-stream of power, speed, elevation, position and more. Do you think this is possible using Teslamate and Grafana ? I know the database positions gives all that information with time but didn't find a solution yet.

Thanks very much :)

Add support for docker compose import

As a user of both custom dashboards (this & https://github.com/jheredianet/Teslamate-CustomGrafanaDashboards)

Having an option to import dashboards from this repository via docker file, i.e:

volumes:
      - ~/Teslamate-CustomGrafanaDashboards/customdashboards.yml:/etc/grafana/provisioning/dashboards/customdashboards.yml <---- this
      - ~/Teslamate-CustomGrafanaDashboards/dashboards:/TeslamateCustomDashboards <---- this

will be very handy, add config once, and git fetch/pull & recreate container when new update to dashboards are released.

Reference implementation; https://github.com/jheredianet/Teslamate-CustomGrafanaDashboards

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.