Skip to main content

Home Assistent

Der HomeAssistent wurde mit einem Helper-Script angelegt. Siehe Kapitel Server, HAOS.

Einstellungen

Allgemein

image.png

Netzwerk

image.png

Backup

Ist nicht konfiguriert, denn es wird die gesamte VM durch Proxmox mitgesichert.

Bereiche / Zonen

Die Home-Zone ist zwingend einzurichten, damit standortabhängige Automatisierungen funktionieren.

Integrationen

Die meisten Geräte wurden automatisch erkannt - sofern sie im WLAN sind (Broadcast). Wie z.B DENON, SAMSUNG TV, AVM FritzBox, HP Drucker, Logitech Harmony Hub, BOSCH, Philipps HUE

HACS

einfach die Webseite: https://hacs.xyz/ öffnen, und danach installieren. Hier keine weitere Anleitung - denn die installierung könnte sich ändernändern.

image.png

RaspberryMatic

Die Installierung ist auf https://github.com/sukramj/homematicip_local erklärt. Danach den Geräten in HAOS den Raum und eventuell Namen zuweisen.

iCloud3v3

veraltete Integration, die jedoch eine riesige Ansammlung an Daten aus Apple auslesen kann.
Wurde ersetzt durch die HomeAssistent-App am Handy. Diese Integration benötigt alle paar Monate erneuerte Zugriffsrechte.
VORSCHLAG: LÖSCHEN

Philipps HUE

Die Integration wird automatisch erkannt und benötigt nur noch das Passwort. Die Geräte können danach importiert werden.

Automatisierung

image.png

alias: Heizung an
description: ""
triggers:
  - trigger: zone
    entity_id: device_tracker.iphone_16_pro
    zone: zone.home
    event: enter
conditions: []
actions:
  - action: climate.set_hvac_mode
    metadata: {}
    target:
      entity_id:
        - climate.hmip_etrv_b_2_r4m_0039a40993979b
        - climate.hmip_etrv_b_2_r4m_0039a2699ee3b5
        - climate.hmip_etrv_b_2_r4m_0039a4099398cf
        - climate.hmip_etrv_b_2_r4m_0039a2699ee3b8
        - climate.hmip_etrv_b_2_r4m_0039a4099a1ad7
        - climate.hmip_etrv_b_2_r4m_0039a4099399c2
        - climate.hmip_etrv_b_2_r4m_0039a2699eea38
    data:
      hvac_mode: auto
mode: single

image.png

alias: Heizung aus
description: Wenn Wolfi das Haus verlässt, geht die Heizung aus
triggers:
  - trigger: zone
    entity_id: device_tracker.wolfi_s_15pro_max
    zone: zone.home
    event: leave
conditions: []
actions:
  - action: climate.set_hvac_mode
    metadata: {}
    target:
      entity_id:
        - climate.hmip_etrv_b_2_r4m_0039a40993979b
        - climate.hmip_etrv_b_2_r4m_0039a2699ee3b5
        - climate.hmip_etrv_b_2_r4m_0039a4099398cf
        - climate.hmip_etrv_b_2_r4m_0039a2699ee3b8
        - climate.hmip_etrv_b_2_r4m_0039a4099a1ad7
        - climate.hmip_etrv_b_2_r4m_0039a4099399c2
        - climate.hmip_etrv_b_2_r4m_0039a2699eea38
    data:
      hvac_mode: "off"
mode: single
Skripte

image.png

Wurden mit dem oder für das Handy, in der HomeAssistent-App, erstellt.

Blueprints

Werden sehr Wichtig - die ZUKUNFT - das werde ich demnächst verfolgen, aufgrund der Komplexität nicht jetzt

 

Konfig DASHBOARD (RAW-Modus)

