Open BlueMahib opened 2 years ago
Is it possible to add support for InfluxDB 2.x? I've tried to use api token as password but unfortunately that didn't work.
Thanks in advance!
You can use v1 compability on InfluxDB v2. and use url: /api/v1/write?db=luftdaten instead of /write?db=luftdaten but the issue is with authorization only username is used and no password :/
Is it possible to add support for InfluxDB 2.x? I've tried to use api token as password but unfortunately that didn't work.
Thanks in advance!