How to setup Flespi.io mqtt credentials

Anybody setup mqtt credentials for flespi.io mqtt; I’m getting Couldn’t connect with these settings
Connection refused: Bad username or password; Add an MQTT account/credential in n8n
Field Value
Broker mqtt.flespi.io
Port 8883 (TLS) • 1883 (non-TLS)
or wss://mqtt.flespi.io:443/mqtt for WebSocket
Protocol mqtts for 8883 / mqtt for 1883 / wss for 443
Username FlespiToken YOUR_TOKEN
(or just the token itself)
Password (leave blank)
Client ID any unique string, e.g. n8n_flespi_listener
Clean session false (enables persistent buffering)
QoS 1 (guaranteed delivery)

Describe the problem/error/question

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.