Opt-in module
Open Ozibus App
Dashboard
Implementation checklist
- Create tenant-aware device registry tables.
- Connect MQTT broker credentials and HTTPS ingestion tokens.
- Persist telemetry into a time-series store or summary table.
- Emit alert events into Ozibus automation and notification services.
Telemetry example
{
"tenant_id": "merchant_123",
"device_id": "bus-42",
"event_type": "telemetry.received",
"payload": {
"temperature": 21.8,
"battery": 86,
"status": "online"
}
}