Industrial automation, SCADA integration, and AI-powered predictive maintenance for manufacturing environments
eldric-iiotd Port 8896Unified Architecture for modern industrial systems
Legacy protocol for PLCs and sensors
MQTT-based industrial IoT standard
Time-series storage with SQLite, PostgreSQL, TimescaleDB, or InfluxDB. Compression and retention policies.
Industrial alarm handling with severity levels, acknowledgment workflow, and ISA-18.2 compliance.
Store, version, and download recipes to equipment. Parameter validation and approval workflows.
Real-time Overall Equipment Effectiveness with availability, performance, and quality metrics.
Reliable data delivery with local buffering during network outages. Encrypted storage option.
Predictive maintenance, anomaly detection, and natural language queries about industrial data.
| Endpoint | Method | Description |
|---|---|---|
/health |
GET | Health check and status |
/api/v1/opcua/connect |
POST | Connect to OPC-UA server |
/api/v1/opcua/read |
POST | Read node values |
/api/v1/opcua/write |
POST | Write node values |
/api/v1/opcua/subscribe |
POST | Create data subscription |
/api/v1/modbus/read |
POST | Read Modbus registers |
/api/v1/modbus/write |
POST | Write Modbus registers |
/api/v1/historian/write |
POST | Write to historian |
/api/v1/historian/query |
POST | Query historical data |
/api/v1/alarms |
GET | Get active alarms |
/api/v1/alarms/{id}/ack |
POST | Acknowledge alarm |
/api/v1/oee/{equipment} |
GET | Get OEE metrics |
/api/v1/recipes |
GET/POST | Manage recipes |
/api/v1/ai/query |
POST | Natural language query |
/api/v1/ai/predict |
POST | Predictive maintenance |