Hello from the weather esp8266, read from /temp or /humidity
Moderator: igrr
Itls not too hard to roll your own replacement process, either; you just need to come up with a substitution flag (eg %humidity%), then write a parser to find any such flags and replace them with a value (eg vars['humidity']).
timofteandrei wrote: tested but on browser it shows onlyCode: Select allwhere /temp and /humidity should be numerical values from the sensor...Hello from the weather esp8266, read from /temp or /humidity
Sorry I don't have any recommendation for a template engine other than Sming that has been mentioned, but....
The code you're referring to I believe intends to give you the readings when you enter in your browser http://192.168.0.999/temp or http://192.168.0.999/humidity (replace with your ESP's actual ip address)