Skip to content

Instantly share code, notes, and snippets.

@milosjovac
Last active January 19, 2018 14:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save milosjovac/29b748244206378a39cf19f5c2fe6bb9 to your computer and use it in GitHub Desktop.
Save milosjovac/29b748244206378a39cf19f5c2fe6bb9 to your computer and use it in GitHub Desktop.
Node-Red minimal flow for error - MQTT node is not reconnecting
[{
"id": "e52504bc.b70398",
"type": "tab",
"label": "Flow 1"
}, {
"id": "fa569fa9.8b626",
"type": "tls-config",
"z": "",
"name": "Server Cert Only",
"cert": "",
"key": "",
"ca": "",
"certname": "",
"keyname": "",
"caname": "",
"verifyservercert": true
}, {
"id": "e7380527.9d7ef8",
"type": "mqtt-broker",
"z": "",
"broker": "siot.net",
"port": "8883",
"tls": "fa569fa9.8b626",
"clientid": "",
"usetls": true,
"compatmode": false,
"keepalive": "60",
"cleansession": true,
"willTopic": "",
"willQos": "0",
"willPayload": "",
"birthTopic": "",
"birthQos": "0",
"birthPayload": ""
}, {
"id": "3e4ffcaa.ebc874",
"type": "mqtt in",
"z": "e52504bc.b70398",
"name": "Remote MQTT Broker",
"topic": "test",
"qos": "2",
"broker": "e7380527.9d7ef8",
"x": 140,
"y": 80,
"wires": [
["8b8bcc41.956b2"]
]
}, {
"id": "8b8bcc41.956b2",
"type": "debug",
"z": "e52504bc.b70398",
"name": "",
"active": false,
"console": "false",
"complete": "false",
"x": 380,
"y": 80,
"wires": []
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment