NodeMCU + BME280 + InfluxDB

Moderators: grovkillen, Stuntteam, TD-er

Post Reply
Message
Author
civi88
New user
Posts: 1
Joined: 12 Nov 2018, 19:16

NodeMCU + BME280 + InfluxDB

#1 Post by civi88 » 12 Nov 2018, 19:28

Hello all
I have strange problem with my nodemcu + bme280.
I want to send all data to influxdb database directly via EasyEsp. But non of value show up in database.
I have latest version of easyesp - ESP_Easy_mega-20181112_test_ESP8266_4096.
In Generic HTTP Advanced I set up

Code: Select all

%tskname%%vname1% value=%val1%
and I tried like on oficial wiki site

Code: Select all

 %1%%vname1%,Standort=%tskname%
 Wert=%val1%%/1%%2%%LF%%vname2%,Standort=%taskname%
 Wert=%val2%%/2%%3%%LF%%vname3%,Standort=%taskname%
But non of this option work.
I also check my influxdb database and run simple query

Code: Select all

curl -i -XPOST "http://192.168.1.160:8086/write?db=weather" --data-urlencode 'temperature value=35'
This works perfectly fine.
Can you show me which path I need to go to fix this problem?
I read this two topic but non of them work in my case:
viewtopic.php?f=4&t=3406&p=17964&hilit=influxdb#p17964
viewtopic.php?f=6&t=5298&p=30336&hilit=influxdb#p30336
Thank you in advice
Pawel

Post Reply

Who is online

Users browsing this forum: Bing [Bot] and 36 guests