Page 1 of 1

Rules for show value from some web to LCD

Posted: 03 Dec 2022, 15:10
by diablosss
Hello.
There is some web page http://example.com/temperature
When i type it in browser it reply temperature value like 22 or 23 and show it in browser.
On esp8266 with lcd connected on device1, what command need enter in rules to every 30 second request that value and disply in lcd ?
Thanks

Re: Rules for show value from some web to LCD

Posted: 03 Dec 2022, 15:50
by chromo23
As far as I know, ESPEasy is so far not able to retrieve any information with an url request. You actively have to send a value to your esp. So you could gather the necessary data with a more capable device (e.g. raspberry pi) and send it from there to the esp...

Re: Rules for show value from some web to LCD

Posted: 04 Dec 2022, 08:20
by diablosss
Is it possible send data with another esp8266 which have inside not espeasy flashed?
Code for arduino ide there. I dont see any example of sendtohttp for arduinoide

Re: Rules for show value from some web to LCD

Posted: 04 Dec 2022, 11:44
by chromo23
It definitely is.
Here are some infos to start: https://randomnerdtutorials.com/esp8266 ... t-arduino/