MQTT: Receive Datapoints
This command subscribes to an MQTT topic to receive updates on a specific datapoint:
mqttx sub -t 'drivr/v1/{slug}/systems/{systemUuid}/components/{component-code}/services/{service-code}/index/{service-index}/characteristics/{characteristic-code}/dp'
-h mqtt.drivr.cloud -l mqtts -p 8883
--key client.key --cert certificate.pem --ca ca.pem
Example
Topic: drivr/v1/test-domain-slug/systems/00d595ea-9f57-42a5-b3d4-aa766566c7d0/components/test-component/services/test-service/index/0/characteristics/test-characteristic/dp QoS: 0
{
"timeStreamUuid": "5ff9d8af-9956-5527-9689-204600710e6b",
"time": "2025-03-03T12:04:50.571676+00:00",
"value": "test-value"
}