Welcome to Tesla Motors Club
Discuss Tesla's Model S, Model 3, Model X, Model Y, Cybertruck, Roadster and More.
Register

Search results

  1. S

    Anyone Using 'Watch App For Tesla'?

    Do you need to open the app on your phone in order to unlock/lock upon approach? Mine doesn't unlock unless I open the app on my watch first. I was expecting it to work like my phone where I don't have to open the Tesla app first, maybe that's not the case?
  2. S

    TeslaMate [megathread]

    Answering my own question, I end up deleting the wrong addresses using teslamate=# DELETE FROM addresses WHERE city LIKE '%Cityname%'; Thanks @cwanja and @init6 for pointing me in the right direction!
  3. S

    TeslaMate [megathread]

    I tried the proper command without the ! after Repo.get but nothing seems to happened, probably because the drive has already been deleted. I believe @cwanja 's command earlier (DELETE FROM positions WHERE drive_id = 37;) should of worked, if I didn't already ran (DELETE FROM drive WHERE id =...
  4. S

    TeslaMate [megathread]

    I just ran DELETE FROM positions WHERE drive_id = 37; But it shows DELETE 0 Is it because I already ran DELETE FROM drive WHERE id = 37; earlier?
  5. S

    TeslaMate [megathread]

    I just ran DELETE FROM positions WHERE id = 37; It shows DELETE 1 However when I refresh the old drive's page, the "Locations" page as well as the "Visited" map it is still showing that entry. When I scroll through the Addresses under "Locations" I can see the entry there as well. Any...
  6. S

    TeslaMate [megathread]

    Yes I have access to the CLI. I'm trying to remove the whole drive (it was just a few metres in the wrong location) I've made some progress, logged into docker and ran docker-compose exec database psql teslamate teslamate teslamate=# DELETE FROM drives WHERE id = 37; It shows DELETE 1...
  7. S

    TeslaMate [megathread]

    Hi everyone, I'm running TeslaMate on my Synology NAS and everything is running smoothly, however there're a couple of bad drive data when I was using Summon and GPS hadn't got a good lock yet, so it was showing me 100 miles away. I'm trying to delete those wrong Drive data using instructions...