Add ble-scale-sync - #779
Open
KristianP26 wants to merge 1 commit into
Open
Conversation
Contributor
|
Checking 1 entry out of 325 total. Awesome list validation✅ All checks passed -- validated 1 entry. Entries checked
What was checked
Full criteria: .github/CONTRIBUTING.md. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds ble-scale-sync as the last item under Apps > Third Party Apps.
Re-submission of #642, which was closed on the 6-month repository-age rule with an invitation to return after 2026-07-13. The repo was created 2026-01-13, so it is now 7 months old.
What it is: a headless bridge that reads weight and body composition (fat %, muscle mass, bone mass, water %, BMR, visceral fat and more) from 25+ Bluetooth smart scale brands, and publishes all 11 metrics over MQTT with auto-discovery. Sensors appear automatically as one grouped device, with LWT availability and per-metric display precision. Multi-user support matches a reading to the right person by weight, so a shared scale produces separate device entries.
It ships as an installable app via its own repository (
repository.yaml+ble-scale-sync-addon/), with MQTT credentials auto-detected through the Supervisor API, which is why Third Party Apps is the right section rather than DIY.Acceptance criteria:
README.mdat the repository root, in English.Self-promotion disclosure: I am the author, so CI will flag this. The case for inclusion: there was no open-source way to get a generic BLE body-composition scale into Home Assistant without the vendor cloud app. It covers 30 protocol adapters across brands such as Xiaomi, Renpho, Beurer, Eufy, QN, Yunmai and Arboleaf, works over built-in Bluetooth, an ESPHome BLE proxy, or an ESP32/MQTT proxy, and about 20 of the supported scales were added from user-submitted captures. There is also a community Home Assistant integration built on top of it (JustBeanie/ble-scale-hass).