The use of the ESP8266 in the world of IoT

User avatar
By techasia
#59814
martinayotte wrote:What are your questions ? What are the problems ?
What is your configuration and/or setup ?
I am working on home automation project. i have controlled my project on LAN.(i.e controlling of light and fan ).But now i want to control it through my website or website domain name.
i have an esp8266 nodemcu board and i am programming through arduino IDE.
please check these my website link http://techasiamechatronics.com/test/
User avatar
By martinayotte
#59847 Ok ! so you have your website hosted on external internet.
And probably all your ESPs are not accessible from external internet.
In such case, I think the easiest method is that your ESPs should do polling to your server at frequent intervals and also posting their status. This way, the server is kind of synchronized with all your ESPs.