Add support for Humon Hex

Issue #488 wontfix
Gregory Smith created an issue

Attached is a CSV file export generated by the Humon Hex web app.

The app supports rowing, but does not include any connection to the PM5, so no stroke rate or power.

The supported fields are time, smo2, hgb and HR.

The times are relative to the workout start time included in the header of the file. The app stores one record per second.

I am not sure of the best way to incorporate Humon data into rowsandall. I think logically, it would be command within a workout to “Add Humon Data”. Then rowsandall could use data fusion to add in the columns to the rest of the data.

You may want to just pick the data that lines up to the time for the nearest stroke.

This is the Humon Data that aligns to this workout in rowsandall.

https://rowsandall.com/rowers/workout/66d0a506/

Comments (4)

  1. Gregory Smith reporter

    @sanderroosendaal: I would add columns for SMO2 and HGB. You have to decide if you would want to enable multiple HR columns or not. Right now the most useful feedback from Humon is not exported. They have a "magic" algorithm that defines training bands (steady state, recovery, approaching limit and limit). When I look at the data in their portal, it is those zones that are key and what we would want. If I had my pick, I would include a column called "smo2_zone", and I will work on them to find a way to export it.

  2. Log in to comment