Donations: https://paypal.me/piggz
Companion application for Huami Devices (such as Amazfit Bip, Cor, MiBand2/3 and GTS and GTS), Pinetime Infinitime and Bangle.js.
This application requires several supporting packages. Until Aug 2021, these were available on openrepos for the latest SailfishOS release. Updating these libs is a big pain, so they have now moved to SailfishOS::Chum. If you dont know what that is, read this https://build.merproject.org/project/show/sailfishos:chum:testing
To install Amazfish, first install the "chum" repository from the link above and "pkcon refresh" then install Amazfish.
I apologise about thie extra step, but it makes updates much easier. Pacakges in chum are automatically built for each SailfishOS release and instantly available. In the future, Amazfish may also be distributed this way, but for now, it can still be installed from here, for the current SailfishOS release.
If you already have Amazfish installed, and need to update, you will also need chum, but you may have to drop to a command line and "zypper dup" and accept and changes to the package vendor.
There are 3 tiers of supported devices:
These are devices I have, have tested and will try not to break any functioanlity for an include:
* Amazfit Bip
* Amazfit GTS
* Pinetime Infinitme
* Bangle.js
These are devices which are properly implemented in the application, but I do not have and are tested by the commuity, and include:
* Amazfit BipS
* Amazfit Bip Lite
I do not promise not to break funcaionality in these, but will fix where I can
These are devices which use a protocol that is close to another suppored device, and so is treated like that device. Your mileage may vary with these devices.
* MiBand 2/3/4
* AMzfit Cor
* Amazfit GTR
Amazfish needs to be built on OBS against a defined set of libraries. Becuase there is a delay between a Sailfish release and that release being available on OBS, there will be a delay to supporting the latest versions.
For releases of the current version built against other Sailfish releases, use the repositories at :
https://build.merproject.org/project/show/home:piggz:harbour-amazfish and
https://build.merproject.org/project/show/home:piggz:kf5
The new sport display feature requires the MapBox component. The easiest way to get this is by installing PureMaps from rinigus repository.
Powered by KEXI
As of version 0.5.1, actiivity data is retrieved into an sqlite database. Becuase I think it is important to allow individuals to be in control of their own data, and that they should have the ability to analyse it themsleves, I have chosen to store data in a KEXI compatible database. This will allow you to copy the database from the phone, and open it up inside KEXI on Linux/Windows/Mac and perform queries and reports on it. This added ability means i link to a couple of KDE libraries, which should be installed automatically.
Firmware Download - READ FIRST - I am not liable if you brick your watch ;)
Read this for info about which files to flash https://github.com/Freeyourgadget/Gadgetbridge/wiki/Amazfit-Bip-Firmware...
App has been tested using an amazfit bip and GTS, downloading the latest (0.1.1.45) official firmware.
The firmware is split into multiple files on these devices. With the official MiFit app, all are downloaded at once, and everything works fine. With this app, you have to send each file individually. The firmwares are available by extracting the MiFit apk, and looking in the assets/ folder for files named Mili_chaohu.*. When you select a file, its type and version will be determined, and you will be prevented from sending invalid files.
The firmware (.fw) requires a matching fotn (.ft) and resource (.res). Send the firmware first, the app will send a reboot command at the end of the transfer, and the watch will boot up into a mode where it needs the matching font and resource sent. Just wait for the app to connect again, then send the font and resource.
The following types of file exist:
firmware, resource, a-gps data, fonts
So, to re-iterate, the firmware flashing order is:
The newer devices (GTS, BipS etc) requires a server-side pairing key which requires inital pairing with an android device. To get the key, follow the instructions here and enter into Amzafish when prompted, WITHOUT 0x at the beginning.
See https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/Amazfit-GTS
AGPS Download/Transfer
The official amazfit app can download and transfer the AGPS files to the watch automatically. The amazfit web site limits download of the files to those with accounts. A python script has been developped that can download the AGPS files, these can then be transferred to your phone, and downloaded to the watch using the normal "Download File" option.
Pairing Issues
Pairing works for myself, sometimes I have to try twice. If pairing doesnt work at all, then try:
Check if after all this, pairing works from the sailfish BT settings page. It should pair and connect just fine from there. f that doesnt work, my app wont either.
Not all features currently implemented
***May not work on all devices***
Uses Bluetooth Low Energy to communicate with the watch, this is known to be problematic on some devices. it is known to work on the Xiaomi Mido. Probably also works on the FP2. Official devices unknown.
Implemented
Todo
Tip:
On your device, create a symlink in /home/nemo to /home/nemo/.local/share/harbour-amazfish
This way, you can easilty copy the database off the phone using MTP.
Bip and GTS notify when the watch button is pressed. This is captured by amazfish which allows running actions on theses presses. An action can be ran on 2,3 or 4 presses. To confiure the actions, goto Settings > Application > Button Actions.
A custom script can be used, the script must be called harbour-amazfish-script.sh and be in the home folder. Example which sends a OTP code to the watch as a message:
#!/bin/sh if [ "$1" == "4" ]; then CODE=`python3 -c 'import pyotp;totp = pyotp.TOTP("XXXX Authenticator code here XXXX");print(totp.now())'` dbus-send --session --print-reply --dest=uk.co.piggz.amazfish /application uk.co.piggz.amazfish.sendAlert string:'' string:'Google OTP' string:$CODE boolean:true fi;
Source: https://github.com/piggz/harbour-amazfish
Credits to:
2.0.3
2.0.2 - Now for 4.1
2.0.0 (incl unreleased 1.9.9)
1.9.8
1.9.7
1.9.6
1.9.5 (includes unreleased changes for otehr distros)
1.9.0
1.8.7
1.8.6 (not release for sailfish)
1.8.5
1.8.2
1.8.1 - Includes 1.8.0 which was skipped
1.7.1
1.7.0
1.6.8
1.6.7
1.6.6.
1.6.5
1.6.1
1.6.0
1.5.6
1.5.5
1.5.1
1.5.0
1.4.5
1.4.0
1.3.1
1.3.0
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
0.9.2
Stop notification when call answered
Fix sending weather on interval
Add more languages for watch (only works if supported by FW)
0.9.1
Fixed crash for new users
Weather UI fixes
Whitelisted some more firmware
Translation updates
Bugfixes for daemon/ui split
0.9.0
***ONLY FOR SAILFISHOS >= 3.0.3***
Daemon/UI split
Reworked some pages to streamline them
0.8.9
Add buffer for 10 notifications when watch disconnected
0.8.8
Added deep sleep value to page
Save GPX files in data location not cache location
May install on SFOS 3.0.3 when available
0.8.7
New UI layout
Sleep statistics
0.8.5
Added step summary chart showing steps over previous 20 days from the selected day
Added auto-sync of activity data which occurs each hour
0.8.2
Fixed applying settings from the UI
0.8.1
Hopefully fixed crash introduced in 0.8.0
0.8.0
Major code restructure to better allow support for other devices (devs needed!)
Whitelist new Bip frmwares
Hopefully fixed GPS issue with new firmwares
0.7.5
Implemented sending weather
Fixed app displaying correct status when watch disconnects
Use correct icon for depecher
Fix layout of HR button
0.7.3
Updated translations
Fixed user profile settings page not opening
Comments
eanderalx
Mon, 2018/06/11 - 22:10
Permalink
Nice App, what about a daemon so that the app does not have to be open?
Two Problems I've found while using with an Band 2 and an Xperia.
The call Notification sometimes doesn't work, restarting amazfish help.
The second problem is a bit more complicated, but at the moment I do not understand under which circumstances it occurs. I suspect it is related to the notifcations you access.
Normaly I get one notification per conatct (contact name and last message) in the eventsview for messages from whatsapp or sailorgram. When they are marked as read in the web client the notification in the eventview disappear.
While running your app the eventsview show one notification per message from a contact (contact name first message, same contact name second message) and after they are marked as read by the web client on my PC the notification don't disappear from eventview until I delete them. After restarting your app everything was fine again and worked as expected.
cvp
Thu, 2018/06/07 - 22:33
Permalink
What about translations? Can we help you? I can help to translate to german :)
piggz
Thu, 2018/06/07 - 23:28
Permalink
Yes, do it on github, somone else is already doing sweding tranlations
cvp
Fri, 2018/06/08 - 09:36
Permalink
.... done ;)
Okerampa
Thu, 2018/06/07 - 16:20
Permalink
Thanks ! And we can set the alams now, great :)
Okerampa
Thu, 2018/06/07 - 15:29
Permalink
I think I got an issue since last version : I cannot go to status/weather/etc. by swiping left or righe. Swipe up and down work... If I connect to Mi Fit on androit, I can again swipe. But each time I reconnect using Amazfish swipe left and right won't work :(
Also, does Amazfish update weather ? I think not, but to be sure ^^
(Xperia X and version 0.6.0)
piggz
Thu, 2018/06/07 - 15:44
Permalink
settings - device - display items - save
and no, not yet
gomerus
Sat, 2018/06/09 - 15:09
Permalink
I had the same problem and was wondering what happened. All items where marked, but i didn't try the save button. Maybe it would be good to save when going back instead of having an extra save button?
mousse04
Sun, 2018/06/03 - 23:39
Permalink
On band2, time selection ia inverted. When selecting 12h, display ia 24h and vice versa ;)!!! But great, very goos app
mousse04
Sun, 2018/06/03 - 00:37
Permalink
Works with my band 2. In the forecast of supporting officially thr band 2, any chance to be able to set up alarms ? Thanks
cvp
Sat, 2018/06/02 - 23:17
Permalink
Amazfish Version: 0.5.5 || Amazfit FW Version V0.1.1.36 || SFOS 2.2.0.29
* The Heartrate Chart dont work on an Xperia X. Ot display only "No data" ... Or i use it wrong ?
piggz
Sat, 2018/06/02 - 23:19
Permalink
Click the button on the first page to download your data ... keep clicking until it says there is no more data.
You need to turn on all-day-hrm in settings to have it monitor your heartrate all the time.
cvp
Sun, 2018/06/03 - 00:05
Permalink
Thanks this works for me :) thank you for your work :)
rgrgrg
Fri, 2018/06/01 - 07:26
Permalink
Thanks for this app!
Couple of questions:
1) any plans for the Stratos?
2) does it integrate at all with something like Laufhelden?
Thanks again!
piggz
Fri, 2018/06/01 - 08:33
Permalink
1) no, not unless someone donated a device, however I will accept PRs for new devices
2) yes. initially i want to get live HR data to laufhelden
rgrgrg
Sat, 2018/06/02 - 06:17
Permalink
I'd be willing to chip in a few dollars for that purpose, maybe there are others that are also interested?
bundyo
Fri, 2018/06/01 - 00:23
Permalink
Thanks, works now!
bundyo
Thu, 2018/05/31 - 20:48
Permalink
Hmm, seems to depend on some cmake version, at least in 2.2.
piggz
Thu, 2018/05/31 - 21:51
Permalink
give it a go now ... hopefully fixed it
Okerampa
Wed, 2018/05/30 - 21:57
Permalink
I don't know if it was corrected since the 5.1.1 version, but with 4.7.1 I could pair only if I had updated my watch before using Mi Fit on an android device. Then it worked flawlessly :) One missing feature in this version : the call number or contact name is not shown, instean only "incoming call' ^^ But thumbs up otherwise !
cvp
Wed, 2018/05/30 - 13:43
Permalink
Oh nice! My Amazfit Bip arrived today. And the version 0.5.1 has been released :)
I use a Sony Xperia X and the pairing and connecting works! Data is synchronized.
One UI bug: The refresh button for the heart rate monitor shifts to the right as soon as a numbuber is displaed.
I would be glad if more features will appear :)
Amazfit FW VErsion V0.1.1.36 - SFOS 2.1.4.15
gomerus
Tue, 2018/05/29 - 01:19
Permalink
With the current version I can connect again too. The connection itself seems much more stable now. The range seems a bit low. More than a meter away and I often get reconnects.
Thaodan
Thu, 2018/05/24 - 08:39
Permalink
Look on github there's already a bug for this. it's called supported firmware.
gomerus
Wed, 2018/05/23 - 20:12
Permalink
Hey thanks for the updates. Unfortunately the last two releases it's impossible to pair. Have the same problem as Caluna. But i like your fast progress. Keep it up!
Forgot to say. I'm still on fp2
piggz
Thu, 2018/05/24 - 00:44
Permalink
please try 0.4.7
gomerus
Thu, 2018/05/24 - 08:36
Permalink
Unfortunately still the same problem. What information do you need from me to help you debug?
Caluna
Tue, 2018/05/22 - 11:45
Permalink
Hi Piggz,
Version 0.4.1-1 seems not to connect to the device (SFOS X latest). Version 0.3 works perfectly..
Best C.
piggz
Tue, 2018/05/22 - 12:22
Permalink
have you re-paired? no problems here, but it was a major change requiring a repair. there are some issues with multiple notifications, and my dev version is much better. with a few more features added i will make a release soon.
Caluna
Tue, 2018/05/22 - 22:55
Permalink
Yes, tried to re-pair. During re-pairing I get a truncated text saying
Connecting to watch.../org/bluez/hci0/dev_(Mac Adress of my device)
pairing
But connection cannot be established - also forgetting and re-pairing of the device in Sailfish BT settings does not help. Maybe next version solves the issue for me...
Edit: 0.4.5-1 does not solve the problem
piggz
Tue, 2018/05/22 - 23:35
Permalink
Fixed in 0.4.6 (i hope!)
Pages