GET /v2/devices/{device_id}/telemetry
Returns telemetry data for a specific device. Results are sorted by device time ascending. Supports cursor-based pagination.
curl -k "https://api.illumience.com:11443/v2/devices/{device_id}/telemetry?from=1709251200&to=1709337600&limit=100" \
-H "Authorization: Bearer <api_key>"Parameter
Type
Description
Parameter
Required
Type
Default
Description
{
"total": 100,
"has_more": true,
"next_cursor": 1709308801.0,
"pings": [
{
"device_id": 4521,
"cloud_unixtime": 1709251260.0,
"device_unixtime": 1709251260.0,
"device_date": "2024-03-01",
"device_time": "00:01:00",
"device_datetime_tz": "2024-03-01T02:01:00+02:00",
"data": {
"bv": 52.1,
"bc": 3.2,
"bt": 25.0,
"p1v": 38.5,
"p1c": 8.1,
"l1v": 230.0,
"l1c": 2.5
},
"statuses": {
"l1": { "en": true, "lvd": false },
"batt": { "en": true, "batt_charging_en": true }
}
}
]
}Field
Type
Description
Field
Type
Description
Code
Cause
Last updated