Gadgetbridge shows heart-rate and activity when not wearing the watch #7250
Replies: 1 comment
-
Posted at 2024-05-24 by @gfwilliams That's odd - you could try running a heart rate monitor app and see what it says. If the HRM thinks it has any clue what the heart rate is, it'll report a number - however there is a percentage confidence value attached (which doesn't get reported to Gadgetbridge). It might be interesting to see (with the HRM app) how confident it is. It's possible that we should actually refuse to report any HRM information to Gadgetbridge (or even store it) if the confidence isn't at least 50%. Posted at 2024-07-24 by user147320 I have the same problem. I measures a reasonable Heartrate for my plastic stand and for my (3rd Party) wristband when it's stuffed into my Backpack. Now I found a related problem: I attached a screenshot. I started wearing it around 9am, when I activated HR Measurement manually. I can measure the confidence of the HR of the wristband later. I have all Bangle Apps up to date, Firmware 2v21 (because updating the Firmware is didy not work so far) and GB from 3-4 months ago. Attachments: Posted at 2024-07-24 by user147320 Although apparently the second problem might also be a GB problem, hard to tell. Posted at 2024-07-24 by user147320 Sadly the confidence jumps wildly between None and 100% (frequently above 70%). Is there a temperature sensor that reasonable reacts to skin-contact and could provide some context? Attachments: Posted at 2024-07-24 by user147320 Is the Activity calculated from steps? Posted at 2024-07-26 by @gfwilliams I think the activity is usually calculated from the movement of the watch - not steps per se.
There is a sensor in the watch, but it's deep inside so would only react very slowly. Using movement is probably the best bet - an easy proxy is whether the 'poll handler' is in the high speed (80ms) or low speed (800ms) modes Posted at 2024-11-12 by girardcarillo Hi there, I have my watch since ~1 week, using it with GadgetBridge. Thanks if somebody can help. Firmware: 2v24.170 Attachments: Posted at 2024-11-12 by girardcarillo Another issue I'm having, that may be related, so I post it here. GB doesn't recognize the sleep phases (see screenshot). I'm aware this could also be a GB problem, but we never know. Attachments: Posted at 2024-11-13 by @gfwilliams Hi - yes, by default the Bangle doesn't detect activity or wear state. It's not a bug as such, it's just not implemented yet. There's a 'sleep log' app that detects sleep phases and might help? https://banglejs.com/apps/?id=sleeplog I'm not sure if that forwards the info to Gadgetbridge though Posted at 2024-11-13 by @cbkerr Sleeplog doesn't talk to Gadgetbridge yet. Posted at 2024-11-14 by @gfwilliams Perhaps that's something that could be added to the The combination of movement, temperature, and maybe also the HRM's 'isWorn' (but that only checks if the HRM is near a surface) should be able to work quite well Posted at 2024-11-14 by girardcarillo Hi, Ok, I was not aware that Bangle didn't detect the worn/not worn states, makes more sense now. Thanks for the explanation. I was not aware of sleep not being processed either. I also tried the Sleep log app on Bangle. For now it's not working and not detecting my sleep, but that's another issue that I will investigate. Posted at 2024-11-14 by @halemmerich You could try Sleep as Android https://sleep.urbandroid.org/ in combination with https://banglejs.com/apps/?id=accelsender Posted at 2024-11-15 by @gfwilliams
Yes, that's correct. I don't believe Gadgetbridge has anything built in.
We try to be entirely open with everything Bangle.js can/can't do, but we can't just have a list of everything Bangle.js doesn't do out the box. At the end of the day it's at least open, so if you're a developer you can at least get stuck in and have a go at adding the features you need. I had a look at the Gadgetbridge Bangle.js code and right now it doesn't provide any way of sending the type of activity to Gadgetbridge from the Bangle, so I'm looking at at least adding that, and then maybe the Bangle.js firmware can be changed to report the data at a later date. edit: I submitted a PR at https://codeberg.org/Freeyourgadget/Gadgetbridge/pulls/4323 Posted at 2024-11-15 by girardcarillo
Yep, totally agree. It wasn't a criticism at all, I knew what I was going for when I chose Bangle.js, and I'm happy if I can contribute. I contacted the creator of Sleep Log, in their todo list there is "Enable receiving data on the Gadgetbridge side + testing. Help appreciated!", so maybe this would be a lead.
Thanks a lot. In the meantime, I'll try to use Sleep Log, and why not enabling Sleep as Android, as suggested by @halemmerich Posted at 2024-11-15 by girardcarillo The the subject of this thread drifted a bit away, because of me, sorry for that. But coming back on the original topic, actually yesterday I noticed that my Bangle was also measuring (at least displaying on the main screen) a bpm, while set on the table. Posted at 2024-11-15 by @gfwilliams
Yes, it's a shame the binary blob HRM isn't a bit smarter. If the Bangle isn't facing anything it knows it's not being worn and you don't get an HRM but if the HRM is pointing at something and getting a reflection it thinks it is worn and you're just being very still. I guess one option is we add a specific check for a lack of movement plus the bangle being pretty much flat on a surface (which I guess is 95% of times it's left) and disable the HRM in that case Posted at 2024-11-16 by @thyttan @girardcarillo there's an open entry on the issue tracker pertaining to sleeplog + gadgetbridge integration that may interest you: espruino/BangleApps#3275 Posted at 2024-11-18 by girardcarillo @gfwilliams yes Ig it would filter most of the "not worn" time. + maybe when it's charging? (if it's not already the case) @thyttan thanks a lot for that, I had already seen this thread, I'll subscribe to it in case there is new movement Posted at 2024-12-06 by fanoushs-punching-bag Nm Posted at 2024-12-09 by @gfwilliams Yes, the lack of movement I mentioned above would do it I think... Just FYI I merged https://codeberg.org/Freeyourgadget/Gadgetbridge/pulls/4323 now so the Bangle should be able to push sleep information to Gadgetbridge on the latest versions, it's just that we don't currently Posted at 2024-12-10 by girardcarillo Fantastic! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2024-05-23 by JulianGro
I just started trying out Gadgetbridge a couple of hours ago, with the goal of tracking my heart-rate during sleep. However, Gadgetbridge reports heart-rate and activity values while I am not wearing my watch. It is on a stand on my table.
Attached is a screenshot of Gadgetbridge's activity window for the time that the watch is untouched on its stand. As you can see, it shows relatively convincing heart-rate values… for the slate of plastic that it is measuring…
If I go into the Health app, it also shows hourly averages that match the data in Gadgetbridge. It has hourly average heart-rate for hours where the app wasn't worn and just sat on its stand.
What is the deal with this? Does the bangle.js 2 just make up heart-rate values if it thinks that it is worn but cannot measure anything?
Attachments:
Beta Was this translation helpful? Give feedback.
All reactions