-
-
Notifications
You must be signed in to change notification settings - Fork 123
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
Apple Watch Heart Rate using the iPad #957
Comments
I requested a Multicast Networking Entitlement https://developer.apple.com/contact/request/networking-multicast |
|
Log files from iPhone & iPad - no HR from watch. Watch was displaying HR. iPad was linked to tread, but not displaying HR. iPad_debug-Sun_Oct_2_13_21_33_2022.log.txt |
@RickNY i checked the logs. I guess maybe i found why you're not seeing it. I'm updating the heart tiles only when i receive some metrics from the treadmill. So try to do the same but also starting the treadmill. |
Maybe I'm misunderstanding -- the iPad was receiving metrics from the treadmill in that previous log.. I've attached two more just in case Sun Oct 2 13:23:47 2022 1664731427524 Debug: /Users/cagnulein/qdomyos-zwift/src/bluetooth.cpp void bluetooth::debug(const QString &) "Current Speed: 0.80467" iPad-debug-Mon_Oct_3_06_32_33_2022.log.txt |
sorry @RickNY you were right, i probably checked the iphone log instead of the ipad one. The problem is: if you close one app (iphone or ipad) you have also to close the other one. I mean, it works only if they starts from a clean session. Of course it's something that I have to fix. So in order to do so, let's do in this way:
in this way does it work all the time? On my end yes, so it should works to you too. |
I’ll try this in the order you specified - I’m pretty sure I had tried those combos, and also swiped away the watch app on the phone as well. I’ll get back to you. |
ok thanks @RickNY |
ok i fixed the problem that I saw this morning. I hope it will fix also your issue. I'm sending you another one later today @RickNY |
OK, got a little closer with the update that came.. I was getting heart rate initially -- but it stopped updating on the iPad.. iPad kept reporting 70, it changed a few times but stopped updating after maybe a minute or so.. The QZ app on the watch was showing the correct HR the entire time. These should be the logs from that.. iPhone_debug-Mon_Oct_3_17_44_16_2022.log.txt |
@RickNY Did you check also the distance and kcal on the watch? They stop too? |
Sorry I wasn’t clear with last sentence - watch was updating properly entire run. |
@RickNY hah so it means that iphone is getting the metrics from the ipad correctly. it's just the ipad that it sometimes lost the connection from the iphone. |
OK... Just decided to try something on a whim.. Did a "Reset Network Settings" on both the iPhone & iPad.. Now, it seems to be working -- BUT -- I may have been missing an important step before (DUH). I dont think I was manually launching QZ on the phone -- I was making sure it was closed so it wouldnt latch on to the BT connection to the tread -- and thinking that launching the watch app by itself was also opening the app on the phone. So -- here is what is working:
Since its raining today (and cold) - I'll be doing my workout on the tread later today. Also - I'm going to open another feature request - but I think should be easy -- is it possible to include elevation gain in the workout email? I realize Apple Health may not allow it as part of the workout for indoor exercises, but having in the summary email would be nice. |
yes it should auto run it. Infact it's the same flow as I did every time
absolutely I thought that it was already in! |
This is awesome, worked first try! Turned iPad on first, then turned on apple watch app, it asked for permissions, and then instantly connected. Way quicker then any other HR monitor I have used in terms of connecting and supplying the initial HR |
yeah! thank you guys for the feedbacks! i'm closing this one but if you have issue let me know @RickNY so the reset help somehow? |
seems that ios 16.3.1 broke something about this |
Broadcasting via UDP the HR from the phone to the ipad, we should be able to get the HR into the iPad directly. The ipad should answers back with the kcal and the distance at least.
The text was updated successfully, but these errors were encountered: