Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Mosquitto » WAGO PLC 750-8100 MQTT Connection(WAGO, PLC 750-8100)
WAGO PLC 750-8100 MQTT Connection [message #1841131] Tue, 04 May 2021 14:19 Go to next message
Raphael  Ottiger is currently offline Raphael OttigerFriend
Messages: 1
Registered: May 2021
Junior Member
Hallo everybody

I apologize for my bad english.

This is my first project with MQTT. But I have a problem.
My Wago PLC (Industrail Computer) does not want to communicate with the broker.

I installed the latest mosquitto broker on my laptop.

Computer IP: 192.168.10.123
Port 1883 is open
I created a password file.

Must i implement the CA Certificates file?
Do I have to pay attention to something else?

In the attachment is a screenshoot from the PLC.
Re: WAGO PLC 750-8100 MQTT Connection [message #1841143 is a reply to message #1841131] Tue, 04 May 2021 20:22 Go to previous message
Roger Light is currently offline Roger LightFriend
Messages: 90
Registered: September 2013
Member
Hi Raphael,

I've not used a Wago PLC, but in principle those settings look correct. My suggestion would be to start simple and work up. First configure the broker to allow unauthenticated access like so:

```
listener 1883
allow_anonymous true
```

Then try to connect without a username/password.

If that works, then add a password file:

```
listener 1883
password_file <your file>
```

And then try connect again. If that doesn't work - you know either something is wrong with the password file, or with the PLC.

You don't have TLS encryption enabled on the Wago, so you won't need to worry about the CA certificate. If you do intend to have TLS encryption, you'll need to enable it on the Wago and on the broker - but I'd follow the steps above first.

Regards,

Roger

Previous Topic:Dynamic Security Plugin - persisting in-memory to config file
Next Topic:mosquitto-auth-plug - support and configuration document
Goto Forum:
  


Current Time: Fri May 03 00:14:13 GMT 2024

Powered by FUDForum. Page generated in 0.03460 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top