Hello everyone,
i am looking for a way to save my Strava data to my local Homeassistant database, currently there are only ways to create a limited amount of device entities like in this integration: GitHub - craibo/ha_strava: Strava Activities and Summary data integration for Home Assistant
what i am looking for is basically the same but instead of creating device entities it should just put the information in a database that would include some custom values corresponding to whatever i deem necessary from the available Strava dataset. Currently i use the default homeassistant database, i believe this would be SQLite. Would it be required to setup a custom db like many do with Influxdb to realize such a project ?
Maybe start with Statshunters or Veloviewer for what you are looking for.
Those are quite nice tools, thanks for the suggestion. Sadly those aren’t that useful for solving my problem.