Question: Google Fit hydration data

Hey there! Does any of you know on how to access the hydration data in google fit? It seems to me, there is no way yet, although I connected via google health. If it’s not available yet - is that on a roadmap somewhere? Thank you!

I’ve managed to pull hydration via Tasker + Health Connect Plugin. Here is the logic:

Tasker: Use Variable Set with Do Maths to get a start timestamp (e.g., %TIMEMS - 86400000).

Plugin: Use Read Aggregated Data action.

Metric: HydrationRecord.VOLUME_TOTAL

Start Time: Your variable.

Result: You’ll get a JSON string like {“Hydration_volume_total”:0.8…}. Just parse the value using Variable Search Replace and send it to Kustom via KWGT Send Variable.