ryanbinns / ttwatch

Linux TomTom GPS Watch Utilities
MIT License
205 stars 66 forks source link

Tom Tom Sports discontinuation #178

Open kubagruszka opened 1 year ago

kubagruszka commented 1 year ago

I'm TomTom watch owner and by surprise I was informed this week that they decided to shutdown their MySports platform making their watches broken. I was looking for some replacement and came across this project but from the description I don't fully understand if it requires the MySports platform or it's completely offline ? If it will continue to work maybe worth to mention this in the README file for wider audience ? I'm interested to keep my watch working so happy to contribute if so.

https://help.tomtom.com/hc/en-us/articles/11748276052370-TomTom-Sports-discontinuation

c-a-p-666 commented 1 year ago

Hi! Does work fine without MySports, just switched to ttwatch + Trainingpeaks solution last week. My workflow: download activities using ttwatchd + config-file as .gpx files and import manually to Trainingpeaks. Other applications with import funcionality (e.g. GarminConnect,...) should work as well as you can specify the output file format. Does even work better than TomTom MySports imo --> saved my watch :)

ltguillaume commented 1 year ago

@c-a-p-666 Sounds good, but what do you do about missing GPS data? https://github.com/ryanbinns/ttwatch/issues/176

ltguillaume commented 1 year ago

There seeems to be a data url for the GPS data in the watch's configuration. ttwatch uses it to update the GPS data, so it will probably stop working.

c-a-p-666 commented 1 year ago

Should be possible to identify - but even if it is hosted by tomtom it should be a generic service for all their devices, it would just make no sense to host a file specifically for the watch as this is standard GPS information. Even if it would not update the watch is still usable, it would only take longer to sync with the sattelites if not used for a while.

c-a-p-666 commented 1 year ago

Looks like generic tomtom service: https://www.tomtomforums.com/threads/problems-with-the-newest-map-update.33385/ and https://help.tomtom.com/hc/en-gb/articles/360013960459-About-QuickGPSfix "Navigation device" should refer to the used chipset instead of products.

ltguillaume commented 1 year ago

If the files/urls are chipset-specific, I'd expect them to disappear for their watches eventually.

jdugge commented 11 months ago

The URLs are not chipset specific, but it appears that they are only used for the TomTom Sports products and thus will disappear at the end of September 2023. That's also what it says on the TomTom website: "As QuickGPS data will no longer be available it might take longer for your watch to obtain a GPS fix."

Currently, the QuickGPS files are hosted here: http://gpsquickfix.services.tomtom.com/fitness/sifgps.f2p3enc.ee (3-day extended ephemeris) http://gpsquickfix.services.tomtom.com/fitness/sifgps.f2p7enc.ee (7-day extended ephemeris)

ltguillaume commented 11 months ago

image

ltguillaume commented 10 months ago

I was wondering if perhaps @ryanbinns and @scubajorgen are in contact with regard to this, since they're basically trying to solve the same problem at the same time.

https://github.com/scubajorgen/TomTomWatch/issues/42

ryanbinns commented 10 months ago

@ltguillaume No. I haven't had a TomTom watch for some years since mine died, so there's not a lot I can do other than merge pull requests. I can't do any testing.

PtyMatt commented 10 months ago

@ltguillaume with https://github.com/ryanbinns/ttwatch/pull/181 you can configure the QuickGPS url, "just" need to add it as a new config (as described in the readme).

Pull the repo and rebuild the project!