Skip to content

Common Mistakes

Frequent MQTT and device integration mistakes.

  • Using another device's credentials
  • Using wrong client ID (must match device UID)
  • Subscribing to a wrong topic (devices/{uid}/commands instead of devices/{uid}/command)
  • Publishing telemetry to a wrong topic path
  • Sending command payload without cmd
  • Sending telemetry too aggressively without interval/backoff