-
Notifications
You must be signed in to change notification settings - Fork 10
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
No Nutrition data #17
Comments
Nobody can help me? It's been few days that I use this integration, and it's frustrating that I can't have nutrition data in my HA instance. Thank you |
I just tried https://developers.google.com/oauthplayground to view if my data are present, querying derived:com.google.nutrition:com.google.android.gms:merged it correctly returns data. For example:
|
Have you been able to solve the problem? |
I found out that the code for this custom component is wrong, not only for nutrition, but also for other parameters. I solved cloning it in my github repository and fixing all the bugs I found out. |
When I added your code to sensor.py, it returned the error:
Line 14 is missing an "s": component -> components Now i works like a charm! Thank you very much! |
Yeah, you're right... I fixed it on my HA but I forgot to push the fix into the repository |
Hello, I integrated this component and all works well (all the data that I have on Google Fit app are correctly showed in HA) except Nutrition data.
I've integrated MyNetDiary with Google Fit and it sends data correctly. For examples I can see that today at 00:09 local time, I've 3 foods with all their information. But in HA the Nutrition entity is empty
The text was updated successfully, but these errors were encountered: