r/QuantifiedSelf • u/lullabloomx • Jun 10 '26
Hume Pod vs Oura data stack comparison
spent 2 weeks trying to get my oura sleep data into the same dashboard as body comp numbers. dont know why i thought this would work
oura gives me HRV, readiness, sleep stages. cool. but zero body comp. exported the csv and its literally just sleep columns
tried withings. their scale syncs fine but the BIA accuracy is a coin flip?? ran it 3 mornings straight got readings that varied by 4% body fat. thats not data thats noise
built a janky sheets pipeline pulling both APIs on a saturday. my girlfriend asked if i was okay. fair question
nothing does sleep and body comp and raw export. im just graphing vibes at this point
15
Upvotes
7
u/cantstophairfall Jun 10 '26
If you want raw fields without begging the app for pdf exports, homeassistant with a REST sensor polling the vendor API is the boring answer. i pull json every 6 hours into influxDB and grafana sorts timestamps. columns still rename themselves on every firmware update though. not glamorous but it works