Fever Alert
Send a notification when your temperature goes above 37.5°C.
Send a notification when your temperature goes above 37.5°C.
Append each reading to a Google Sheet to track how your temperature changes over days of illness.
Log temperature in Notion with timestamps so you can see when your fever broke.
Show your latest temperature on a Home Assistant dashboard alongside other health metrics.
Log temperature after intense workouts to monitor for heat stress patterns.
Chart temperature alongside heart rate and SpO2 in Grafana during illness periods.
HC Webhook sends a JSON object to your endpoint. The body_temperature field contains an array of readings from the last sync window.
{
"timestamp": "2026-04-15T08:00:00Z",
"body_temperature": [
{ "celsius": 36.8, "time": "2026-04-15T08:00:00Z" }
]
}