Compatibility from Withings.

Can anyone add compatibility from Withings?  A lot of people use their blood pressure monitor and scales. Withings have open API, however it requires their partner apps to develop their compatibility and app. This should be a quick easy fix. At present a lot of people are using third party apps to run through say myfitnesspal in order to update their Garmin app with their data. One person I have read built their own virtual machine to run their data through. Not everyone can do this. People want their data on Garmin connect. 

  • I built a solution for exactly this problem.

    After seeing this thread unanswered for 5 years — and dozens of similar
    threads across Garmin and Withings forums — I created a web app that
    connects directly to Withings, Polar, Fitbit, and Strava (we hope Garmin comming soon) through their
    official OAuth 2.0 APIs.

    It pulls body composition from Withings (weight, fat%, muscle, water,
    bone mass), heart rate + HRV + sleep from Polar/Fitbit, and activities
    from Strava — then computes 13 health indices (body status, training
    readiness, recovery, bio age, illness prediction, etc.) in a single
    dashboard.

    No MyFitnessPal workaround, no Docker containers, no CSV imports.
    Just connect your accounts and the data syncs automatically.

    Free, no credit card: https://aiclysm.com/mybodyai

    Tech details: Python/Flask backend, React frontend, per-user SQLite,
    each provider via official OAuth 2.0 with proper token management.

    The cross-device problem has been unsolved for over a decade across
    these forums. This is my attempt at fixing it.
    @aiclysm