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.


Live Data Toggles

Live CAN Data

  • 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

Live GPS Data

  • 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

Logging Toggles

Upload Log Files

  • 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

Upload GPS Files

  • 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.

Upload Event Files

  • 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.

Enable Upload Schedule

  • MQTT topic: ctrl/enable_upload_schedule
  • Payload:
    • 1 when enabled
    • 0 when disabled