this post was submitted on 14 Dec 2024
135 points (96.6% liked)

Selfhosted

60281 readers
684 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

I've had a fitbit wifi bathroom scale for a while. Getting the data out got suddenly more difficult when Google bought them, and I didn't love giving that data to google. It's finally died, and I'm looking at replacement options.

In a perfect world, I could just go to a store and buy a "HomeAssistant Ready" scale. If I can't have that, I'd like a scale that is on my local network and exposes the last x weigh-ins as an API on the device, then I could write something to poll it.

I haven't seen anything like those, but have turned up:

  • a project to decode the bluetooth transmissions of a number of scales (after you build an ESP32 device for it)
  • the Withings cloud based scale, but with a well documented API

Any other good options?

you are viewing a single comment's thread
view the rest of the comments
[–] KyuubiNoKitsune@lemmy.blahaj.zone 4 points 2 years ago (1 children)

Yep, pretty much. Just get an ESP32 and not an 8266.

I have it plugged into an old Nokia charger and hidden in a cupboard to service all the Bluetooth temperature and door sensors.

When I use the scale it automatically sends the data to HA. Really convenient to use.

[–] peregus@lemmy.world 1 points 2 years ago* (last edited 2 years ago) (1 children)

Which firmware did you load into the ESP?
Firmware apart what did you have to do?

ESPHome has firmware for the BT proxy:

https://esphome.io/projects/?type=bluetooth

The I installed the xiaomi app on my phone, I think it was called zepp life or something for the scale I have, you do the initial setup of the scale on there, and then it'll be picked up by the Bluetooth proxy.