Acknowledged

Epix 2 17.28 Beta Issue

Hi I have a user with a Epix2 running the latest beta version of firmware 17.28. He is reporting some variances with Recovery Time and Stress between what the Garmin widget displays and what is on my watch face. I am just using the variables stressScore and timeToRecovery from the class Toybox.ActivityMonitor.Info returned from function Toybox.ActivityMonitor.getInfo().

Has something changed in this area in the beta program? Is there something I am doing wrong in the code that is going to stop working correctly when this version is released?

Thanks

  • VivoActive 5 is not on the list of supported devices for timeToRecovery do that explains why it does not work! It is supported for stressScore so you might check that one. The reason the user might be reporting it as different to the Garmin widget is that it might be doing different calc on the history where stressScore is average of last 30sec?

  • Sorry I forgot to add that once you have installed the watch face go to the properties page for the application and select the Recovery Dial and Stress Dial to be displayed from the dropdown box for sub-dial 1 and 2. Thanks

  • GMT4 Daytona -  https://apps.garmin.com/apps/f79b954c-2ad3-4c5a-845e-5f3e13e2ccbc 

    Thanks!

  • This is something that the product team would normally need to investigate since it's an issue that appears to be in firmware (as you state, Connect IQ just gets the value from the system. There's nothing I'm aware of that you would do in code to cause this if you're just using the values as supplied by the API without modifying them (i.e. there are no options for getInfo() or the member values that get returned). Can you provide a link to your app so we can attempt to reproduce?