computer:ubuntu:garmin_fenix_und_linux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
computer:ubuntu:garmin_fenix_und_linux [2023/02/09 14:30] – [Karte für Garmin erstellen] springmcomputer:ubuntu:garmin_fenix_und_linux [2025/03/09 19:02] (current) – [Aktuelle Darstellung] spring
Line 17: Line 17:
   * https://github.com/btittelbach/openmtbmap_openvelomap_linux   * https://github.com/btittelbach/openmtbmap_openvelomap_linux
   * https://www.mkgmap.org.uk/download/mkgmap.html   * https://www.mkgmap.org.uk/download/mkgmap.html
 +
 +==== Aktuelle Darstellung ====
 +
 +  # Aktuelle Daten von der Garmin-Website holen
 +  ~/projekte/python/GarminDB/scripts/garmindb_cli.py -d --all
 +  
 +  # In CSV umwandeln
 +  (cd ~/projekte/python/d-tale && ./garmin_bike2csv.py)
 +  
 +  # Darstellen mit Plotly
 +  # ( cd ~/projekte/python/d-tale/; ./resample3.py )
 +  
 +  # flask-Anwendung für docker testen
 +  ( cd ~/projekte/python/mtb-dashboard && export FLASK_ENV=development && export FLASK_APP=run.py && flask run)
 +  
 +Plan: Flask-Server in docker, der die Werte dynamisch liest und darstellt.
 +hierzu: 
 +  * https://towardsdatascience.com/web-visualization-with-plotly-and-flask-3660abf9c946 
 +  * https://blog.logrocket.com/build-deploy-flask-app-using-docker/
 +  * https://gist.github.com/mwouts/a2de16feb90d33fd89334fb09f62742f
 +  * https://www.digitalocean.com/community/tutorials/how-to-build-and-deploy-a-flask-application-using-docker-on-ubuntu-20-04
 +
 +==== garmindb-mtb-dashboard auf hermes ====
 +  docker compose build
  
 ===== Ubuntu Softwareprojekte ===== ===== Ubuntu Softwareprojekte =====
-* https://alex-hhh.github.io/2022/05/pi-fit-sync.html + 
-* https://github.com/tcgoetz/GarminDB +  * https://alex-hhh.github.io/2022/05/pi-fit-sync.html 
-* https://www.goldencheetah.org+  * https://github.com/alex-hhh/ActivityLog2 
 +  * https://github.com/tcgoetz/GarminDB 
 +  * https://www.goldencheetah.org 
 +  * https://sourceforge.net/projects/turtlesport/ 
 + 
 +===== Grafana, Kibana et.al. ===== 
 +Die Grafana-Visualisierung funktioniert, allerdings braucht der Elastic-Stack sehr viele Ressourcen und erzeugt eine hohe CPU-Last. Nett für einen Test, erstaunlich was mit Grafana alles möglich ist, aber für den Dauerbetrieb uninteressant. 
 +  * https://medium.com/@franzke.christoph/create-your-own-komoot-dashboard-6a0cd35ab89 
 +  * [[kibana-garmin]] 
  
  • computer/ubuntu/garmin_fenix_und_linux.1675953048.txt.gz
  • Last modified: 2023/02/09 14:30
  • by springm