views:
  - title: Home
    sections:
      - type: grid
        cards:
          - type: heading
            heading_style: title
          - show_current: true
            show_forecast: true
            type: weather-forecast
            entity: weather.forecast_home
            forecast_type: daily
            name: Lappersdorf
            grid_options:
              columns: 24
              rows: 4
        column_span: 2
      - type: grid
        cards:
          - type: heading
            heading: Steuern
            heading_style: title
          - type: picture
            image: /api/image/serve/2dcf26e04d183ec1d8b903aca63758bd/512x512
            tap_action:
              action: navigate
              navigation_path: /dashboard-wolfi/licht
            alt_text: Licht
          - type: picture
            image: /api/image/serve/2c71e25bcdca58788c70c80e8c0c5cd8/512x512
            tap_action:
              action: navigate
              navigation_path: /dashboard-wolfi/heizung
          - type: picture
            image: /api/image/serve/637577d5ec79b781840ef0702f575342/512x512
            tap_action:
              action: navigate
              navigation_path: /dashboard-wolfi/allgemein
          - type: picture
            image: /api/image/serve/33a94d01596382a6e1a59fbec47f3ed5/512x512
            tap_action:
              action: navigate
              navigation_path: /dashboard-wolfi/radio
          - type: picture
            image: /api/image/serve/5d38ee3ad21f8417877d0493aea1ecc2/512x512
            tap_action:
              action: navigate
              navigation_path: /dashboard-wolfi/batterien
        column_span: 2
    badges: []
    type: sections
    max_columns: 2
    cards: []
  - type: masonry
    path: licht
    title: Licht
    icon: mdi:ceiling-light-multiple
    subview: true
    cards:
      - type: entities
        entities:
          - entity: switch.hmip_bsm_00085d899dd137
          - entity: switch.hmip_drsi1_0029df29968b17
          - entity: light.bar
          - entity: light.hmip_rgbw_0033e0c9ad37d2
          - entity: light.buro
          - entity: light.hmip_rgbw_0033e40999f4c5
          - entity: light.esszimmer
          - entity: light.sofa
          - entity: light.tv
          - entity: light.tv_2
          - entity: light.ventilator
        show_header_toggle: false
        state_color: true
      - type: light
        entity: light.all_lights
        name: Alle Lichter
        hold_action:
          action: toggle
    badges: []
  - type: masonry
    path: heizung
    title: Heizung
    icon: mdi:radiator
    subview: true
    cards:
      - type: thermostat
        entity: climate.hmip_etrv_b_2_r4m_0039a4099a1ad7
        show_current_as_primary: true
        features:
          - type: climate-hvac-modes
      - type: thermostat
        entity: climate.hmip_etrv_b_2_r4m_0039a4099398cf
        show_current_as_primary: true
        features:
          - type: climate-hvac-modes
      - type: thermostat
        entity: climate.hmip_etrv_b_2_r4m_0039a4099399c2
        show_current_as_primary: true
        features:
          - type: climate-hvac-modes
      - type: thermostat
        entity: climate.hmip_etrv_b_2_r4m_0039a2699eea38
        show_current_as_primary: true
        features:
          - type: climate-hvac-modes
      - type: thermostat
        entity: climate.hmip_etrv_b_2_r4m_0039a2699ee3b5
        show_current_as_primary: true
        features:
          - type: climate-hvac-modes
      - type: thermostat
        entity: climate.hmip_etrv_b_2_r4m_0039a2699ee3b8
        show_current_as_primary: true
        features:
          - type: climate-hvac-modes
      - type: thermostat
        entity: climate.hmip_etrv_b_2_r4m_0039a40993979b
        show_current_as_primary: true
        features:
          - type: climate-hvac-modes
  - type: masonry
    path: radio
    title: Radio
    icon: mdi:music
    subview: true
    cards: []
  - type: masonry
    path: batterien
    title: Batterien
    icon: mdi:battery-charging
    subview: true
    cards:
      - type: entities
        entities:
          - entity: binary_sensor.hmip_wkp_002ea0c98edae8_batterie
          - entity: binary_sensor.hmip_dld_002a1f298d0e49_batterie
          - entity: binary_sensor.hmip_krck_0009df298d18ce_batterie
          - entity: binary_sensor.hmip_swsd_000a6269917bdb_batterie
          - entity: binary_sensor.hmip_swsd_000a5f2996ffbf_batterie
          - entity: binary_sensor.hmip_etrv_b_2_r4m_0039a40993979b_batterie
          - entity: binary_sensor.hmip_etrv_b_2_r4m_0039a2699ee3b5_batterie
          - entity: binary_sensor.hmip_etrv_b_2_r4m_0039a4099398cf_batterie
          - entity: binary_sensor.hmip_etrv_b_2_r4m_0039a2699ee3b8_batterie
          - entity: binary_sensor.hmip_etrv_b_2_r4m_0039a4099a1ad7_batterie
          - entity: binary_sensor.hmip_etrv_b_2_r4m_0039a4099399c2_batterie
          - entity: binary_sensor.hmip_etrv_b_2_r4m_0039a2699eea38_batterie
        title: Batteriezustand
        state_color: true
      - type: custom:battery-state-card
  - type: sections
    title: Allgemein
    path: allgemein
    cards: []
    icon: mdi:home
    subview: true
    sections:
      - type: grid
        cards:
          - type: heading
            heading: Garage
          - features:
              - type: cover-open-close
            type: tile
            entity: cover.hmip_mod_ho_002420c995c7a5
            grid_options:
              columns: 12
              rows: 1
            hide_state: true
          - type: tile
            entity: switch.hmip_mod_ho_002420c995c7a5
            grid_options:
              columns: 12
              rows: 1
            name: Garage Licht
            icon: mdi:ceiling-light
            show_entity_picture: false
            tap_action:
              action: toggle
            vertical: false
      - type: grid
        cards:
          - type: heading
            heading: Wohnungstüre
          - features:
              - type: lock-commands
              - type: lock-open-door
            type: tile
            entity: lock.hmip_dld_002a1f298d0e49
            grid_options:
              columns: 12
              rows: 1
            hide_state: true
      - type: grid
        cards:
          - type: heading
            heading: Wassermelder Küche
          - type: tile
            entity: binary_sensor.hmip_swd_0018a2698cb7dd_alarmzustand
          - type: tile
            entity: binary_sensor.hmip_swd_0018a2698cb7dd_feuchtigkeit_erkannt
          - type: tile
            entity: binary_sensor.hmip_swd_0018a2698cb7dd_wasserstand_erkannt
      - type: grid
        cards:
          - type: heading
            heading: Rauchmelder Flur
          - type: tile
            entity: sensor.hmip_swsd_000a6269917bdb_rauchmelder_alarmstatus
            grid_options:
              columns: 12
              rows: 1
      - type: grid
        cards:
          - type: heading
            heading: Rauchmelder Wohnzimmer
          - type: tile
            entity: sensor.hmip_swsd_000a60c9a04d52_rauchmelder_alarmstatus
            grid_options:
              columns: 12
              rows: 1
      - type: grid
        cards:
          - type: heading
            heading: Rauchmelder Küche
          - type: tile
            entity: sensor.hmip_swsd_000a5f2996ffbf_rauchmelder_alarmstatus
            grid_options:
              columns: 12
              rows: 1
      - type: grid
        cards:
          - type: heading
            heading: Türkontakt
            heading_style: title
            badges: []
            icon: ''
          - type: tile
            grid_options:
              columns: full
            entity: binary_sensor.hmip_swdm_2_0034a2699b26e1
            name: Wohungstür
            vertical: false
            features_position: bottom
    max_columns: 3