MQTT Topic Formatting Issue with EBO and Mosquitto Broker

Hi everyone, I hope someone can help me with this MQTT topic formatting issue I’m encountering. I’ve successfully set up the MQTT interface on an EBO v3 server following a YouTube tutorial, but I’m connecting to a self-hosted Mosquitto broker instead of Azure. The problem is that I’m seeing an unexpected ‘=’ sign at the beginning of my topic structure. For example, on my broker at mqtt.cetools.org, I’m seeing /UCL/EBO which contains the value = /SarelES/Escalators/E24/Values/Response_2/Value = 0. What I was hoping for was /UCL/EBO/SarelES/Escalators/E24/Values/Response_2/Value = 0, without the ‘=’ before /SarelES. I’ve gone through the settings but can’t figure out where I’m going wrong. Does anyone have any suggestions or know if the MQTT configuration isn’t designed to work this way? I’d really appreciate any insights or guidance. Thanks!