The IoT platform that ships with you
Autoconnecto is multi-tenant SaaS for connecting devices, processing payloads with optional pipelines, building live dashboards, and controlling equipment — with dashboards that stay correct after every reboot.
Built in India · INR pricing · No ThingsBoard-style rule-engine maze on day one
From device to decision
One coherent path — not a bag of disconnected microservices you stitch together.
Everything in one platform
Pick what you need. Leave pipelines blank and behavior stays exactly as today — raw ingest, no forced configuration.
Universal connectivity
ESP32 SDK, REST/MQTT ingest, device WebSocket, gateway child relay, ChirpStack & generic webhooks.
Live dashboards
Drag-and-drop builder, realtime Socket.IO, 60+ widget types — charts, maps, gauges, tables, controls.
Data pipelines
Transform telemetry before storage: rename, filter, scale, flatten, compute fields, webhooks — bound per device profile.
Attribute pipelines
Same step engine on client attribute patches — bulk key scope changes, defaults, coercion, conditional drop.
Alarms & rules
Profile alarm rules on telemetry and attributes. Escalation, acknowledge, inactivity — without a heavy rule-engine canvas.
Enterprise ready
Multi-tenant isolation, RBAC, white-label branding, custom domains, INR plans from free tier to enterprise.
Data pipelines & attribute pipelines
Two separate pipeline types, one step engine. Bind each optionally on a device profile — not per device, not tenant-wide. Blank binding means passthrough: store payloads as received.
Data pipelines (telemetry)
Run on every telemetry message before database write, realtime emit, and alarm evaluation.
Attribute pipelines (client attributes)
Run on each client attribute patch before merge into stored state — ideal for normalizing config keys from firmware.
{
"T1": 24.2,
"humidity": 61,
"extra_debug": true
}{
"temperature": 24.2,
"humidity": 61
}{
"cfg.tempMin": 18,
"cfg.mode": "auto"
}{
"config.tempMin": 18,
"config.mode": "auto"
}- Preview in UISample JSON in → transformed out, with warnings
- Fail-openPipeline errors never block ingest
- Kill switchesDisable via env without redeploying old code
Reboot-safe remote control
Operator dashboards often lie after a device reboot — toggles show the wrong state until someone clicks again. Autoconnecto ties shared attributes, client confirmation, and UI resync into one flow.
Read how it works in docs- 1
Operator sets a value on the dashboard (shared attribute).
- 2
Device applies it and confirms via client attribute.
- 3
After reboot, device reloads retained shared attributes and re-confirms.
- 4
Dashboard resynchronizes — no duplicate clicks.
Who it's for
Ready to connect your fleet?
Start on the free tier, bind a pipeline when you need it, and scale to white-label enterprise when you're production-ready.