<--Back to Gadget List

Xiaomi Health Band

This page is for “Xiaomi Health Band”

Commentary

Technical Specs

Useful Applications

iOS

Android

Tips and Tricks

heartrate Sync issues with health app @ ios

Very regularly zeplife will fail to sync properly with health app on ios. To handle this I have used 2 options

  1. Use AmazeTools for syn
  2. download the data via export and import it to health a. Find option under settings -> user rights -> export data b. export data for the timeframe you want c. download the zip file and open it with password displayed on screen d. there will be a folder HEARTRATE_AUTO you need to go in and change format of the csv file

I found this to be helpful

sed 's/\(.\{10\}\),/\1 /' HEARTRATE_AUTO_numbers.csv > edited_date_heartrate.csv

This i will then share with iphone and use CSVImport to import the data in health app.

Reference material