Pump Assembly P-07
Centrifugal Pump · Plant A - Ground
Latest Sensor Readings
power
198.0 kW
warn: 220 · crit: 280
9:39:39 PM
temperature
54.1 C
warn: 60 · crit: 75
9:39:39 PM
vibration
3.8 mm/s
warn: 4 · crit: 7
9:39:39 PM
Sensor Ingestion API
POST a single reading:
POST /api/sensors/5/readings
X-API-Key: your-key
{ "type": "temperature", "value": 72.4, "unit": "C" }
Batch readings:
POST /api/sensors/5/readings/batch
{ "readings": [
{"type": "temperature", "value": 72.4, "unit": "C"},
{"type": "vibration", "value": 2.1, "unit": "mm/s"},
{"type": "power", "value": 4200, "unit": "kW"}
]}
Maintenance History