withings-sync
withings-sync copied to clipboard
Synchronisation of Withings weight
Hi, I don't seem able to pull data older than today. I tried using --fromdate 2023-01-01 00:00 but it returns an error: withings-sync: error: unrecognized arguments: --fromdate 2023-01-01 00:00 Even...
I wrote a Batch script to sync once a day with a variable date parameter. When the script is executed manually, everything works fine. But when I run it from...
Hi, unfortunately, I cannot get docker so start. I have used the correct token, but I always get the same result: ``` 2024-04-23 09:46:10,495 - withings - INFO - Get...
The pkg_resources module comes from setuptools.
Is it possible to sync blood pressure data only? I wish to import years of historic BP data from Withings to Garmin, but would rather not create duplicate weight readings...
I'm sure this is a stupid question but I'm new to docker. I installed docker desktop for windows, pulled your container but if I start it, it runs for two...
When running the script fo the first time in docker, the run is exited with an error when I need to enter the token. The error is the following :...
I appear to be receiving an error (Bad response during GC upload: 200) when attempting to run the script (latest version) Snipped verbose log output below: ``` 2024-06-26 16:35:28,701 -...
Hi, the module cannot be installed, it throws the UnicodeDecodeError exception. Python 3.12 ``` PS C:\Users\pcname> pip install withings-sync Collecting withings-sync Using cached withings-sync-4.2.4.tar.gz (22 kB) Installing build dependencies ......
Hello, this line of code: https://github.com/jaroslawhartman/withings-sync/blob/630a7c5c3503cd2b79ca46297ab1b99cb91e1c74/withings_sync/sync.py#L309 incorrectly deletes all entries that may have already been stored in `sync_dict[dt]` in previous iterations of the loop. I've looked around briefly but simply...