Bangle.js 2 with Bangle.js Gadgetbridge does not auto-recognize sleep #7713
-
I recently configured my Bangle.js 2 and Bangle.js Gadgetbridge app to work together with my Sleep as Android app. See this discussion: https://github.com/orgs/espruino/discussions/7217 and the setup documentation at: https://codeberg.org/Freeyourgadget/website/src/commit/2edd006021616a25a1e90b4c00c4b1395b3aeb65/docs/basics/integrations/sleep-as-android.md However my Bangle.js Gadgetbridge Android app is not recognizing my sleep automatically. I expected it would. If in Bangle.js Gadgetbridge i go to Activity and Sleep and go to the Sleep tab The circle says 0s en Deep and Light both have a dash -. The graph below does show some activity in a graph but I'm unsure what it means. If I go to sleep I always start Sleep tracking function in Sleep as Android. The app says the DIY Bangle.js 2 is connected and shows the Bluetooth sign with my Bangle.js 2 identifier. So that is working fine. TLDR; The question is why my Bangle.js Gadgetbridge Sleep tab is empty? Did I forgot some configuration step? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Is activity being tracked in Gadgetbridge now? With the cutting edge Bangle.js firmware and latest apps it should be. ... but sleep information wasn't sent. 2 weeks ago I'd suggested adding something to sleeplog and testing at espruino/BangleApps#3275 (comment) but that didn't go in so I'm pretty sure it's not forwarding data. I have just put the code in myself though, but I don't wear the watch at night so can't test. If you update sleeplog to 0.19 from the development app loader at https://espruino.github.io/BangleApps/ then hopefully you'll get something |
Beta Was this translation helpful? Give feedback.
Is activity being tracked in Gadgetbridge now? With the cutting edge Bangle.js firmware and latest apps it should be.
... but sleep information wasn't sent. 2 weeks ago I'd suggested adding something to sleeplog and testing at espruino/BangleApps#3275 (comment) but that didn't go in so I'm pretty sure it's not forwarding data.
I have just put the code in myself though, but I don't wear the watch at night so can't test. If you update sleeplog to 0.19 from the development app loader at https://espruino.github.io/BangleApps/ then hopefully you'll get something