HI, I am looking for some help regards above topic, objective is to control a device(radiator) through esp8266 device on wifi and using am2301 temperature sensor, read in data to webbrowser and relay buttons which turns device on and off however I need to populate the data readings into database and to if possible show the database data on web browers. Any suggestions please?
I have worked on a similar project and I have used FTP to upload my sensors' values on to the server in the form of txt file. And then I was reading the data from that txt file and displayed it on a webpage (I have used php).