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

Is visceral_fat correct? #181

Closed
home409ca opened this issue Jul 24, 2023 · 5 comments
Closed

Is visceral_fat correct? #181

home409ca opened this issue Jul 24, 2023 · 5 comments

Comments

@home409ca
Copy link

For the given data: 20.01.1992, female, height 160cm, weight 56.85, visceral_fat returns the value of 1%.

@borpin
Copy link
Contributor

borpin commented Oct 15, 2023

Yes I have seen this as well.

@dckiller51
Copy link
Owner

In my tests of the day
Female weight = 60 < 69 Height = 166 visceral_fat = 1
Female weight = 70 < 76 Height = 166 visceral_fat = 8,0
Female weight = 77 < 82 Height = 166 visceral_fat = 9,0
Female weight = 83 < 89 Height = 166 visceral_fat = 10,0

male weight = > 49 Height = 176 visceral_fat = 1
male weight = 50 Height = 176 visceral_fat = 1,0
male weight = 51 < 52 Height = 176 visceral_fat = 2,0
male weight = 53 < 54 Height = 176 visceral_fat = 3,0
male weight = 73 < 74 Height = 176 visceral_fat = 13,0

@dckiller51
Copy link
Owner

Unfortunately we all have the same source to calculate it. You should be able to uncap the latest android version of zepp life

@dckiller51
Copy link
Owner

dckiller51 commented Oct 15, 2023

@borpin
I found another formula. It seems correct to me. Is it possible for you to give me the expected result for a lady? Via the official application then I would need the height, weight and impedance

update
It's okay, I have something to do here. It works
https://github.com/dckiller51/bodymiscale/issues/27#issuecomment-1236076084

dckiller51 added a commit that referenced this issue Oct 15, 2023
#27 #181 Fixes the problem of visceral fat result
@dckiller51
Copy link
Owner

update v3.1.2

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

3 participants