Anmeldung influx in Terminal
influx -username user -password password
User-Berechtigung für Datenbank hinzufügen
GRANT ALL ON database TO user_iobroker (z.B. database = wetterstation)
Enable authentication in the configuration file
Edit configuration file:
nano /etc/influxdb/influxdb.conf
[http]
auth-enabled = true auf false setzen
