Giter VIP home page Giter VIP logo

Comments (17)

sfintel avatar sfintel commented on June 11, 2024 1

I think 1.27.3 is the most current version. Just in case, I just did a new pull, and nothing changed.

from teslamate.

cwanja avatar cwanja commented on June 11, 2024 1

1.28.X is the latest TeslaMate. Based upon the errors, it seems like a Tesla API endpoint failure. Does the app work?

from teslamate.

EasternPA avatar EasternPA commented on June 11, 2024 1

Destroying and recreating the service in Docker compose did not update the image for me using ':latest'. I had to replace 'latest' with 1.28.2, and that worked perfectly. I almost poured one out for TeslaMate, thinking the good old days were over. Maybe we have another week to enjoy it.

from teslamate.

cwanja avatar cwanja commented on June 11, 2024

What happens if you upgrade to the latest version of TeslaMate?

from teslamate.

sfintel avatar sfintel commented on June 11, 2024

I never got notification of 1.28.x. When I pull the container (sudo docker-compose pull), I'm up to date with 1.27.3. My docker-compose.yml file says:

image: teslamate/teslamate:latest

What am I missing?

from teslamate.

cwanja avatar cwanja commented on June 11, 2024

Can your container connect to the internet?

from teslamate.

sfintel avatar sfintel commented on June 11, 2024

I've never had a problem with that in the past. I get email notifications for new releases, but never saw one for 1.28.x

from teslamate.

cwanja avatar cwanja commented on June 11, 2024

Not sure what to tell you about notification. Double check you are subscribed to releases. As for your container, check its connection to the internet. Or post your entire YML file, redacting passwords.

from teslamate.

sfintel avatar sfintel commented on June 11, 2024

I just verified that I'm subscribed to release notifications. Here's my docker-compose.yml file:

version: "3"

services:
  teslamate:
    image: teslamate/teslamate:latest
    restart: always
    environment:
      - ENCRYPTION_KEY=****************
      - DATABASE_USER=***********
      - DATABASE_PASS=***********
      - DATABASE_NAME=***********
      - DATABASE_HOST=database
      - MQTT_HOST=mosquitto
    ports:
      - 4000:4000
    volumes:
      - ./import:/opt/app/import
    cap_drop:
      - all

  database:
    image: postgres:13
    restart: always
    environment:
      - POSTGRES_USER=*********
      - POSTGRES_PASSWORD=**********
      - POSTGRES_DB=teslamate
    volumes:
      - teslamate-db:/var/lib/postgresql/data

  grafana:
    image: teslamate/grafana:latest
    restart: always
    environment:
      - DATABASE_USER=************
      - DATABASE_PASS=************
      - DATABASE_NAME=**********
      - DATABASE_HOST=database
    ports:
      - 3000:3000
    volumes:
      - teslamate-grafana-data:/var/lib/grafana

  mosquitto:
    image: eclipse-mosquitto:1.6
    restart: always
    ports:
      - 1883:1883
    volumes:
      - mosquitto-conf:/mosquitto/config
      - mosquitto-data:/mosquitto/data

volumes:
  teslamate-db:
  teslamate-grafana-data:
  mosquitto-conf:
  mosquitto-data:

from teslamate.

borgstrom avatar borgstrom commented on June 11, 2024

I had the same problem after upgrading my car to 2023.44.30.2 and was on teslamate 1.27.3.

Running docker compose pull and then docker compose up -d fixed it for me.

from teslamate.

borgstrom avatar borgstrom commented on June 11, 2024

fwiw, I also never got a notification that there was a new version of teslamate available but the docker compose pull upgraded me to 1.28.2

from teslamate.

sfintel avatar sfintel commented on June 11, 2024

I've been doing docker-compose pull (notice the hyphen). I tried docker compose pull and was upgraded to 1.28.2. That's the good news. The bad news is that one of the cars is showing the wrong location and mileage. It is showing the correct firmware version number. The other car is showing correct location and mileage, but no firmware version. Hopefully this will settle out after the software has had a chance to get more data from the cars.

from teslamate.

baylanger avatar baylanger commented on June 11, 2024

Same here, I was at 1.27.3 and pulling latest release fixed it. Restart didn't work. My car is at 2023.44.30.5.1 .

from teslamate.

sfintel avatar sfintel commented on June 11, 2024

I'm seeing correct information (location, etc.) from both cars now, so I'm good.

from teslamate.

agrdbf avatar agrdbf commented on June 11, 2024

I've seen similiar issues. Was still running teslamate 1.27.3. After upgrading my tesla to 2023.44.30.1, teslamate was not able to get any new data from the api. But upgrading the docker container to 1.28.2 seems to fix it. As far as i can see everything looks good again.

from teslamate.

rahul-r avatar rahul-r commented on June 11, 2024

Is this because of the vehicle commands endpoint deprecation?
Changelog

from teslamate.

JakobLichterfeld avatar JakobLichterfeld commented on June 11, 2024

2023.44.30.5.1 with latest TeslaMate works fine.

OPs installation was very outdated, TeslaMate Version and Postgres version, please follow https://docs.teslamate.org/docs/upgrading and https://docs.teslamate.org/docs/maintenance/upgrading_postgres after performing a backup

from teslamate.

Related Issues (20)

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.