I have a Wyze scale, it's well made and easy to export the data via email automatically.
Selfhosted
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:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
Wait what I thought this was satire at first
you can't even poke fun at selfhosted people anymore because someone WILL 100% spend 48 hours straight 3d printing and programming a toothbrush
edit: you have to be kidding me https://kuenzi.dev/toothbrush/
That would be a fun thread. What’s the most unnecessary self hosted thing you’ve seen someone host or host
Lmao
I think looking at openscale would be worthwhile:
https://github.com/oliexdev/openScale/wiki
Looks like it can push to mqtt? Huh, that's new to me.
Also, if you want HA, there's this:
https://github.com/lolouk44/hassio-addons/blob/master/mi-scale/DOCS.md
Good luck!
Can you just get a normal scale? I just have a mechanical one from the last century
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?
I don't know what you are trying to say. (Your sentence is a run on)
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.
It just feels like a very dark reality
If you can find an old working Wii Fit Balance Board you can use it as a very accurate Bluetooth scale.
Did you do that?
If yes, could you share some info about it?
Looks like a few folks have
https://github.com/schellingb/WiiBalanceScale
https://github.com/aelveborn/Wii-Scale
Going to have to try this out myself!
It's interesting how old console tech comes back around to be useful for other stuff. I've used a couple Xbox Kinects to do 3D scanning and with an augmented reality sand box.
Really? That’s a good idea.
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 am SCP-426, your toaster.
The only technology in my house is me, and I keep a loaded shotgun next to me in case I make a noise I don't recognize.
(Am I doing this right?)
What if the shotgun makes a noise you don't recognize? Hit it with the toaster?
If my shotgun starts making strange noises, I check the brownies.
I can't help, I wish I could, but I'm curious. Why a smart scale? Why not just any dumb scale from Bed Bath and Beyond?
I like data, I like tech, I like investing large amounts of time and energy to self-host things that muggles would not bother with.
I'd guess automatic history tracking. Step on it every morning and it'll automatically save your weight to Home Assistant or whatever so you can see if you're gaining/losing over time.
I suppose that makes sense, honestly I just go with "more/less than last time" lol. If I went more in depth with it I'd probably use a pen and paper.
Cumulatively pen and paper will add up to more effort. And I would person give up at some point. It would probably never enter my daily jabits. Realistically if on the scale everyday, the changes are so minute you won't notice the monthly and longer duration trends.
It's really surprising there isn't a no bullshit option you could just buy
I don't keep track of my weight so I could be wrong here, but more/less than last time wouldn't be very helpful as your weight can vary by the day. You need a trend over weeks to really see what's going on. I definitely wouldn't use pen/paper as it's just too much data to organize and graph, but excel would be a reasonable alternative.
Body fat tracking etc
OpenScale works great and kind of does what you want. If you have an old Android phone laying around you can have it persistently connected to a cheap Bluetooth scale. Functional, but at a much have higher power cost than an ESP32 solution. Automated database exports to a local file (on the android device) and Syncthing can move your data around for analysis.
The good folks over at Gadgetbridge might have a solution too, although their list of supported scales looks pretty short.
You might also look into making a project like rmfakecloud to trick your Fitbit device into pushing data to a local server.
Not sure about home assistant though, I've never used it.
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 don’t have any options for you but make sure you get one that doesn’t use battery when not in use. It’s really annoying replacing those little coin batteries all the time even though you only use it like .001% of the time
It doesn't sync to homeassistant, but I use a Xiaomi scale with openScale off of F-Droid. There's a few different scales supported: https://github.com/oliexdev/openScale/wiki/Supported-scales-in-openScale
I also use openScale from F-Droid, in combination with this Bluetooth scale:
https://sanitas-online.de/de/p/sbf-70-bluetooth-glas-diagnosewaage/
Not local, but I’ve been using my withings scale for at least 5 years, and I sync the weights with its home assistant automation from the withings api, then plot the data on a custom health dashboard I made.
I’d love a local alternative, but regardless I haven’t had any problems with my setup.
I’ve had a withings scale for like 5 or 6 years, use trendweight.com for a graph, I haven’t had any problems with it besides replacing the batteries every year or so
Where's that meme about tech enthusiasts and tech employees with a printer gun, where does this guy fall
Quick google search it seems your only options for HA are Xiaomi scales with bluetooth paired to a mcu with esphome.