Hi,
I am referring to the steps in the Documentation MQTT Clients page
I added a Device and configured it as follows :
Device Type : MQTT Device
Device ID : CP1
Device Credentials : $FhNrTapeWRsLttE
Using MQTT.fx client I attempt to connect as follows :
Profile Name : Thinger ( client-specific alias name for the connection )
Profile Type : MQTT Broker
Broker address : acme.aws.thinger.io
Broker Port : 1883
Client ID : CP1
General
Connection Timeout : 30
Keep Alive Interval : 60
Clean Session/Clean Start : Checked
Auto-Reconnect : Unchecked
Max Infilght : 10
MQTT Version : 3.1.1
User Credentials
Use Username/Password : Checked
User Name : NereusF (my Thinger user account ID)
Password : $FhNrTapeWRsLttE (from Device Credentials above)
On Clicking “Connect”, I get a pop-dialog :
“Broker connection is disconnected. java.net.UnknownHostException : no such host is known (acme_aws_thinger_io)” - dots replaced with underscores to enable posting to this forum
Retrying using
Broker address : acme.thinger.io
On Clicking “Connect”, I get a pop-dialog :
“Broker connection is disconnected. NOT_AUTHORIZED”
Requesting you to kindly point to what I am missing.
I need to verify basic MQTT connectivity, before I proceed with the embedded system implementation using STM32F105 and Quectel EC25 AT Commands for MQTT/HTTP(S)
Thanks