Skip to content
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

When Creating more than 1 entry on BodyMiScale it is not asking for weight threshold so I can separate which user is which #238

Open
msalessandro69 opened this issue Jun 20, 2024 · 9 comments

Comments

@msalessandro69
Copy link

image

image

when trying to add a mybodyscale instance I am not seing all fields to fill such as weight threshold for the user, is this expected?

@jphansendk
Copy link

Same issue here.. did you find a solution?

@dckiller51
Copy link
Owner

Hello, this is not configured in this component. It must be done upstream.

@liakjim
Copy link

liakjim commented Jan 24, 2025

Hello, this is not configured in this component. It must be done upstream.

What do you mean by saying "upstream" ;

@dckiller51
Copy link
Owner

Hello, this is not configured in this component. It must be done upstream.

What do you mean by saying "upstream" ;

You need to create a sensor per user. You will find several examples in the issues or on the Home assistant forum. The operation is as follows: 1) I retrieve the weight from the scale 2) The weight is distributed to your user 3) Bodydcale reads this sensor

@liakjim
Copy link

liakjim commented Jan 24, 2025

Hello, this is not configured in this component. It must be done upstream.

What do you mean by saying "upstream" ;

You need to create a sensor per user. You will find several examples in the issues or on the Home assistant forum. The operation is as follows: 1) I retrieve the weight from the scale 2) The weight is distributed to your user 3) Bodydcale reads this sensor

Thank you for the reply.
Is it possible to provide a link to an example?

@dckiller51
Copy link
Owner

Bonjour, ceci n'est pas configuré dans ce composant. Il faut le faire en amont.

Que voulez-vous dire par « en amont » ;

Il faut créer un capteur par utilisateur. Vous trouverez plusieurs exemples dans les issues ou sur le forum Home assistant. Le fonctionnement est le suivant : 1) Je récupère le poids de la balance 2) Le poids est distribué à votre utilisateur 3) Bodydcale lit ce capteur

Merci pour la réponse. Est-il possible de fournir un lien vers un exemple ?

https://github.com/dckiller51/bodymiscale/issues/160

@liakjim
Copy link

liakjim commented Jan 24, 2025

Hello, this is not configured in this component. It must be done upstream.

What do you mean by saying "upstream" ;

You need to create a sensor per user. You will find several examples in the issues or on the Home assistant forum. The operation is as follows: 1) I retrieve the weight from the scale 2) The weight is distributed to your user 3) Bodydcale reads this sensor

Ok, but if i do this then i will need to stop using your integration but rather the new template sensors, correct?

@dckiller51
Copy link
Owner

Hello, this is not configured in this component. It must be done upstream.

What do you mean by saying "upstream" ;

You need to create a sensor per user. You will find several examples in the issues or on the Home assistant forum. The operation is as follows: 1) I retrieve the weight from the scale 2) The weight is distributed to your user 3) Bodydcale reads this sensor

Ok, but if i do this then i will need to stop using your integration but rather the new template sensors, correct?

No not at all. I think you haven't understood the purpose of this component. It is used to calculate your BMI, ideal weight.... (as you can find on smartphone applications linked to your personal scale). If you only want to display your weight this will not actually serve you.

@liakjim
Copy link

liakjim commented Jan 24, 2025

Hello, this is not configured in this component. It must be done upstream.

What do you mean by saying "upstream" ;

You need to create a sensor per user. You will find several examples in the issues or on the Home assistant forum. The operation is as follows: 1) I retrieve the weight from the scale 2) The weight is distributed to your user 3) Bodydcale reads this sensor

Ok, but if i do this then i will need to stop using your integration but rather the new template sensors, correct?

No not at all. I think you haven't understood the purpose of this component. It is used to calculate your BMI, ideal weight.... (as you can find on smartphone applications linked to your personal scale). If you only want to display your weight this will not actually serve you.

We fixed it! We used the template sensors as input for the different profiles in the integration instead of the scale sensor and now everything is working as I would like. We are a family of three and each person has his profile and when he gets on the scale, the template sensor which has the correct range will give the value as sensor input to the correct profile. As such I can still use your integration for each of different person.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants