Community discussions

MikroTik App
 
DuncanCT
newbie
Topic Author
Posts: 28
Joined: Thu May 24, 2018 1:28 pm

KNOT AWS MQTT broker disconnect

Fri Sep 03, 2021 4:09 pm

KNOT 6.48.4 ROS

I'm getting a MQTT disconnect message from AWS when trying to publish from the IoT > MQTT > Publish. I've duplicated setup with Node-RED locally and everything is working fine.
{
  "clientId": "knot",
  "timestamp": 1630672799775,
  "eventType": "disconnected",
  "clientInitiatedDisconnect": false,
  "disconnectReason": "DUPLICATE_CLIENTID",
  "versionNumber": 1
}

AWS Policy below...
{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": "iot:*",
      "Resource": "*"
    }
  ]
}
Any assistance appreciated.

Who is online

Users browsing this forum: archemist, tangent and 61 guests