-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add_body_composition service ignores entity_id parameter #146
Comments
#133 <- just saw this is just a more detailled duplicate of issue 133 |
HI, issue 133 was mine. If this works I will give it a try, but not sure how to add twice. Any steps would be very helpful. |
Hi Joss, just duplicate the folder. Then go through the files and adjust the name/domain like in my picture. It is only a couple of references. Restart hass and add another (now Garminconnect2) device with the secondary credentials |
I had this issue as well! |
I'll add a 'me too'. This needs a unique device ID so the sensors created are unique to the device. Ideally, a name at setup time can be added so the sensors would be |
@cornholio1234 Have you customised anything other than Edit: I have also changed the following strings to garmin_connect2, now the integration works. It still doesn't have a picture, but that doesn't matter. |
Hi, looks like you found it - guess it was the one in const.py - i did not adjust the integration in the services.yaml but it seems to make no difference. (I have no icon for the second instance too). |
Unfortunately, I rejoiced too soon. Although I now have the garmin_connect2, the weight is uploaded to the first Garmin account of garmin_connect. I'm really wondering why this is the case, after all I explicitly specify garmin_connect2.
|
Entity id used or at least the service code has been put inside the sensor class code, which wasn't the case. Can you test release 0.2.27, thanks for reporting! |
We habe two garmin accounts for me and my wife.
I can add both accounts and HA is fetching the data for both, but updating the weight using the service will always end up in the first account linked.
I played around and found out that the entity_id is not relevant at all. I can just enter random characters and the first account is updated with the values. Any idea how to improve this behavior to allow multiple accounts linked?
The text was updated successfully, but these errors were encountered: