# TODO - Pending Tasks ## Home Assistant - Åbne opgaver ### HA-fejl der skal fikses - [x] **Mealie shopping merge timeout** — udgået, merge med Google Keep droppes. Shopping-liste køres direkte i Mealie hver onsdag morgen. - [x] **aiohttp 400 Bad Request fra ekstern IP** — Løst: Nginx Proxy Manager sat op som HTTPS reverse proxy (`anneclaus.duckdns.org`). Let's Encrypt cert udstedt, Force HTTPS aktiveret. Port 8123 lukket på routeren. HA tilgås nu udelukkende via HTTPS på port 443. - [x] **switch.home_charging mangler** — Bilen oplades fint (16. maj 2026). Ikke et reelt problem. - [x] **climate.badevarelse** — Danfoss Ally TRV monteret og online (7. maj 2026). - [x] **Husqvarna Automower BLE — genopsæt parring** — Kørte fint. Problemet var at telefon-app'en kørte i baggrunden og holdt BLE-forbindelsen, selvom klipperen var slettet fra appen. - [x] **Google AI MAX_TOKENS i AI-indkørsel automation** — Ingen fejl observeret i loggen. Fjernet fra aktiv liste. ### HA - Kendte ikke-fejl (ingen handling nødvendig) - `husqvarna_automower_ble` BLE fejl — normalt når plæneklipperen klipper (men se auth fail-fejl ovenfor) - `light.spejl1/spejl2` mangler — strøm slukket på kontakt, OK ## Gitea External HTTPS Access **Status:** Partial - content accessible but SSL certificate warning ### Task 1: SSL Certificate Binding - [ ] Access Synology DSM Control Panel - [ ] Navigate to Security → Certificate - [ ] Bind the SSL certificate to `gitea.anneclaus.synology.me` in the reverse proxy configuration - [ ] If certificate missing: Obtain new Let's Encrypt certificate for the hostname - [ ] Test: Verify no SSL warning when accessing https://gitea.anneclaus.synology.me/ ### Task 2: Update Gitea Configuration for External URL - [ ] Edit `.env.infrastructure` file - [ ] Update the following variables: ``` GITEA_DOMAIN=gitea.anneclaus.synology.me GITEA_ROOT_URL=https://gitea.anneclaus.synology.me/ GITEA_SSH_DOMAIN=gitea.anneclaus.synology.me ``` - [ ] Restart Gitea container: ```bash docker compose --env-file .env.infrastructure -f docker-compose.infrastructure.yml up -d gitea ``` - [ ] Test: Verify Git clone links show external URL ### Notes - DNS routing and reverse proxy already working (content is accessible) - Only certificate binding and Gitea configuration update remaining - These changes will enable full external functionality for Git operations