First to say: ESP Easy is really great! Easy to use and stable.
But i am experiencing problems sending data to my Influxdb.
My ESP is running on v2.0.0-dev12.
Connecting to the network and getting sensor readings was not hard. I have a working DHT22 which is proving good Data.
I am not able to send the data to my Influxdb.
I established a Generic HTTP Advanced Controller. HTTP Method and Header is not Problem. My Problem is the HTTP Body.
When the Body looks like this:
Code: Select all
Flur value=%DHT22Temp%
Code: Select all
{"error":"unable to parse 'Flur value=%DHT22Temp%': invalid boolean"}
Code: Select all
Flur value=%DHT22Temp%
So my Question: What is the correct syntax to send my readings.
Thanks