Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dudanov/pyftms
PyFTMS - Python Fitness Machine Service client library.
https://github.com/dudanov/pyftms
ble bleak bluetooth crosstrainer fitness ftms python rower spin-bike treadmill
Last synced: 18 days ago
JSON representation
PyFTMS - Python Fitness Machine Service client library.
- Host: GitHub
- URL: https://github.com/dudanov/pyftms
- Owner: dudanov
- License: apache-2.0
- Created: 2024-05-03T13:04:57.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T10:24:23.000Z (about 2 months ago)
- Last Synced: 2024-10-25T02:49:14.661Z (about 2 months ago)
- Topics: ble, bleak, bluetooth, crosstrainer, fitness, ftms, python, rower, spin-bike, treadmill
- Language: Python
- Homepage:
- Size: 130 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PyFTMS - Python Fitness Machine Service 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/pyftms/pyftms.html).