We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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]
No response
The text was updated successfully, but these errors were encountered:
Then your MQTT server has a problem. A little more information would be good:
Sorry, something went wrong.
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
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: