MQTT node converts topic

Hello everyone,

I realized that the MQTT out node converts dots in the topic to slashes.
e.g. something.else --> something/else

Is there a way to change this behavior?

Kind regards

Not for me it doesn't

[{"id":"24e71480.6dc264","type":"inject","z":"bdd7be38.d3b55","name":"","topic":"test/something.else","payload":"","payloadType":"date","repeat":"","crontab":"","once":true,"onceDelay":0.1,"x":135,"y":920,"wires":[["31d5c99c.3d36be"]]},{"id":"31d5c99c.3d36be","type":"mqtt out","z":"bdd7be38.d3b55","name":"","topic":"","qos":"","retain":"","broker":"e3d45312.a3103","x":321,"y":923,"wires":[]},{"id":"8dd52a02.3861c","type":"mqtt in","z":"bdd7be38.d3b55","name":"","topic":"test/#","qos":"2","datatype":"auto","broker":"e3d45312.a3103","x":120,"y":991,"wires":[["44eb473f.7fd67"]]},{"id":"44eb473f.7fd67","type":"debug","z":"bdd7be38.d3b55","name":"","active":false,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":308,"y":989,"wires":[]},{"id":"e3d45312.a3103","type":"mqtt-broker","z":"","name":"","broker":"owl2.local","port":"1883","clientid":"","usetls":false,"compatmode":true,"keepalive":"60","cleansession":true,"birthTopic":"","birthQos":"0","birthPayload":"","closeTopic":"","closeQos":"0","closePayload":"","willTopic":"","willQos":"0","willPayload":""}]

Post a mini flow showing the problem.

Hey,

after trying your mini flow i realized my mistake.
Its acutally not the mqtt out node... its probably my activemq... :see_no_evil:

Thanks for the help :slight_smile:

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.