From cfb543d6806052c75337ac93e34bda90e209654b Mon Sep 17 00:00:00 2001 From: Stefan Ostermann Date: Sat, 21 Jun 2025 20:31:35 +0000 Subject: [PATCH] updates, README --- README.md | 11 +++++++++++ ai/docker-compose.yml | 2 +- hass/homeassistant/automations.yaml | 21 +++++++++++++++++++++ 3 files changed, 33 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e6f727d..950f434 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,14 @@ The traefik proxy does not run on this machine but it's own LXC container on pro Stop home assistant first if jellyfin isn't starting. +## Drives (view from the ubuntu guest) + +| Device | Size | Mount Point | Usage | +|--------|---------|----------------------|---------------------------| +| sda | 1.2TB | `/` (root) | System disk | +| sdb | 4.5TB | `/media/extension` | Media storage (Jellyfin/Samba) | +| sdc | 3.4TB | `/media/ssd` | Additional Samba shares | + +## Backup Strategies + +TODO diff --git a/ai/docker-compose.yml b/ai/docker-compose.yml index c8a37df..c123cf9 100644 --- a/ai/docker-compose.yml +++ b/ai/docker-compose.yml @@ -1,6 +1,6 @@ services: openwebui: - image: ghcr.io/open-webui/open-webui:0.6.5 + image: ghcr.io/open-webui/open-webui:0.6.15 container_name: open-webui restart: always environment: diff --git a/hass/homeassistant/automations.yaml b/hass/homeassistant/automations.yaml index 66dd2bd..e5a9fbc 100644 --- a/hass/homeassistant/automations.yaml +++ b/hass/homeassistant/automations.yaml @@ -521,6 +521,9 @@ - condition: time after: 06:12:00 before: 08:30:00 + - condition: numeric_state + entity_id: counter.bewegung_kueche + below: 1 actions: - action: light.turn_on metadata: {} @@ -531,6 +534,10 @@ device_id: a09f77bde7ba5098df0c3ec599ca7377 entity_id: 2a315e13dac7a4d0e3a5331216e79a5b domain: switch + - action: counter.increment + target: + entity_id: counter.bewegung_kueche + data: {} mode: single - id: '1743200211639' alias: Keller Fernbedienung an @@ -548,3 +555,17 @@ entity_id: c6e2dd01af76651db7bd1720f95768f9 domain: switch mode: single +- id: '1746795409856' + alias: Zähler Küche zurücksetzen + description: '' + triggers: + - trigger: time + at: 00:00:00 + conditions: [] + actions: + - action: counter.reset + metadata: {} + data: {} + target: + entity_id: counter.bewegung_kueche + mode: single