What is your configuration and/or setup ?
martinayotte wrote:What are your questions ? What are the problems ?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.
What is your configuration and/or setup ?
i have an esp8266 nodemcu board and i am programming through arduino IDE.
please check these my website link http://techasiamechatronics.com/test/
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.