There are many other Tasker compatible apps you can use too: Automate AutomateIt
...
Enable Tasker integration on Notify
Open Notify app, go on Smart assistant section, choose Tasker integration and enable it. Optionally, you can setup a password to ensure other apps cannot send commands
Notice: intents are the same for Notify for Mi Band and Notify for Amazfit/Zepp apps
Replace com.mc.miband with com.mc.xiaomi when using Notify for Xiaomi app
Action: com.mc.miband.syncData
Please notice: if you sync data before wake up you may see wrong sleep statistics
Disable heart monitor (since 8.3.11 app version)
Action: com.mc.miband.taskerHeartDisable
Enable heart monitor (since 8.3.11 app version)
Action: com.mc.miband.taskerHeartEnable
Disable night mode Mi Band 3 (since 8.4.3 app version)
Action: com.mc.miband.taskerNightModeDisable
Enable night mode Mi Band 3 (since 8.4.3 app version)
Action: com.mc.miband.taskerNightModeEnable
Disable band DND mode (since 8.13.1 app version)
Action: com.mc.miband.taskerBandDNDDisable
Enable band DND mode (since 8.13.1 app version)
Action: com.mc.miband.taskerBandDNDEnable
Export steps/sleep/heart/weight spreadsheet data (since 8.18.11 app version)
Files will be saved on a folder named "export" into the backup folder selected on the Notify app general settings.
If no backup folder is set, the files will be saved on the default files directory of phone /storage/emulated/0/android/data/com.mc.miband1/files/export or /storage/emulated/0/android/data/com.mc.amazfit1/files/export/
Optional parameters (extra):
start - long - timestamp (in milliseconds) since when start exporting data. Default value 00:00:00 of current day
end - long - timestamp (in milliseconds) end time of exporting data. Default value current time
Action: com.mc.miband.taskerExportAllSpreadsheetData
Action: com.mc.miband.taskerProfileSet
Parameters (extra):
profile - String - name of profile to activate (must be the same exact name showed on the notify main left menu)
Refresh band weather info (since 11.0.7 app version)
Action: com.mc.miband.tasker.weatherUpdate
Set Alexa trigger enabled/disabled (since 12.0.3 app version)
Disable band Always-on-display mode (since 15.7.1 app version)
Action: com.mc.miband.taskerBandAODDisable
Enable band Always-on-display mode (since 15.7.1 app version)
Action: com.mc.miband.taskerBandAODEnable
Receiving events from Notify app
Get realtime measured heart value
After band has measure heart rate, you will receive this intent. Remember to set the heart monitor mode to "Notify app mode" on the heart monitor settings, to be able receive this event!
Action: com.mc.miband.heartRateGot
Extras: value - contains measured heart rate (integer)
Get realtime measured steps (since 12.2.3 app version)
To receive current day steps number, you will receive this intent
Action: com.mc.miband.stepsGot
Extras: value - contains steps number (integer)
Get band battery value
After the Notify app get the band battery value, you will receive this intent
Action: com.mc.miband.batteryStatGot
Extras: value - contains battery value (integer)
Receive the intent when an early bird alarms starts
When an early bird alarm starts, you will receive this intent
Action: com.mc.miband.smartAlarmRun
Receive the intent when wake me up alarm starts
When wake me up alarm starts, you will receive this intent
Action: com.mc.miband.startWakeUp
Receive the intent when band get connected
Action: com.mc.miband.connected
Receive the intent when band get disconnected
Action: com.mc.miband.disconnected
Receive the intent when you fell asleep (this event is sent from the band, if the band firmware doesn't support this feature, you will not receive any event)
Receive the intent when you woke up (this event is sent from the band, if the band firmware doesn't support this feature, you will not receive any event)
Receive the intent when you reache the steps goal (this event is sent from the band, if the band firmware doesn't support this feature, you will not receive any event)
Receive the intent when you stop wearing the band (this event is sent from the band, if the band firmware doesn't support this feature, you will not receive any event)
Receive the intent when power nap alarm has been enabled (since 8.14.1 app version)
Action: com.mc.miband.tasker.powerNapOn
Receive the intent when power nap alarm has been disabled (since 8.14.1 app version)
Action: com.mc.miband.tasker.powerNapOff
Receive the intent when band battery 100% charged (since 11.1.3 app version)
Action: com.mc.miband.tasker.batteryCharged
Receive the intent when a sensor data is tracked. Start the Sleep as Android or sensor test tracking first (since 12.2.2 app version)
Action: com.mc.miband.tasker.sensorData
Extras: time - timestamp in milliseconds (long)
Extras: x - x value (integer)
Extras: y - y value (integer)
Extras: z - z value (integer)
Receive the intent when reject call button is pressed - set reject call button to Tasker action (since 12.2.3 app version)
Action: com.mc.miband.tasker.callRejected
Receive the intent when ignore call button is pressed - set ignore call button to Tasker action (since 12.2.3 app version)
Action: com.mc.miband.tasker.callIgnored
Receive band trigger events (since 14.5.8 app version)
To setup a trigger open Tools section on Notify - Custom triggers. Set the action to Tasker
Triggers available:
com.mc.miband.tasker.trigger.notWearing
com.mc.miband.tasker.trigger.fellAsleep
com.mc.miband.tasker.trigger.wokeUp
com.mc.miband.tasker.trigger.stepsGoalReached
com.mc.miband.tasker.trigger.earlyBird
com.mc.miband.tasker.trigger.bandConnected
com.mc.miband.tasker.trigger.bandDisconnected