Hi,
the watchface infoCal can show active calories. Active calories are not given directly in the activity.info class. It (the feature) is titled in the settings as experimental so the developer found probably a way to reverse calculate it from some other fields.
Any hints how?
I tried to use active daily minutes to get a ratio of minutes gone on a day to that active daily minutes and apply this ratio to the calories. But it don't currently works. The reverse formula was:
active calories = calories * active daily minutes / minutes of the day
Today I have at 9:30 am 9 active calories yet, but active daily minutes is 0. But my step count is at 436. By observation the active daily minutes is obviously not the only factor for active calories.
Another formula try could be:
active calories = calories * active daily minutes / minutes of the day + step count / 50
What do you think?