Reading data from InfluxDB using ESP8266

Hey I wanted to ask if it would be possible to read the data from InfluxDB using ESP8266 development board. So far in my project I set up an ESP8266 based measurement station to write sensor data into the database and now I would like to have a separate device that can read what's in the database. The goal would be to eventually display the last measured value and print out a graph on a LCD display. Do you know of any resources I could look at? I tried googling it, but I only found projects regarding sending data to InfluxDB.

Need more info !
Where is the database , how are you putting data into it ?
Not familiar with InfluxDB , how are you retrieving data at the moment ? Are there examples on the web site ??

Why not just connect your display 8266 direct to the other measurement 8266 over your network and just send that last measured data across

What does the InfluxDB documentation tell you?

what interface(s) does it provide?

what API(s) does it use on that interface(s)?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.