MQTT Transmission Question

I have Zigbee2MQTT publishing to the Cirrus Link MQTT Distributor. The MQTT Engine pulls the tags in just fine. But I haven’t figured out how to write back to the devices in my Zigbee network. It looks like the problem is that the Transmission module publishes all the topics under spBv1.0. Is there a way I can configure my transmission to publish to a different root topic?

Thanks,
Daniel

If Zigbee2MQTT isn’t Sparkplug compatible then I think you need to be using a custom namespace and the system.cirruslink.engine.publish scripting function.

1 Like

I will give that a try but I think that should work! I am already using a custom namespace to pull in the tags. Thank you for the quick reply.