Compressor Station #3
Compressor · Plant B - Level 2
Latest Sensor Readings
power
3820.0 kW
warn: 3500 · crit: 4000
9:54:39 PM
temperature
81.2 C
warn: 70 · crit: 85
9:54:39 PM
vibration
8.9 mm/s
warn: 6 · crit: 9
9:54:39 PM
Sensor Ingestion API
POST a single reading:
POST /api/sensors/3/readings
X-API-Key: your-key
{ "type": "temperature", "value": 72.4, "unit": "C" }
Batch readings:
POST /api/sensors/3/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