Search found 8 matches

by significant
02 Oct 2021, 22:17
Forum: ESP Easy: Projects / Applications
Topic: HTTP Advanced to InfluxDB not working, error not visible
Replies: 17
Views: 14217

Re: HTTP Advanced to InfluxDB not working, error not visible

No problem. The timeout can be eliminated as the request and response are both captured with tcpdump. To double check I increased this to 2sec with no results. As detailed in my previous post encoding and authorisation do differ (See pictures there). Any idea how to influence these parameters such t...
by significant
02 Oct 2021, 20:42
Forum: ESP Easy: Projects / Applications
Topic: HTTP Advanced to InfluxDB not working, error not visible
Replies: 17
Views: 14217

Re: HTTP Advanced to InfluxDB not working, error not visible

See above, posting to influxdb does work on the 2019 version but not on the latest release from Augustus.
Your suggestion was also taking into account.
by significant
02 Oct 2021, 16:46
Forum: ESP Easy: Projects / Applications
Topic: HTTP Advanced to InfluxDB not working, error not visible
Replies: 17
Views: 14217

Re: HTTP Advanced to InfluxDB not working, error not visible

Much appreciated. Would be good to know why the HTTP advanced plugin does not seem to work in the latest build from Augustus. There's been many changes since 2019 version I am running at present. The release documentation is not clear when the additional parameters are added.
by significant
02 Oct 2021, 13:57
Forum: ESP Easy: Projects / Applications
Topic: HTTP Advanced to InfluxDB not working, error not visible
Replies: 17
Views: 14217

Re: HTTP Advanced to InfluxDB not working, error not visible

Trying to find out what is changed between the versions on GitHub. Would like to use a more recent build, given all other improvements made.

Any suggestions on how to find this out?
by significant
29 Sep 2021, 08:40
Forum: ESP Easy: Projects / Applications
Topic: HTTP Advanced to InfluxDB not working, error not visible
Replies: 17
Views: 14217

Re: HTTP Advanced to InfluxDB not working, error not visible

To verify what is received on the InfluxDB side of things I have captured port 8086 as follows: https://tweakers.net/i/DHYaukTRzYYACmxZ7mBt7uMuhDo=/full-fit-in/4000x4000/filters:no_upscale():fill(white):strip_exif()/f/image/3bRU79TfWf59LlCdDLTYY8Tb.png?f=user_large As can be seen, another service is...
by significant
27 Sep 2021, 22:43
Forum: ESP Easy: Projects / Applications
Topic: HTTP Advanced to InfluxDB not working, error not visible
Replies: 17
Views: 14217

Re: HTTP Advanced to InfluxDB not working, error not visible

For the sake of completeness, a screenshot of the upper section of the parameters for HTTP Advanced. To my view, it is configured as pointed out in the docs. Furthermore, the successful Postman request. The obtained value can also be found in the database. Now the question remains: what do I do diff...
by significant
27 Sep 2021, 21:53
Forum: ESP Easy: Projects / Applications
Topic: HTTP Advanced to InfluxDB not working, error not visible
Replies: 17
Views: 14217

Re: HTTP Advanced to InfluxDB not working, error not visible

The host is correct as I can post using the Postman program. Using this programme I can also verify that 400 errors are produced by influx, providing hints on what goes wrong. As espeasy is not showing the error in full I can not deep dive in what I do wrong. First step for me would to understand ho...
by significant
27 Sep 2021, 20:41
Forum: ESP Easy: Projects / Applications
Topic: HTTP Advanced to InfluxDB not working, error not visible
Replies: 17
Views: 14217

HTTP Advanced to InfluxDB not working, error not visible

I have compiled the latest version with HTTP Advanced plugin ("ESP_Easy_mega_20210802_test_A_ESP8266_4M1M Aug 2 2021") on a Wemos to monitor 8 DS18B20 temperature sensors. Unfortunatly, posting the measurement values to InfluxDB with HTTP Advanced does not work. HTTP Advanced is configured...