docs: record ha mqtt integration

This commit is contained in:
2026-06-13 08:49:46 +02:00
parent 0f5045ea8e
commit 170a7dcc1f
6 changed files with 36 additions and 11 deletions
+21 -2
View File
@@ -83,6 +83,8 @@ docker logs --tail=100 smarthome-mosquitto
- Keine Trusted-Proxy-Fehler im HA-Log.
- MQTT-Broker-Smoke: `homeassistant`-User aus `secrets.yaml` kann gegen
`smarthome-mosquitto:1883` publish/subscriben.
- HA-MQTT-Integration ist verbunden: Config-Entry `smarthome-mosquitto` ist
`loaded`, Mosquitto sieht einen HA-Client mit User `homeassistant`.
- HA-native Backup-Erstellung funktioniert; Beispielartefakt:
`/mnt/user/appdata/homeassistant/backups/Custom_backup_2026.6.1_2026-06-13_08.25_38034438.tar`.
- Backup-Artefakt ist lesbar (`backup.json`, `homeassistant.tar.gz`).
@@ -134,5 +136,22 @@ erfolgreich:
- Ergebnis: HA HTTP/API/check_config gruen, MQTT Publish/Subscribe und retained
Topic nach Broker-Restart gruen
Naechster Schritt nach der Foundation: HA-MQTT-Integration im UI mit Broker
`smarthome-mosquitto:1883` verbinden und danach per API/Log pruefen.
Status 2026-06-13: HA-MQTT-Integration ist produktiv verbunden.
Verifikation:
```sh
TOKEN=$(cat /mnt/user/appdata/secrets/ha_token_codex)
curl -ksS -H "Authorization: Bearer $TOKEN" \
https://home.kaleschke.info/api/config/config_entries/entry
docker logs --tail=120 smarthome-mosquitto
docker exec homeassistant python -m homeassistant --script check_config --config /config
```
Erwartung: Ein MQTT-Config-Entry `smarthome-mosquitto` mit Status `loaded`, ein
Mosquitto-Client mit User `homeassistant`, und `check_config` ohne Fehler.
Naechster Schritt nach Foundation + MQTT: Tibber per HA-UI-Config-Flow
verbinden. Danach SolarEdge bewusst entscheiden: Cloud-Integration fuer den
schnellen Energy-Dashboard-Einstieg oder lokales Modbus-TCP nach
Inverter-Pruefung.