Garmin Connect - Weight sensor

Hi…

I’m trying to use the Garmin Connect integration.
I can connect to my Garmin Connect profile and get a lot of sensors and data.
I’m not able to get any data on my weight. I have enabled the entity, as it’s disabled by default.

Any advice in getting some data on the weight sensor?

Edit: I found it. You have to go to the list of entities for the integration, then there’s a filter button at the top right where you can turn on showing disabled entities. It’ll then be in the list and you can select it and enable it.

I have activated all the body related sensors (such as weight, BMI, etc.) since I have them available in Garmin Connect.
Unfortunately they don’t get imported by ha’s garmin_connect integration.
Debug log shows

2021-02-01 13:51:25 DEBUG (MainThread) [homeassistant.components.garmin_connect.sensor] Entity type weight not set in fetched data
2021-02-01 13:51:25 DEBUG (MainThread) [homeassistant.components.garmin_connect.sensor] Entity type bmi not set in fetched data
2021-02-01 13:51:25 DEBUG (MainThread) [homeassistant.components.garmin_connect.sensor] Entity type bodyFat not set in fetched data
2021-02-01 13:51:25 DEBUG (MainThread) [homeassistant.components.garmin_connect.sensor] Entity type bodyWater not set in fetched data
2021-02-01 13:51:25 DEBUG (MainThread) [homeassistant.components.garmin_connect.sensor] Entity type bodyMass not set in fetched data
2021-02-01 13:51:25 DEBUG (MainThread) [homeassistant.components.garmin_connect.sensor] Entity type muscleMass not set in fetched data

If it makes a difference: This data is being fed into Garmin Connect by https://github.com/jaroslawhartman/withings-sync originating from my Withings device.

Does anyone know how to fix / workaround this issue?

Partialy OT: If someone has a solution to get the data via HA’s Withings integration and then forward it correctly to Garmin, I’d highly appreciate this, since it is obviously not possible to let HA and Garmin access the same data on Withings.

Answering my own question:
There needs to be data available from today as the default API call is limiting results with from and to dates of today. :roll_eyes: