tobiasschuerg / InfluxDB-Client-for-Arduino

Simple library for sending measurements to an InfluxDB with a single network request. Supports ESP8266 and ESP32.
MIT License
382 stars 95 forks source link

can write from esp8266 #191

Closed SaimShuja closed 2 years ago

SaimShuja commented 2 years ago

Steps to reproduce: List the minimal actions needed to reproduce the behavior.

  1. use this example https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/blob/master/examples/BasicWrite/BasicWrite.ino
  2. enter my info (token bucket org ) .leaving tags fields as is.
  3. run the example
  4. Connected to InfluxDB: https://europe-west1-1.gcp.cloud2.influxdata.com Writing: wifi_status,device=ESP8266,SSID=koinai rssi=-69i

Expected behavior: Data should (rssi=-691) should show up in the influxdb data explorer.

Actual behavior: only tags and field name shows up, not actual data (rssi=-691).

Specifications: