$fd(steps)$ not displaying correctly KWGT

I have also noticed that the steps with the formula $fd(steps)$ are not read out correctly.
I use Samsung Health and the Health Connect connection for tracking (KWGT has switched from Google Fit to Health Connect in v3.75).

I have found a workaround for myself. For me, $fd(steps)$ is shifted forward by 2 hours. With the formula $fd(steps, a0d2h, a0d2h)$ I get nearly the correct current value (the value always differs between 1-20 steps from the value in Samsung Health).

The past days can also be tracked in this way. Here is an example of the formulas for yesterday and the day before yesterday:
Yesterday: $fd(steps, r0d22h, r0d22h)$
Day before Yesterday: $fd(steps, r1d22h, r1d22h)$

Here is a screenshot of the formulas.
$gv(StepsSH)$ is a global variable that gets the correct step value from the Samsung Health notification.

3 Likes