1

Topic: ESP8266 and cloud server connection stability issue

Is there any method for the ESP8266 board to check weather itself is still connected to cloud server?

2

Re: ESP8266 and cloud server connection stability issue

try call to function

  remotexy->isCloudConnected ();

it returns the following values:

#define REMOTEXY_CLOUD_STATE_STOP 0 
#define REMOTEXY_CLOUD_STATE_WAIT_RECONNECT 1 
#define REMOTEXY_CLOUD_STATE_WAIT_NEXT_TRY 2 
#define REMOTEXY_CLOUD_STATE_CONNECTION 3
#define REMOTEXY_CLOUD_STATE_REGISTRATION 6 
#define REMOTEXY_CLOUD_STATE_WORKING 7

3

Re: ESP8266 and cloud server connection stability issue

Function returns always those same numbers even if I will make faults to my SSID, password, cloud token or any other.
I checked that using ex.
Serial.print("RemoteXY "); Serial.println(REMOTEXY_CLOUD_STATE_WORKING); // etc.

4

Re: ESP8266 and cloud server connection stability issue

Hi
I am trying to connect my cellphone to the cloud .After 4 tries on recieving GUI config. at the end Write error : Broken pipe and then disconnect.   ????
in each try forGUI config. it reads :Time out error
pls. help

5

Re: ESP8266 and cloud server connection stability issue

Try PING to cloud.remotexy.com from your local net.
Check you set 6375 port.