Live telemetry

Device Logs Dashboard

Monitor incoming device payloads in real time. Filter by device, inspect raw JSON, and keep an eye on activity.

Last refresh

Total entries

0

Polling

Active

Incoming logs

Showing all devices

Device ID Received Payload
Waiting for data…

Send device data

POST JSON to the ingest endpoint with a deviceId query param.

curl -X POST \
  -H "Content-Type: application/json" \
  "https://ppl.burczyk.com.pl/ingest?deviceId=device-0042" \
  -d '{"status": "ok"}'