Cooling Tower Unit B
Cooling System · Plant A - Roof
Latest Sensor Readings
power
870.0 kW
warn: 800 · crit: 1100
9:24:39 PM
temperature
48.7 C
warn: 45 · crit: 55
9:24:39 PM
vibration
4.2 mm/s
warn: 3 · crit: 6
9:24:39 PM
Sensor Ingestion API
POST a single reading:
POST /api/sensors/2/readings
X-API-Key: your-key
{ "type": "temperature", "value": 72.4, "unit": "C" }
Batch readings:
POST /api/sensors/2/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