Main Turbine Generator #1
Turbine Generator · Plant A - Bay 1
Latest Sensor Readings
power
4200.0 kW
warn: 4800 · crit: 5200
8:24:39 PM
temperature
72.4 C
warn: 85 · crit: 95
8:24:39 PM
vibration
2.1 mm/s
warn: 5.5 · crit: 8
8:24:39 PM
Sensor Ingestion API
POST a single reading:
POST /api/sensors/1/readings
X-API-Key: your-key
{ "type": "temperature", "value": 72.4, "unit": "C" }
Batch readings:
POST /api/sensors/1/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