Core Update

Juergen

Member
hi wollte heute das core update inst.

und bekomme die Meldung ich soll den systemmonitor Abschnitt aus der Config entfernen bitte was ist damit gemeint ?

Code:
# Loads default set of integrations. Do not remove.
default_config:
  # Thermostat
  # - climate.thermostat_wohn

# Telegram Bot anbindung
telegram_bot:
  - platform: polling
    api_key: *
    allowed_chat_ids:
      - *

# Example configuration.yaml entry
notify:
  - name: "HA_Message"
    platform: smtp
    server: *
    port: 587
    timeout: 15
    sender: *
    encryption: starttls
    username: *
    password: *
    recipient:
      - "*"
    sender_name: "Home Assistant"

  - platform: telegram
    name: Home_Assistant
    chat_id: *
  - platform: enigma
    host: *
    port: 80
    name: Dreambox
    username: *
    password: *
recorder:
  db_max_retries: 10
  auto_purge: true
  purge_keep_days: 365
  db_url: mysql:*


# Text to speech
# tts:
#  - platform: google_translate,

automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

# Date and Time german Layout
sensor:
  - platform: time_date
    display_options:
      - "time"
      - "date"
      - "date_time"
      - "date_time_utc"
      - "date_time_iso"
      - "time_date"
      - "time_utc"
      - "beat"

  - platform: ultimaker
    name: 3D_Drucker
    host: *
    scan_interval: 1 # optional, default 10
    decimal: 2 # optional, default 2 rounds the sensor values
    sensors:
      - status # optional
      - state # optional
      - progress # optional
      - bed_type # optional
      - bed_temperature # optional
      - bed_temperature_target # optional
      - hotend_1_id # optional
      - hotend_1_temperature # optional
      - hotend_1_temperature_target # optional
      - hotend_2_id # optional
      - hotend_2_temperature # optional
      - hotend_2_temperature_target # optional

  - platform: systemmonitor
    resources:
      - type: disk_use_percent
        arg: /config
      - type: disk_use
      - type: disk_free
      - type: memory_use_percent
      - type: memory_use
      - type: memory_free
      - type: swap_use_percent
      - type: swap_use
      - type: swap_free
      - type: load_1m
      - type: load_5m
      - type: load_15m
      - type: network_in
        arg: eth0
      - type: network_out
        arg: eth0
      - type: throughput_network_in
        arg: eth0
      - type: throughput_network_out
        arg: eth0
      - type: packets_in
        arg: eth0
      - type: packets_out
        arg: eth0
      - type: ipv4_address
        arg: eth0
      - type: ipv6_address
        arg: eth0
      - type: processor_use
      - type: processor_temperature
      - type: last_boot

template:
  - sensor:
      - name: "Datum Uhrzeit"
        state: >
          {% set wochentag = ["Mo", "Di", "Mi", "Do", "Fr", "Sa", "So"] %}
          {% set monat = ["Jan", "Feb", "Mär", "Apr", "Mai", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dez"] %}
          {% set wochentag = wochentag[now().weekday()] %}
          {% set monat = monat[now().month - 1] %}
          {{ wochentag }}, der {{ now().day }} {{ monat }} {{now().year}}
        icon: "mdi:calendar-clock"

  - sensor:
      - name: inveter_ohne_akku
        unique_id: inveter_ohne_akku
        unit_of_measurement: "W"
        device_class: power
        state_class: measurement
        state: >
          {{ (float(states('sensor.inverter_input_power'))) + (float(states('sensor.battery_charge_discharge_power')))*-1| round(2)}}

  - sensor:
      - name: verbrauch_haus
        unique_id: verbrauch_haus
        unit_of_measurement: "W"
        device_class: power
        state_class: measurement
        state: >
          {{ (float(states('sensor.inveter_ohne_akku')))- (float(states('sensor.power_meter_active_power')))}}


influxdb:
  username: *
  password: *
  tags:
    source: HA
  tags_attributes:
    - friendly_name
  default_measurement: state
  include:
    domains:
      - sensor
      - climate
      - binary_sensor
      - light
      - cover
      - sun

frontend:
  javascript_version: latest
  extra_module_url:
    - /www/community/lovelace-card-mod/card-mod.js
  themes: !include_dir_merge_named themes
powercalc:

enigma:
  devices:
    host: *
    port: 80
    name: DreamBox
    timeout: 20
    username: *
    password: *
    picon: picon
 
Diesen Teil
YAML:
  - platform: systemmonitor
    resources:
      - type: disk_use_percent
        arg: /config
      - type: disk_use
      - type: disk_free
      - type: memory_use_percent
      - type: memory_use
      - type: memory_free
      - type: swap_use_percent
      - type: swap_use
      - type: swap_free
      - type: load_1m
      - type: load_5m
      - type: load_15m
      - type: network_in
        arg: eth0
      - type: network_out
        arg: eth0
      - type: throughput_network_in
        arg: eth0
      - type: throughput_network_out
        arg: eth0
      - type: packets_in
        arg: eth0
      - type: packets_out
        arg: eth0
      - type: ipv4_address
        arg: eth0
      - type: ipv6_address
        arg: eth0
      - type: processor_use
      - type: processor_temperature
      - type: last_boot

Kannst Du löschen und Home Assistant neu Straten.
 
danach kannst du wenn du es brauchst System Monitor unter Geräte -> Integrationen wieder installieren.
 
Nein, braucht er nicht! Alle Inhalte aus der yaml wurden automatisch in die GUI übernommen. Die System Monitor Integration mit ihren Entitäten findet man jetzt unter Einstellung-> Geräte und Dienste -> Integrationen.
Man soll nur die Einträge zum Thema System Monitor aus der yaml löschen und Home Assistant Neu starten.
 
Wer die Warnung genau gelesen hat, weiss auch, dass zum Entfernen bis zur Version 2024.7 (habe ich jetzt noch so im Kopf) Zeit ist.

Das ganze ist auch in den Releasenotes beschrieben, die man bei jedem Update lesen muss.
 

Zurzeit aktive Besucher

Letzte Anleitungen

Statistik des Forums

Themen
6.377
Beiträge
61.478
Mitglieder
6.543
Neuestes Mitglied
Willem
Zurück
Oben