InfluxDB-Client-for-Arduino icon indicating copy to clipboard operation
InfluxDB-Client-for-Arduino copied to clipboard

Simple library for sending measurements to an InfluxDB with a single network request. Supports ESP8266 and ESP32.

Results 23 InfluxDB-Client-for-Arduino issues
Sort by recently updated
recently updated
newest added

Is there anything in this library that would not work with an arduino ethernet shield vs one of the wifi modules? If i wanted to modify this code to work...

feature request

Hello is it possible to support Arduino library WiFiNINA.h in place of ESP?

feature request

My platformio.ini : **[env:esp32Makerfabs] platform = espressif32 board = esp32dev framework = arduino board_build.mcu = esp32s2 upload_protocol = esptool platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32#2.0.0-alpha1 platformio/tool-esptoolpy @ ~1.30100 src_filter = +...

__Proposal:__ Use a GSM librabry like `TinyGSM` as a Fallback when no WiFi-Connection could be established. __Current behavior:__ only supports WiFi __Desired behavior:__ Opportunity to specify the client to be...

feature request

Hi Tobias, it should be good having the option to store buffer in SPFFIS or SD Card for data sampled each minute or more, so it's possible to put ESP...

feature request

Hi, I'm getting this OOM error when trying to send data to InfluxDB. Based on the description of [this feature](https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/pull/89) I'm just looking for a quick confirmation whether this is...

question

First of all big Thank you for this great lib, helps me a lot. I had some problems with the timestamp. So I switched it of in the first try....

__Proposal:__ I was unable to figure out why my project suddenly stopped sending updated to influxdb. __Current behavior:__ Requires manual library update, but library not yet updated as on 02...

__Steps to reproduce:: 1. Using sloeber I created a simplke arduino project for my ESP32 FireBeetle. 2. I added following code as my *.ino file: `/** * Basic Write Example...

Hello, i was wondering whether the library is thread safe? In my case i have multiple classes representing different sensors each with its own scheduling time. Currently each sensor "gets"...