laberning / openrowingmonitor

A free and open source performance monitor for rowing machines
https://laberning.github.io/openrowingmonitor
GNU General Public License v3.0
98 stars 19 forks source link

Rowing pauses create spikes in the diagram for pace in MyHomeFit #57

Closed laberning closed 2 years ago

laberning commented 2 years ago

The diagram for pace in the logbook entries of MyHomeFit do not look very nice, because rowing pauses are shown as huge spikes in the diagram. These spikes cause the axis axis for pace in seconds to go up way to 70000s / 500m.

Diagram_MyHomeFIT

laberning commented 2 years ago

This happens because in the FTMS protocol implementation we set the value for pace (in seconds) to the highest possible value (0xFFFF) if one does not row.

Technically thats the most correct value that we could use (closest to infinity). But that does not seem to play nicely with applications such as MyHomeFit.