Appearance
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}/commandsinstead ofdevices/{uid}/command) - Publishing telemetry to a wrong topic path
- Sending command payload without
cmd - Sending telemetry too aggressively without interval/backoff