-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Set the band's music and receive music controls" is not working on miband5. #58
Comments
I did the same on miband5 but this is not working: In first 3 commands it is writing the music data (similar as for miband 4 but using handle 0x0050 instead of 0x004a). |
It is working on my miband 5 when I send the 3 write events just after I have opened the music menu. |
Root cause: The handle for receiving the music notification is different on miband5 ( = 0x004d) compared to miband4 (= 0x004a). So the following part of the code is never executed for miband 5 (74 = 0x4a) https://github.com/janvda/miband4/blob/e6875a5ed55fe051949009196fbe6cb105179811/miband.py#L108 |
You can fix this easily by making following change: |
I successfully connected to my miband5 but when I
Set the band's music and receive music controls
as below it doesn't work:My miband5 is showing
just a sec...
when opening the music menu and all the music controls are disabled.FYI the info of my miband5:
I tried the same on my miband4 and it is working as expected (see output here below)
The text was updated successfully, but these errors were encountered: