I'm struggling with an IoT project using an ESP8266 module. I found a library 
which is supposed to feed sensor data to InfluxDB, however for some reason it's 
not able to write. Since it's the only one out there, I thought of using a 
different approach, however there's no clear reference anywhere if this may be 
working:
What I'd like to do basically would be to write data by simply pointing the 
ESP8266 to an URL, something like:

http://10.1.1.160:8086/write?db=iot&reading,node=N1+value=22

I tried so many ways of encoding the damn string, nothing worked. Is it at 
least possible to push data to InfluxDB simply by using an URL?

-- 
Remember to include the version number!
--- 
You received this message because you are subscribed to the Google Groups 
"InfluxData" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/influxdb.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/influxdb/86daa4ea-773b-40b5-84fd-65ed53501f85%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to