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 24 InfluxDB-Client-for-Arduino issues
Sort by recently updated
recently updated
newest added

Hello, I was wondering whether there is a proper way to send "log text" to influxdb so that it can be used e.g. from a "log panel" to display debugging...

question

__Proposal:__ Create (delete?, find ?) organisation the same way now buckets can be created. __Current behavior:__ not supported __Desired behavior:__ able to create a organisation if it not exist, the...

I seem to be having some challenges with tags and I wanted to check that my understanding is correct. Basically I'd like to use tags to push some metadata regarding...

__Steps to reproduce:__ I've tried to reproduce the basic write example: https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/blob/master/examples/BasicWrite/BasicWrite.ino I fulfilled the information, INFLUXDB_URL, INFLUXDB_TOKEN, INFLUXDB_TOKEN, INFLUXDB_ORG and INFLUXDB_BUCKET. __Expected behavior:__ I would expect wifi connected and...

As i could't find any contact data, I thought of just opening this issue here. Overall I need a function which gets data its according timestamps from two arrays and...

I have new project created taking code from SecureWrite.ino exapmle in Platformio (Core 6.1.6·Home 3.4.3) [env:esp32dev] platform = espressif32 board = esp32dev framework = arduino lib_deps = tobiasschuerg/ESP8266 Influxdb@^3.13.1 Compliation...

#if defined(ESP32) #include WiFiMulti wifiMulti; #define DEVICE "ESP32" #elif defined(ESP8266) #include ESP8266WiFiMulti wifiMulti; #define DEVICE "ESP8266" #endif #include // Core graphics library #include #include #include #include #include #include Ticker display_ticker;...

Hi, thanks for this lib. Signature of `getTimeStamp(struct timeval *tv, int secFracDigits)` should be `getTimeStamp(const struct timeval *tv, int secFracDigits)`, so we don't have to cast away the const when...

__Expected behavior:__ Describe what you expected to happen. __Actual behavior:__ Describe What actually happened. i try the Basic Write Sketch form the library and get error “This library currently supports...

Is it possible to keep the data of a batch in PSRAM instead of SRAM of ESP32. If yes, how to do it.

feature request