harbour-amazfish icon indicating copy to clipboard operation
harbour-amazfish copied to clipboard

No data exchange/alerts with Bangle.js2 - is it supported?

Open zeigerpuppy opened this issue 2 years ago • 2 comments

I have installed Amazfish v2.0.8-1.6.1.jolla from the Chum (testing) repo. This in on Xperia II dual SIM with latest Sailfish OS.

Pairing has been successful and I can see the watch in the Amazfish device menu.

However, there is no data exchange:

  • battery shown as 0%

  • no graphs downloaded

  • Debug info does not show any info apart from the bluetooth address

  • Connection state: authenticated

  • test notifications fail

  • fetch debug info does not return any info

Perhaps some updates are needed for the bangle.js2 data format.

Happy to help debug.

zeigerpuppy avatar Sep 28 '22 06:09 zeigerpuppy

Hi bangle is quite basic support. Notifications should work but there is no support for data/graphs. Because of the way the bangle works, there are potentially different several different apps needed on the watch to support functions in amazfish. It would be best to come up with a list of bangle apps that are the best, and then I could add support for them.

Ideally, i would want a watch app which logs heartrate/activity data, which can be requested by the app. Same for tracking, is there any app which logs gps location (with heartrate?) and which can send that data to a companion app?

If i had more time, i could compile this list myself, but it would be better to get suggestions from the community.

piggz avatar Sep 28 '22 19:09 piggz

I think apps most used, and keep logs are :

  • Health for heartate and steps log https://github.com/espruino/BangleApps/tree/master/apps/health (it seems installed by default)
  • SleepLog for sleep logs https://github.com/espruino/BangleApps/tree/master/apps/sleeplog
  • Recorder for GPS + heartate https://github.com/espruino/BangleApps/tree/master/apps/recorder (did not test it) I don't know where to share suggestions

Tsht avatar Mar 02 '24 11:03 Tsht