Appearance
Device connectivity
Autoconnecto accepts telemetry over HTTP, MQTT, WebSocket, integration webhooks, and gateway relay.
Connection paths
Direct device
- Create a device and copy its device token from Device Details.
- Send JSON or CBOR to POST /api/v1/{deviceToken}/telemetry.
- Alternatively publish to MQTT topic devices/{deviceToken}/telemetry.
- Use Test telemetry on the device page to verify ingestion.
Gateway hub
- Create a device and enable Mark as Gateway Device.
- Connect the hub using the gateway device token.
- Create child sensor devices and relay with childDeviceId in the payload.
- Use Test relay on the gateway Details page for a quick check.
LoRaWAN / external webhook
- Create a device (optional LoRa DevEUI field for ChirpStack/TTN).
- integration.external_id is set automatically to the device ID.
- For LoRa: enter DevEUI on create or in Check connectivity → LoRa tab.
- Copy tenant webhook URL from Tenant Settings and send an uplink.
Where to find this in the app
- Device Details → Check connectivity (HTTP, MQTT, WebSocket, gateway, LoRa per device)
- Tenant Settings → LoRa & integration webhooks (tenant webhook URLs and secret)
- Devices → Create device → Check connectivity on success
