https://github.com/dudanov/python-pyftms
Bluetooth Fitness Machine Service async client library.
https://github.com/dudanov/python-pyftms
ble bleak bluetooth crosstrainer fitness ftms python rower spin-bike treadmill
Last synced: 4 months ago
JSON representation
Bluetooth Fitness Machine Service async client library.
- Host: GitHub
- URL: https://github.com/dudanov/python-pyftms
- Owner: dudanov
- License: apache-2.0
- Created: 2024-05-03T13:04:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-24T20:23:40.000Z (6 months ago)
- Last Synced: 2025-05-27T15:50:06.962Z (5 months ago)
- Topics: ble, bleak, bluetooth, crosstrainer, fitness, ftms, python, rower, spin-bike, treadmill
- Language: Python
- Homepage:
- Size: 255 KB
- Stars: 13
- Watchers: 2
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PyFTMS - Bluetooth Fitness Machine Service async client library
**PyFTMS** is a Python client library for the **FTMS** service, which is a standard for fitness equipment with a Bluetooth interface. **Bleak** is used as the Bluetooth library. Currently four main types of fitness machines are supported:
1. **Treadmill**
2. **Cross Trainer** (Elliptical Trainer)
3. **Rower** (Rowing Machine)
4. **Indoor Bike** (Spin Bike)**Step Climber** and **Stair Climber** machines are **not supported** due to incomplete protocol information and low popularity.
## Requirments
1. `bleak`
2. `bleak-retry-connector`## Install it from PyPI
```bash
pip install pyftms
```## Usage
Please read API [documentation](https://dudanov.github.io/python-pyftms/pyftms.html).