After several tests, we cannot reproduce this issue. TLS was enabled also by default in previous library versions.
Tested with NodeMCU, Thinger.io Libraries (2.9.1), ESP8266 (2.4.1). Are you using the ESP8266 via AT commands, or just as a standalone microcontroller?
Just to clarify… You are using your own server, or just the cloud server? If you are using your own server (in a VM, i.e.,), yo need to point the ESP8266 to your own server. Check the manual.
The TLS is not disabled as it is _DISABLE_TLS_. Test with that! Hope it helps.
i was very stupid! now i understand! Its perfect. I just add the Line #define THINGER_SERVER "192.168.1.94"
and get the access to my Unbuntu server.
at the weekend i testet it successfully and now bought your RASPBERRY Image to use the Server on RASPI
Hi
i have the same problem! my esp8266 never Connect to Thinger.io
my device id and username and device credentials is correct.
here is my device DEBUG output
Are you working with cloud server or local server?
I recommend you to delete the device and create it again, taking care of the uppercase and/or lowercase of device and credential fields, and test with the example sketch just modifying this fields with previous established.
Hey guys, I am currenly working on using ESP8266AT to connect to Thinger. Currently met with errors which prohibit me from connecting to Thinger. May I know the SDK and AT version that anyone has tested which is able to connect to Thinger? There are so many different versions of firmware out there, not sure which one works with Thinger platform. Its so annoying!