WiFi connected
Temperature: 27.94
POST data to URL: /Api/EasyIoT/Control/Module/Virtual/N13S0/ControlLevel/27.94
HTTP/1.1 404 Not Found
Server: HttpGateway
Date: Wed, 01 Jul 2015 16:44:50 GMT
Content-Length: 0
Connection: close
But does not connect during the 30 sec to add module
Why does it say Virtual - should it not be ESP8266 for ESP with no Arduino?
(I have Arduino+ESP humidity/temperature working OK - so the server is OK)
Sunspot wrote: In Arduino serial monitor it says -
WiFi connected
Temperature: 27.94
POST data to URL: /Api/EasyIoT/Control/Module/Virtual/N13S0/ControlLevel/27.94
HTTP/1.1 404 Not Found
Server: HttpGateway
Date: Wed, 01 Jul 2015 16:44:50 GMT
Content-Length: 0
Connection: close
But does not connect during the 30 sec to add module
Why does it say Virtual - should it not be ESP8266 for ESP with no Arduino?
(I have Arduino+ESP humidity/temperature working OK - so the server is OK)
Do you disable firewall? (if you are using windows)
You can try in WEB browser:
[server IP address]/Api/EasyIoT/Control/Module/Virtual/N13S0/ControlLevel/27.94
Thanks for the reply.
I had thought "Virtual" was some sort of test mode - I could not see how it seemed to connect so quickly when often I have to try several 30 second times for a connection when setting up a node with Arduino.
I now see it is used for ESP8266 with no Arduino - not really virtual? - very real in fact!
Sorry - RTFM -