Split HR in 3 different text fields on Pixel Watch 3?

Hello,
I have tried with some tag expressions on my Galaxy watch, it’s working fine.

Real watch image:

1 Like

Yes, it seems to work on GW5 Pro also, but not on my Pixel Watch 3

1 Like

Would it help if I tested on a PW2?

2 Likes

Yes, please, thanks so much!

1 Like

Works fine on PW2 (after I put it back on my wrist!!). My crude implementation is herewith. Acknowledgement to @Boshra.
Mask.wfs.zip (157.5 KB)

2 Likes

Thanks so much for trying! Still does not show on my PW3, only in the textfield with [HR] tag only. My software version is 1.7.9 and my Wear OS version on my Pixel Watch 3 41 mm is 5.0.

1 Like

Interesting. While I don’t have a PW3, the Android emulator can be configured as a PW3. I might have a go at that later today (if my new joystick doesn’t arrive).

2 Likes

Is your PW2 on Wear OS 5.0?

1 Like

No; Google pulled the 5.0 update before I got it. The emulator can do 5.0.

1 Like

@Gondwana @hirnverbrandt

HEART_RATE SourceType on Pixel Watch 3 acts as String and not as Int. According to documentation you need to wrap HEART_RATE with round() function to always interpret it as Int.

Therefore, you need to edit your expressions and use round([HR]) instead of just [HR].

Regards

3 Likes

Wow, where did you find this information exactly? Thanks so much for your input and the solution that now works on my PW3.

Regards
Chris

2 Likes

See HEART_RATE SourceType documentation :slight_smile:

3 Likes