Hello,
I have tried with some tag expressions on my Galaxy watch, it’s working fine.
Real watch image:
Hello,
I have tried with some tag expressions on my Galaxy watch, it’s working fine.
Real watch image:
Yes, it seems to work on GW5 Pro also, but not on my Pixel Watch 3
Would it help if I tested on a PW2?
Yes, please, thanks so much!
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)
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.
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).
Is your PW2 on Wear OS 5.0?
No; Google pulled the 5.0 update before I got it. The emulator can do 5.0.
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
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
See HEART_RATE SourceType documentation