ESP32-Ruuvitag-Collector icon indicating copy to clipboard operation
ESP32-Ruuvitag-Collector copied to clipboard

readme should warn about Influx API version

Open zbrozek opened this issue 3 years ago • 2 comments

The v2 API uses generated tokens rather than passwords, and there's some effort to go through to generate a v1-compatible authentication token.

https://docs.influxdata.com/influxdb/v2.0/reference/cli/influx/v1/auth/create/

I don't know if this is sufficient - my setup is still not working - but creating a v1 auth token allowed me to move on to a different form of failure.

zbrozek avatar Jul 20 '21 19:07 zbrozek

I ended up unable to get things working with the v1 API, so I just edited the code and now it's using the v2 API and is working properly. It's probably worth moving the whole project to v2.

zbrozek avatar Jul 21 '21 00:07 zbrozek

Hi, can you share what you changed and I can update github.

hpirila avatar Jul 21 '21 03:07 hpirila