get_hydrometer_telemetry
Retrieve historical telemetry from a RaptPill hydrometer, including gravity, temperature, and battery readings over a specified time range.
Instructions
Get historical telemetry data for a RaptPill hydrometer. Returns timestamped gravity, temperature, and battery readings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | No | End date in ISO 8601 format | |
| start_date | No | Start date in ISO 8601 format (e.g. 2024-01-01T00:00:00Z) | |
| hydrometer_id | Yes | UUID of the hydrometer/RaptPill | |
| profile_session_id | No | Optional UUID of a specific profile session to filter by |