Set up MQTT server

Hi!

I’m trying to integrate a Mosquito server into my system.

I’ve done the following steps, but it does not work that way.

yum -y install mosquitto
systemctl start mosquitto
systemctl enable mosquitto
config set mqtt service status enabled tcp ports 1883 access green

The service is running, but I can not access from the LAN.
The mosquittoconf I adapted something, port 1883 released.

Everything else I have left so far, wants to test something with mqtt and Tasmota devices.

Does anyone know what I have overlooked?

greetings
Gerald

1 Like

Hi Gerald,

Is there a typo at “tcp ports”?

config set mqtt service status enabled TCPPort 1883 access green

Did you apply the firewall changes?

signal-event firewall-adjust

4 Likes

Oh man!
Logo, now it works.

I did not apply the firewall settings.

Thanks!

1 Like