-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Device Support Request] H40F Treadmill "TOPUTURE" #13
Comments
Hi. If your fitness machine supports |
Hi, thank you for your response. Is there a way to debug the component's search for FTMS devices? It seems to very quickly claim that there are no compatible devices found: And there isn't anything particularly useful in the core logs: I have a built-in Bluetooth adapter (HA Yellow), as well as a few BT proxies around the area. Thank you, again. PS: the model number that is actually advertised by BLE properties is |
Please, send me |
I appreciate your help, Sergey. I am not perfectly clear on what BLE data you might need, or whether iOS can capture it. I have captured the following in hopes that it answers your question: UUID (Fitness Machine): Perhaps I need to get an nRF device, or use an Android device, for this... |
This data on screenshot that interested me. It is correct and does not contain errors, the device type is a treadmill. Your fitness device should not be connected to any devices except HASS. When the trainer is connected to any device, it stops being in discovery mode and cannot be used in another application, HASS for example. For this reason, I made a BLE connection switch so that it would be possible to connect the trainer to third-party software. I have now tried to disconnect the BLE adapter from my HASS server and work exclusively with the ESPHome BLE proxy. And everything works fine, even faster than before. |
Thank you. I have disabled the in-built adapter for my HA Yellow, and tried my nearby ESP proxy, but to no avail. I ordered an nRF dongle to capture BLE data. I'm hoping that you might be able to help decypher that if you are so inclined. Thanks again. |
Hi there @dudanov. Got a BLE Sniffer adapter, and was able to capture this in Wireshark:
I am hoping that helps. If not, I will do some research into Wireshark, as this is my first time actually using the software. Thank you for any help in implementation that you can provide! |
Hi there, thanks for this project!
I'm hoping to get help adding support for a certain model of treadmill - one which appears to support FTMS protocol, as tested using nRF Connect per this article.
Here is an Amazon link to the product. And here is a manual for one of the same/similar controller model.
I would love to help however I can. Thank you.
The text was updated successfully, but these errors were encountered: