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?
I use Tasker to log my weight to a Google Sheets spreadsheet, and just use a dumb scale.
The only piece of technology in my house is a toaster from 1982, and I keep a loaded shotgun next to it just in case it makes a noise I don’t recognize.
I do similar with a shortcut on my phone to a NocoDB Form.
What if the shotgun makes a noise you don’t recognize? Hit it with the toaster?
I have a cheap $20 1byone scale from Amazon but it’s actually fantastic.
Quick google search it seems your only options for HA are Xiaomi scales with bluetooth paired to a mcu with esphome.
I have a withings and I really like it. Their privacy policy made me feel better about allowing my info on the cloud. You can run it offline (it sends weight via Bluetooth to the app but won’t show 7-day trend an scale screen without wifi). I don’t mind that, so I leave it disconnected. I don’t use a home assistant though so I can’t speak to that part.
I have the withings watch also, so I use the app as my catch all health tracker which works well. it’s nice to have everything together. Can’t speak to any others but I’d recommend withings.
I went from Fitbit to Withings, that Fitbit scale was nothing but pain. Every time my battery started getting low it would disconnect from Wi-Fi and I have to re pair it. It was inconsistent, If you pick it up and move it a foot to the left you get a completely different reading than if you just leave it where it sits. Because of the messed up fluctuations, It constantly identified the wrong person in the house.
Had the Withings scale for 4 years now and it’s just been fine.
I have a Xiaomi scale connected through an esp Bluetooth proxy. Works pretty well.
The process for this is to obtain an EPS32 with bluetooth and wifi, pair it to the scale with bluetooth then keep it powered on in range of the scale, then the data goes into HA?
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.
Which firmware did you load into the ESP?
Firmware apart what did you have to do?