Daily Goal Progress Alert
Send a notification in the afternoon if you have only hit half your daily water target.
Send a notification in the afternoon if you have only hit half your daily water target.
Append daily intake to a spreadsheet to track patterns across weeks.
Email yourself a weekly average and highlight days where you fell short.
Show your daily water intake on a Home Assistant dashboard and trigger a reminder at set intervals.
Log hydration alongside sleep and step data to see if hydration affects your activity levels.
Build a Notion tracker that marks each day green or red based on whether you hit your water goal.
HC Webhook sends a JSON object to your endpoint. The hydration field contains an array of readings from the last sync window.
{
"timestamp": "2026-04-15T23:59:59Z",
"hydration": [
{ "ml": 2400, "time": "2026-04-15T23:59:59Z" }
]
}