https://github.com/programmatix/bulletproof
Part of my PSG stack; a BLE gateway that capture data from various health devices and uploads them to Influx and MQTT
https://github.com/programmatix/bulletproof
Last synced: about 1 year ago
JSON representation
Part of my PSG stack; a BLE gateway that capture data from various health devices and uploads them to Influx and MQTT
- Host: GitHub
- URL: https://github.com/programmatix/bulletproof
- Owner: programmatix
- Created: 2024-09-29T12:24:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-26T14:56:58.000Z (about 1 year ago)
- Last Synced: 2025-05-07T12:19:17.984Z (about 1 year ago)
- Language: Python
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
# BulLEtproof
BulLEtproof is part of my PSG stack, and is designed to connect to a variety of BLE devices I use, and stream in the data into InfluxDB and MQTT.
It currently supports Viatom CheckMe devices, Polar devices including the H10 I use, and CORE temperature devices.
The software is bespoke to my setup and unlikely to be generally useful; I'm publishing it in case it's a convenient reference for others trying to do similar things.
The name comes because the first iteration of this was an Android app, but the regular struggles with data dropouts lead me to seek a more robust BLE solution.
It uses Python and the Bleak library, and should run easily wherever those do.