Page 1 of 1

ESP Easy and double queries on HTTP Generic

Posted: 11 Nov 2018, 22:43
by Marek
Hello! I'm new on this forum, so please forgive me any mistakes :) I just put together ESP with BME280 and I have a problem with double queries to my webserver through HTTP Generic function. ESP Easy always send two queries with the same results. How to avoid that?

Code: Select all

meteo01 - - [11/Nov/2018:22:30:07 +0100] "GET /espeasy/index.php?name=Meteo01&task=bme280&n1=Temperature&v1=22.69&n2=Humidity&v2=35.71&n3=Pressure&v3=1020.79 HTTP/1.1" 200 170 "-" "ESP Easy/20102/Nov 11 2018 03:25:02"
meteo01 - - [11/Nov/2018:22:30:07 +0100] "GET /espeasy/index.php?name=Meteo01&task=bme280&n1=Temperature&v1=22.69&n2=Humidity&v2=35.71&n3=Pressure&v3=1020.79 HTTP/1.1" 200 170 "-" "ESP Easy/20102/Nov 11 2018 03:25:02"
Here's my settings:
Image
Image

ESP Easy Mega version: mega-20181111
... and sorry for my english.

Re: ESP Easy and double queries on HTTP Generic

Posted: 06 Jan 2020, 02:11
by Daniel
Did you solve the problem
I have the same.

Re: ESP Easy and double queries on HTTP Generic

Posted: 07 Jan 2020, 16:23
by TD-er
Hmm what version do you use Daniel?
Apparently I missed this issue when it was reported, over a year ago.