This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Battery and assistance Level in FIT file

I'm using the FIT SDK to encode the data in the .fit file.

I would to record battery level and assistance level in order to import these data in Gamin Connect.

I'm using these 3 functions

setEbikeBatteryLevel

setEbikeAssistLevelPercent

setEbikeAssistMode

but nothing of these information appears on Garmin Connect.

The SDK generate these tag (visible using FITtoCSV tool)

ebike_battery_level
ebike_assist_level_percent
ebike_assist_mode

I asked to my friend to send to me the .FIT file where he can see the battery and the assist mode as you can see in this screen shot

The FIT file contains the tags

currBattery
currAssist

I tried to add these tag with DeveloperField class, but I'm not able to see the graph of the Battery and assistance level.

What can I do?

Thanks in advance for your help.