If I understand the WAHOO API right, you could push weight through that way, so Intervals, could in theory push directly to Wahoo?
Currently I have a Withings Body+ Smart Scale in one location and a dumb scale in another. With the dumb scale, I manually input the Weight into the Withings Health app - that way I can pull that data from the Withings API and push it into the Intervals.icu API - Garmin somehow died, but I don’t really care about the weight there → my Oura ring should arrive tomorrow, since I use that only for wellness data, weight shouldn’t matter too much over there and for the Wahoo, I’m going to look at the api again soon, maybe I can rig something up to get data from intervals (FTP, Weight) and push it to Wahoo
How do you pull the info from Withings? I have the same body+ smart scale and although the Health mate app is connected to Google Fit and in Intervals I’m also connected to Google Fit, I can’t get the weight to show up automatically in intervals.
Well for me there is nothing “automatic”. But being an it nerd I’d rather code something myself, than force my data through a bunch of services that I’m not going to use otherwise
So I did just that. I have a script running daily, that pulls my data from the Withings API and pushes it into Intervals. An example script is linked here
In your original question you were suggesting entering your weight manually somewhere and then sync that weight between intervals, strava and Wahoo. Is that still the question?
I have a python script to read from strava and a script to read / write to intervals. Since I have no Wahoo, I don’t have a script for that, but do see they have an API available as well where weight is part of the user info.
In other words, you can use any of those three to enter your weight and then have a script sync it to the other two.
Thanks, for now I’ve chosen to enter my weight to Intervals, but I am not really able to write myself a script to sync to Wahoo - apart from asking ChatGPT ^^
Still a beginner in Python, but I can give it a try. I now have a number of examples for other APIs, maybe I can get it working for Wahoo as well. Would you be able to run Python scripts?
mine took no more than a few hours, haven’t tried anything with it yet though. Hopefully tomorrow on the train (if the internet isn’t too slow) I have 4h to play with it.
But now the big question, I just can’t find a webpage to login to view athlete data. I’m searching for something like a strava webpage to show all my rides etc. All I can find is the wahoofitness page which is more like a shop.
For those with Apple Watch / Apple iOS devices, does all these systems (Withings, Wahoo, Strava, Garmin or whatever other apps) has ability to sync to Apple Health?
If yes, then I think that’s a very easy solution (for me) to actually just get data from Apple Health and feed it into Intervals (thru my BreakAway: Indoor Training App)