Yesterday in the Notify App on my android there was a message to update to get the band data into home assistant directly. I have an amazfit 5 and I use it solely with Notify. No zepp. All you need is your ip and a long lived access token.
This help file in the app seems to indicate it should work for miband.
Oh I forgot to mention that I think I paid a few dollars for the pro version of the app. Iâm sure it was under five though.
sensors show up as and when they have data, they will also be removed upon an HA restart until the next time they get an update due to the API method currently being used
I have added two device, one works perfectly (an amazfit bip) but wifeâs miband cannot authenticate.
I do the exact same thing with my own app, setup the address of my HA, generate a long lived token, but still I get Auth error in the logs.
As a wild idea, I switched the wifeâs account to be an âadminâ on HA, and now the authentication works.
Is it normal? Regular users cannot use access tokens?
For anyone else who needs help with the Data Request. You just need to create simple JSON for the entity. So for switching a light on/off using Domain/Service = light/toggle, just put this in the Data Request (replace light.lamp with your entity):
How often is the data updated? I am especially interested with hearth rate data flow to home assistant. Is it instant or with a couple of minutes delay ?