Opt-in module

Dashboard

Open Ozibus App
Registered devices 0 Waiting for registry storage
Online now 0 Heartbeat rules pending
Open alerts 0 Threshold rules pending
Commands queued 0 Command queue pending

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" } }