Can send Data to my MQTTX

I can’t send my subscribeAttribute to my MQTTx. I followed the steps from the example [‘Tutorial: Connect your MQTT Client · openremote/openremote Wiki · GitHub’] but nothing is showing up. I am using Mosquitto as my broker, with ports 1883, and everything is on my localhost. I also added the necessary permissions for connections to port 1883 in Docker and Mosquitto.

I’m a beginner with all this, and to be honest, I’m not quite sure what I’m missing. In OpenRemote, I have already configured my agent, and in my assets section, I set it up as follows:


I also tried changing the version of MQTTX.
I don’t know if anyone could help me, I would really appreciate it.

When I check my MQTTX, nothing comes through, so I must be doing something wrong.

This is my agent, everything is on localhost

Be aware that the manager runs within a docker container, localhost from within the container does not mean your actual host machine, you can use host.docker.internal which should resolve back to your host localhost.

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