craibo / ha_strava

Strava Activities and Summary data integration for Home Assistant
MIT License
71 stars 9 forks source link

Pace is reporting wrong value compared to Strava #183

Open ScottG489 opened 2 weeks ago

ScottG489 commented 2 weeks ago

Comparing the pace in Strava to what's in HA, the values are much different. Here are a few samples:

Strava HA
10:27 4:02
9:44 3:45
9:57 3:50
9:32 3:40
10:03 3:52
10:10 3:55
9:40 3:43

It might be a conversion issue, but I cannot see the pattern.

craibo commented 1 week ago

Hi @ScottG489

What unit of measure are you comparing there? It looks like one is in km and the other is in miles.

Thanks

ScottG489 commented 1 week ago

HA has the value as, for example, 3:59 min/mi.

On that topic, it doesn't seem like units are set properly as attributes; instead, they are part of the value itself.