Hi @Nay_Htun ,
Could you please provide some screenshots of what you are seeing? We also have multiple forum posts with the same issue, so maybe one of them could lead to a solution. Here are a couple:
Hi, I made a code to my WEMOS D1 Controller and ths code should be send data (temp, humidity) to Losant, Connecting to WiFi is ok, but when the Controller connecting to Losant is a message:
WiFi connected
IP address:
192.168.43.222
Authenticating Device…This device is authorized!
`WiFi connected
IP address:
192.168.43.222
Authenticating Device…This device is authorized!
Connecting to Losant…-1
.-1
.-1
.-1
.-1
.-1
`
My code:
https://pastebin.com/XGDwJfHL
In Logs in Losant websi…
I have changed code that use WiFiClient instead of WiFiClientSecure and use device.connect instead of device.connectSecure.
unfortunately, Errors continue to occur.
Serial log is below.
======================
Connecting to MakeySQ
.
WiFi connected
IP address:
192.168.0.20
Connecting to Losant…-1
.-1
.-1
.-1
.-1
.-1
.-1
.-1
.-1
.-1
Thanks!
Julia