Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

No connection to MQTT Server: #221

Open
daividtux12 opened this issue Mar 12, 2025 · 2 comments
Open

No connection to MQTT Server: #221

daividtux12 opened this issue Mar 12, 2025 · 2 comments
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@daividtux12
Copy link

A clear and concise description of what the problem is.

I can't connect to the mqtt server using mqtt explorer, it gives the following error:

Error: connect EHOSTUNREACH 192.168.1.226:1883
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1595:16) {
errno: -113,
code: 'EHOSTUNREACH',
syscall: 'connect',
address: '192.168.1.226',
port: 1883
}

and in the webserial view the following information is displayed:

[WebSerial] Connecting...
[WebSerial] Connected...
[C: QET][CR: 7373][CC: 7373][L: 3]
[C: QPIWS][CR: 84A1][CC: 84A1][L: 32]
[C: QPIRI][CR: B9ED][CC: B9ED][L: 108]
ProzessData P:2 C:1
**** No connection to MQTT Server: *****
[C: QALL][CR: 7373][CC: 7373][L: 3]

Additional context

No response

@daividtux12 daividtux12 added the help wanted Extra attention is needed label Mar 12, 2025
@all-solutions
Copy link
Collaborator

Then your MQTT server has a problem.
A little more information would be good:

  • Which MQTT server are you using?
  • How is it configured (plain/ssl, etc.)?
  • Is it integrated into your SmartHome (HomeAssistant/ioBroker, etc.)?

@derLoosi
Copy link
Collaborator

derLoosi commented Apr 7, 2025

I can't connect to the mqtt server using mqtt explorer, it gives the following error:

Hey,

looks like you are trying to connect to the wemos directly using MQTT Explorer? That wont work! You need a seperate MQTT-Server.

Greetings
Daniel

@derLoosi derLoosi added the question Further information is requested label Apr 7, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants