Fehler beim Schreiben in InfluxDB

Hallo Zusammen,
seit dem 10.3. werden Fehler beim Schreiben in die InfluxDB erzeugt.
Siehe:

Logger: homeassistant.components.influxdb
Quelle: components/influxdb/__init__.py:491
Integration: InfluxDB (Dokumentation, Probleme)
Erstmals aufgetreten: 10. März 2025 um 20:05:43 (12597 Vorkommnisse)
Zuletzt protokolliert: 14:09:15

Cannot connect to InfluxDB due to 'HTTPConnectionPool(host='localhost', port=8086): Max retries exceeded with url: /write?db=home_assistant (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa35150e5d0>: Failed to establish a new connection: [Errno 111] Connection refused'))'. Please check that the provided connection details (host, port, etc.) are correct and that your InfluxDB server is running and accessible. Retrying in 60 seconds.
Cannot connect to InfluxDB due to 'HTTPConnectionPool(host='localhost', port=8086): Max retries exceeded with url: /write?db=home_assistant (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa351f2f4d0>: Failed to establish a new connection: [Errno 111] Connection refused'))'. Please check that the provided connection details (host, port, etc.) are correct and that your InfluxDB server is running and accessible. Retrying in 60 seconds.
Cannot connect to InfluxDB due to 'HTTPConnectionPool(host='localhost', port=8086): Max retries exceeded with url: /write?db=home_assistant (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa351574e60>: Failed to establish a new connection: [Errno 111] Connection refused'))'. Please check that the provided connection details (host, port, etc.) are correct and that your InfluxDB server is running and accessible. Retrying in 60 seconds.
Cannot connect to InfluxDB due to 'HTTPConnectionPool(host='localhost', port=8086): Max retries exceeded with url: /write?db=home_assistant (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa35125b110>: Failed to establish a new connection: [Errno 111] Connection refused'))'. Please check that the provided connection details (host, port, etc.) are correct and that your InfluxDB server is running and accessible. Retrying in 60 seconds.
Cannot connect to InfluxDB due to 'HTTPConnectionPool(host='localhost', port=8086): Max retries exceeded with url: /write?db=home_assistant (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa351540f50>: Failed to establish a new connection: [Errno 111] Connection refused'))'. Please check that the provided connection details (host, port, etc.) are correct and that your InfluxDB server is running and accessible. Retrying in 60 seconds.

Seltsamerweise bin ich auf mariaDB.
Wie bekomme ich die Fehler wieder weg? Im Netz gibt es einen älteren Bericht, aber der hilft nicht weiter.
Danke schon mal!.

Moin,

hattest Du irgendwann einmal mit influxDB herumgespielt, und jetzt aufgeräumt, dabei aber vergessen, dass die influxDBüber dieconfiguration.yamlin HA konfiguriert wird und Du somit vergessen hast, das aus derconfiguration.yaml` zu entfernen?

VG
Bernd

vlt. mal vor langer Zeit. Habe aber gesehen, dass in der configuration.yaml noch die Definitionen für influxdb stehen plus natürlich die für mariadb. Im Verlauf konnte ich am 10.3. nichts feststellen.

#databases
recorder:
  db_url: !secret mariadb_url
  purge_keep_days: 400
  commit_interval: 20
  exclude: #Exclude entities
    entity_globs:
      - sensor.fritz*
      - sensor.luxtronik_330130_0276_status_time
      - sensor.energy_current
      - sensor.*_battery

influxdb:
  username: xxx
  password: xxx
  tags:
    source: HA
  tags_attributes:
    - friendly_name
  default_measurement: state
  exclude:
    entities:
      - zone.home
    domains:
      - persistent_notification
      - person
  include:
    domains:
      - sensor
      - binary_sensor
      - sun
      - light
      - cover
    entities:
      - weather.home

Ich meine mich zu erinnern, dass ich mit Grafana und influxdb gespielt habe und seitdem ist das wohl so.
Nur wieso, kommt jetzt der Fehler hoch? Prinzipiell könnte ich den Eintrag entfernen und das addon für influx db löschen. Spricht etwas dagegen?

Moin,

da wir Deine Installation nicht kennen, oder wissen, was Du gemacht hast, würde ich aber mal vermuten, dass das influDB Add-on gerade nicht läuft, weil vielleicht die irgendwas vollgelaufen ist.
Da musst Du schon ins Log der influxDB schauen.

Das musst Du wissen, wenn Du nichts mehr mit influxDB machst, warum dann parallel mitlaufen lassen :thinking:
Ja, die Konfiguration, bereinigen, HA neu starten und das Add-on deinstallieren, dann ist der Spuk zu Ende.

VG
Bernd

Danke, habe alles entfernt.