Skip to content

Model Configuration MQTT Topics

The platform sends the following MQTT messages to all the devices of a given model when the model configuration is changed.

Each MQTT message sends a value of 1 for enable or 0 for disable in the message body.


  • MQTT topic: ctrl/live_can_data
  • Payload:
    • 1 when enabled
    • 0 when disabled
  • This always sends as 0 when Enable Live Data is disabled in the General tab
  • MQTT topic: ctrl/live_gps_data
  • Payload:
    • 1 when enabled
    • 0 when disabled
  • This always sends as 0 when Enable Live Data is disabled in the General tab

  • MQTT topic: ctrl/log_file
  • Payload:
    • 1 when enabled
    • 0 when disabled
  • This always sends as 0 when Enable Logging is disabled in the General tab
  • MQTT topic: ctrl/gps_file
  • Payload:
    • 1 when enabled
    • 0 when disabled
  • This always sends as 0 when Enable Logging is disabled in the General tab
  • Only available for models of type Connected Logger.
  • MQTT topic: ctrl/event_file
  • Payload:
    • 1 when enabled
    • 0 when disabled
  • This always sends as 0 when Enable Logging is disabled in the General tab
  • Only available for models of type Connected Logger.
  • MQTT topic: ctrl/enable_upload_schedule
  • Payload:
    • 1 when enabled
    • 0 when disabled