Dear all,
I am running docker command:
docker run -v ${HOME}:/root --interactive
--tty --name withings ghcr.io/jaroslawhartman/withings-sync:master --fromdate=2022-01-01 --features=BLOOD_PRESSURE
2024-01-09 14:11:09,297 - withings - INFO - Refresh Access Token
2024-01-09 14:11:09,782 - root - INFO - Fetching measurements from 2022-01-01 00:00 to 2024-01-09 23:59
2024-01-09 14:11:10,040 - withings - INFO - Get Measurements
2024-01-09 14:11:10,389 - root - INFO - 2023-12-04 11:02:06 This Withings metric contains no weight data or blood pressure. Not syncing...
2024-01-09 14:11:10,394 - root - INFO - No TrainerRoad username or a new measurement - skipping sync
2024-01-09 14:11:10,394 - root - INFO - No Garmin username - skipping sync
PS C:\Users\rorogelj\OneDrive\Documents\Privat\Develop\withings\withings-sync>
...but I don't get any data, although I have reading available in application and web portal? What might be the reason? Is is possible, I was not authenticated correctly? How can I re-authenticate?
I realised what was wrong...it was mistake on my side....I made a mistake with how I provided parameter BLOOD_PRESSUE....I addded "=" by accident. WIthouth it is working like a charm.
Dear all, I am running docker command: docker run -v ${HOME}:/root --interactive --tty --name withings ghcr.io/jaroslawhartman/withings-sync:master --fromdate=2022-01-01 --features=BLOOD_PRESSURE 2024-01-09 14:11:09,297 - withings - INFO - Refresh Access Token 2024-01-09 14:11:09,782 - root - INFO - Fetching measurements from 2022-01-01 00:00 to 2024-01-09 23:59 2024-01-09 14:11:10,040 - withings - INFO - Get Measurements 2024-01-09 14:11:10,389 - root - INFO - 2023-12-04 11:02:06 This Withings metric contains no weight data or blood pressure. Not syncing... 2024-01-09 14:11:10,394 - root - INFO - No TrainerRoad username or a new measurement - skipping sync 2024-01-09 14:11:10,394 - root - INFO - No Garmin username - skipping sync PS C:\Users\rorogelj\OneDrive\Documents\Privat\Develop\withings\withings-sync> ...but I don't get any data, although I have reading available in application and web portal? What might be the reason? Is is possible, I was not authenticated correctly? How can I re-authenticate?