Hi, I'm a little new to Node-Red so be kind.
I have a device in Watson IOT that I'm trying to connect my MQTT in/out to. I keep getting "connecting' beside either MQTT in/out node.
I have setup another MQTT node to test.mosquitto.org so I can see my payload working with that setup.
I suspect I have a security setting wrong some where. I have copied my settings from my application that is sending data on the topic to Watson. I have confirmed that my app is connecting to Watson since I can see the data and successful connections in Watson.
My question: is there a way to log what is happening with the MQTT node that keeps saying "Connecting" - IE: someway to see what it is getting stuck on?
Thanks for help with the newb question.