try connecting with telnet mqtt.mydevices.com 1883
you need to press enter after the command.
Hurrah, I finally got the connexion with these settings:
byte arduino_mac = { 0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED };
IPAddress arduino_ip(192, 168, 1, 160);
IPAddress dns_ip(192, 168, 1, 1);
IPAddress gateway_ip(192, 168, 1, 1);
IPAddress subnet_mask(255, 255, 255, 0);
I hope it will keep working… thanks anyway for your efforts!!
1 Like
Glad to hear it is working now.