nettigo / namf

Nettigo Air Monitor Firmware
GNU General Public License v3.0
33 stars 19 forks source link

InfluxDB 2.x support? #55

Open BlueMahib opened 2 years ago

BlueMahib commented 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!

repcio commented 9 months ago

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 :/