MQTT : username & password

Hello,

I am trying to connect to the MQTT port of the Blynk server with “MQTT Explorer”.

I use a local server configured to respond to MQTT requests on port 8440 :
hardware.mqtt.port=8440

I use the same username and password as for the Android application, however “MQTT Explorer” returns me the error “Connection refused: Bad username or password”.

Am I using the wrong connection parameters? Or is this another problem?

If anyone has an idea, I’m interested.

Thank you in advance.

Steve

Hi,
It seems that the MQTT functionality within Blynk was started but never completed.
There is some info here…

I use MQTT for communication with all my Home Automation devices, but use Node-Red and the Blynk-ws-contrib for Node-Red to hanlde the communication with the Blynk server via websockets.
This works very well.

Pete.