Aller au contenu
View in the app

A better way to browse. Learn more.

Forum Automobile Propre

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[App Tierce] Teslamate : datalogger local et gratuit

Featured Replies

Posté(é)
Le 08/01/2023 à 23:41, MrFurieux a dit :

Ça ne dépend pas de l'activation de l'option de partage des données ? Chez moi c'est actif et j'ai aussi les réveils périodiques (pas d'autre appli)

Je ne sais pas. Voici mon paramétrage:

Screenshot_20230109_070556_Firefox.thumb.jpg.395c91e1ba84d1deeb9e4a7c32ce5a2d.jpg

Screenshot_20230109_070614_Firefox.thumb.jpg.b8fb01a9acb651566772446825e509c4.jpg

et un exemple d'endormissement pendant 4 jours

Screenshot_20230109_070953_Firefox.thumb.jpg.d131c73b4b1fe0b2f36b2f44bbcb44a0.jpg

Posté(é)

Je n’ai pas le souvenir d’avoir eu ça sur mon ancienne voiture (la model 3), mais j’ai supprimé les données sur Teslamate donc plus moyen de vérifier !

J’ai le même comportement que toi @bobjouy,

De mon côté j’ai juste Teslamate et l’appli tesla sur iOS

 

 

Posté(é)
Le 09/01/2023 à 00:52, jpp59 a dit :

Moi j'ai qu'un réveil par jour aussi, et le partage des données avec teslamate est actif.

Je parlais du partage des données avec Tesla, celui qu'on accepte ou pas dans la configuration initiale de la voiture

 

Le 09/01/2023 à 10:33, Mir a dit :

Bizarre, je n'ai pas ce souci là.

states-teslamate.thumb.png.ef1c7f0ed237f3845eaa6a39b8e3da96.png

 

Est-ce que tu as accepté le partage des données ?

 

image.png.d87a901d33e7f632b41bebea301eaceb.png

Posté(é)
Le 09/01/2023 à 11:16, MrFurieux a dit :

Est-ce que tu as accepté le partage des données ?

Oui 👍 

Posté(é)
Le 09/01/2023 à 12:33, Mir a dit :

Oui 👍 

Elle est connectée au wifi quand tu es garé ?

Posté(é)

Malheureusement non. Elle est trop loin de la borne. Ça jouerait ?

Posté(é)
Le 09/01/2023 à 13:07, Mir a dit :

Malheureusement non. Elle est trop loin de la borne. Ça jouerait ?

Je sais pas, ce serait une piste faute d'autres idées. Elle pourrait profiter du réseau pour rechercher des mises à jour par ex. La mienne voit (de loin) le wifi de la maison, et elle se réveille de temps en temps, entre 6h et 12h d'intervalle pour un réveil de 15 minutes.

Posté(é)

Chez moi c'est toutes les 10h47 mais là c'est depuis qq jours, la semaine dernière c'était plutôt 12-13h en 44.25.1😅 (je suis en 44.25.3 depuis)

Uniquement Teslamate, connectée en Wifi dans le garage.

 

image.thumb.png.22ca31a93e3079cdf30b0d29c0610e45.png

 

 

 

Posté(é)
Le 09/01/2023 à 11:16, MrFurieux a dit :

Est-ce que tu as accepté le partage des données ?

oui

Posté(é)
Le 09/01/2023 à 07:20, bobjouy a dit :

J’ai teslamate, ABRP, Tesla Advanced Notification. 

Je suspecte ABRP. Car j'ai des 2 autres, et aucun reveil lié à une app, sauf volontairement.

Posté(é)

Je l’ai viré rapidement. J’ai mis le connecteur ABRP sur TeslaMate à la place et ça ne réveille pas la voiture 👍

Posté(é)

J'ai moi aussi connecté ABRP sur TeslaMate plutot que sur Tesla et je n'ai pas de réveil tous les 6h comme vous ;)

Posté(é)

moi une 3 et une Y

2 comportement différents, faudrait je creuse, la Y se réveille souvent alors que la 3 peut dormir plusieurs jours de suite

 

reveil3Y.thumb.PNG.98c368f4028d56949009cbc259749ba7.PNG

 

Posté(é)

Bonjour à tous, 

Je suis récent possesseur d'une tesla model 3 RWD et je cherche à installer teslamate pour suivre mes données mais garder le contrôle de celles-ci en local. J'ai acheté un raspberry Pi 4 Model B 2GB et je tente d'installer teslamate mais je patauge un peu. J'ai suivi le tuto de Thomas du blog Tesla. J'ai installé raspberry Pi OS Lite (32-bit), j'ai configuré le wifi, j'ai activé le connexion SSH, j'ai installé le docker et quand je dois installer docker compose, ça ne fonctionne pas. Je bloque donc à la commande :

sudo pip3 install docker-compose

 

Le code erreur est très long mais voilà ce qui ressort : 

 

   =============================DEBUG ASSISTANCE=============================
      If you are seeing a compilation error please try the following steps to
      successfully install cryptography:
      1) Upgrade to the latest pip and try again. This will fix errors for most
         users. See: https://pip.pypa.io/en/stable/installing/#upgrading-pip
      2) Read https://cryptography.io/en/latest/installation/ for specific
         instructions for your platform.
      3) Check our frequently asked questions for more information:
        https://cryptography.io/en/latest/faq/
      4) Ensure you have a recent Rust toolchain installed:
        https://cryptography.io/en/latest/installation/#rust

      Python: 3.9.2
      platform: Linux-5.15.84-v7l+-armv7l-with-glibc2.31
      pip: n/a
      setuptools: 65.6.3
      setuptools_rust: 1.5.2
      rustc: n/a
      =============================DEBUG ASSISTANCE=============================

  error: can't find Rust compiler

  If you are using an outdated pip version, it is possible a prebuilt wheel is available for this package but pip is not able to install from it. Installing from the wheel would avoid the need for a Rust compiler.

  To update pip, run:

      pip install --upgrade pip

  and then retry package installation.

  If you did intend to build this package from source, try installing a Rust compiler from your system package manager and ensure it is on the PATH during installation. Alternatively, rustup (available at https://rustup.rs) is the recommended way to download and update the Rust compiler toolchain.

  This package requires Rust >=1.48.0.
  ----------------------------------------
  ERROR: Failed building wheel for cryptography
Failed to build bcrypt cryptography
ERROR: Could not build wheels for bcrypt, cryptography which use PEP 517 and cannot be installed directly

 

J'ai mis à jour les programmes, j'ai mis à jour pip (il m'a dit que les pip n'était pas ON THE PATH), j'ai essayé de les mettre ON THE PATH (même si c'est un peu obscure pour moi) , j'ai téléchargé et installé le rust compiler.

 

Auriez-vous une idée du problème possible ?

Merci à vous, 

 

 

Posté(é)

Bonjour,

 

error: can't find Rust compiler

 

-> Essaye un :

sudo apt-get install rustc

 

et relance ton install de docker-compose.

 

 

 

Posté(é)

Merci, 

J'essaie ça demain et je te fais un retour 👍

Posté(é)

Bonjour,

 

Bon, malheureusement ça ne fonctionne toujours pas. J'ai tapé cette cmd sudo apt-get install rustc mais ça a installé rustc 1.48.0 et il est écrit qu'il faut >= 1.56.0.

 

Ce qui m'étonne, c'est que la première fois, j'ai bien upgrade pip avec la commande pip install --upgrade pip et j'ai installé rustc en 1.66.0 avec la commande préconisée sur le site de rustup (cf ci-dessous)

stable-armv7-unknown-linux-gnueabihf installed - rustc 1.66.0 (69f9c33d7 2022-12-12)
Rust is installed now. Great!

Mais quand j'essayais d'installer docker compose, il me disait :

pip: n/a

rustc: n/a

 

  =============================DEBUG ASSISTANCE=============================
      If you are seeing a compilation error please try the following steps to
      successfully install bcrypt:
      1) Upgrade to the latest pip and try again. This will fix errors for most
         users. See: https://pip.pypa.io/en/stable/installing/#upgrading-pip
      2) Ensure you have a recent Rust toolchain installed. bcrypt requires
         rustc >= 1.56.0.

      Python: 3.9.2
      platform: Linux-5.15.84-v7l+-armv7l-with-glibc2.31
      pip: n/a
      setuptools: 65.6.3
      setuptools_rust: 1.5.2
      rustc: n/a
      =============================DEBUG ASSISTANCE=============================

  error: can't find Rust compiler

 

Et aujourd'hui, il me dit :

pip: n/a

rustc: 1.48.0 (471d696c7 2020-12-10) précisant que la version est trop ancienne

 

 =============================DEBUG ASSISTANCE=============================
      If you are seeing a compilation error please try the following steps to
      successfully install bcrypt:
      1) Upgrade to the latest pip and try again. This will fix errors for most
         users. See: https://pip.pypa.io/en/stable/installing/#upgrading-pip
      2) Ensure you have a recent Rust toolchain installed. bcrypt requires
         rustc >= 1.56.0.

      Python: 3.9.2
      platform: Linux-5.15.84-v7l+-armv7l-with-glibc2.31
      pip: n/a
      setuptools: 65.7.0
      setuptools_rust: 1.5.2
      rustc: 1.48.0 (471d696c7 2020-12-10)
      =============================DEBUG ASSISTANCE=============================

  error: Rust 1.48.0 does not match extension requirement >=1.56.0
 

J'ai bien fait la commande pip install --upgrade pip ce qui veut dire qu'il ne trouve pas pip alors qu'il est installé. De même qu'il ne trouvait pas rustc 1.66.0 alors que je l'ai bien installé. Et j'ai vu un moment écrit qqch comme "pip is not on the PATH ..." Qu'est-ce que ça veut dire ? Y-a-t-il un endroit spécifique où installer les programmes ?

Pareil pour rustc, il parlait de "PATH environnement" 

 

Rustup metadata and toolchains will be installed into the Rustup
home directory, located at:

  /home/pi/.rustup

This can be modified with the RUSTUP_HOME environment variable.

The Cargo home directory is located at:

  /home/pi/.cargo

This can be modified with the CARGO_HOME environment variable.

The cargo, rustc, rustup and other commands will be added to
Cargo's bin directory, located at:

  /home/pi/.cargo/bin

This path will then be added to your PATH environment variable by
modifying the profile files located at:

  /home/pi/.profile
  /home/pi/.bashrc
 

Merci pour votre aide

Posté(é)
Le 13/01/2023 à 14:24, drycx a dit :

pip install --upgrade pip

et un sudo devant pip

sudo pip install --upgrade pip

Posté(é)

Bonjour,

J'avais déjà exécuté cette cmd pour installer rust, je l'ai refait et là, il me dit qu'il y a déjà une version de rust installée. Il me reparle de PATH. J'ai mis yes, ça s'installe.

pi@raspberrypi:~ $curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
info: downloading installer
warning: it looks like you have an existing installation of Rust at:
warning: /usr/bin
warning: rustup should not be installed alongside Rust. Please uninstall your existing Rust first.
warning: Otherwise you may have confusion unless you are careful with your PATH
warning: If you are sure that you want both rustup and your already installed Rust
warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
warning: or pass `-y' to ignore all ignorable checks.
error: cannot install while Rust is installed
[...]
To configure your current shell, run:
source "$HOME/.cargo/env"

 

Ensuite j'ai exécuté la cmd

sudo pip install --upgrade pip

 

Enfin j'ai exécuté la cmd pour installer docker compose

 sudo pip3 install docker-compose

 

Même résultat     

    =============================DEBUG ASSISTANCE=============================
          If you are seeing a compilation error please try the following steps to
          successfully install cryptography:
          1) Upgrade to the latest pip and try again. This will fix errors for most
             users. See: https://pip.pypa.io/en/stable/installing/#upgrading-pip
          2) Read https://cryptography.io/en/latest/installation/ for specific
             instructions for your platform.
          3) Check our frequently asked questions for more information:
             https://cryptography.io/en/latest/faq/
          4) Ensure you have a recent Rust toolchain installed:
             https://cryptography.io/en/latest/installation/#rust

          Python: 3.9.2
          platform: Linux-5.15.84-v7l+-armv7l-with-glibc2.31
          pip: n/a
          setuptools: 65.7.0
          setuptools_rust: 1.5.2
          rustc: 1.48.0 (471d696c7 2020-12-10)
          =============================DEBUG ASSISTANCE=============================

      error: command '/usr/bin/arm-linux-gnueabihf-gcc' failed with exit code 1
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for cryptography
Failed to build bcrypt cryptography
ERROR: Could not build wheels for bcrypt, cryptography, which is required to install pyproject.toml-based projects

pip : n/a 

rustc : 1.48.0

mais il me dit que l'erreur vient d'un sous-processus.

 

J'ai fait les cmd suivantes pour désinstaller pip et rust :

sudo apt-get --purge autoremove python3-pip
sudo apt-get remove pip
rustup self uninstall

 

J'ai tout réinstallé avec les cmd

sudo pip install --upgrade pip
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

 

Puis j'ai retenté l'installation de docker compose

sudo pip3 install docker-compose

 

Et même résultat

          =============================DEBUG ASSISTANCE=============================
          If you are seeing a compilation error please try the following steps to
          successfully install bcrypt:
          1) Upgrade to the latest pip and try again. This will fix errors for most
             users. See: https://pip.pypa.io/en/stable/installing/#upgrading-pip
          2) Ensure you have a recent Rust toolchain installed. bcrypt requires
             rustc >= 1.56.0.

          Python: 3.9.2
          platform: Linux-5.15.84-v7l+-armv7l-with-glibc2.31
          pip: n/a
          setuptools: 65.7.0
          setuptools_rust: 1.5.2
          rustc: 1.48.0 (471d696c7 2020-12-10)
          =============================DEBUG ASSISTANCE=============================

      error: Rust 1.48.0 does not match extension requirement >=1.56.0
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for bcrypt

 

Je ne sais plus quoi faire, si vous avez d'autres idées, je suis preneur

Merci à vous,

Posté(é)

version 1.27.2 dispo

 

un coup de 

docker compose pull

et docker compose up -d

 

et c'est réglé :) 

Posté(é)

bah du coup

 

sudo apt-get purge rustc

 

poru desinstaller celui qui a été installé précédemment

Modifié par etienne33

Posté(é)

Salut,

Petite question pour une install Teslamate sur VM Freebox :

Je n'ai plus ou presque de destinations depuis octobre ??? Une idée ? (update à jour).

Et le Mileage de Teslamate qui fait des steps.... ?

 

Image

Image

 

 

 

Account

Navigation

Rechercher

Rechercher

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.