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?

    • interdimensionalmeme@lemmy.ml
      link
      fedilink
      English
      arrow-up
      1
      ·
      52 minutes ago

      How do you automatically compile the daily readings into an excel file with graphs? Raspberry pi running opencv sending the time series to influx db and then grafana generate graphs for you home assistant health monitoring dashboard, along with the blood pressure monitor, continuous glucose monitor, pee ketone content, the pills dispenser and the rest of your fitness regimen?

    • thirdBreakfast@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      13
      ·
      1 day ago

      I mean, yes, I could. But I’m committed to the #selfhosted life where I spend hours building unnecessarily complicated systems to make my life easier in small ways.