0d6b860664
- haos-addon/: vollständiges HA Add-on (config.yaml, Dockerfile, build.yaml) - Python Backend: pymodbus Modbus TCP → paho-mqtt MQTT Discovery - Unterstützte Modelle: MIC 1500/2000 TL-X, SPH 5000 TL3, MOD 6000 TL3 - Web UI: Wechselrichter-Auswahl, Modbus/MQTT-Konfig, Live-Sensor-Grid (dark theme) - MQTT HA Discovery für alle Sensoren mit device_class, state_class, icon - ShineLAN-X/releases/nuttx-mbusd-shinelanx.bin: NuttX Firmware (ohne DFU, 0x08000000) - .gitignore: Logs, MQTT-JSON, shinelanx-modbus/ ausgeschlossen Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
8 lines
358 B
YAML
8 lines
358 B
YAML
build_from:
|
|
aarch64: ghcr.io/home-assistant/aarch64-base-python:3.11-alpine3.18
|
|
amd64: ghcr.io/home-assistant/amd64-base-python:3.11-alpine3.18
|
|
armv7: ghcr.io/home-assistant/armv7-base-python:3.11-alpine3.18
|
|
armhf: ghcr.io/home-assistant/armhf-base-python:3.11-alpine3.18
|
|
i386: ghcr.io/home-assistant/i386-base-python:3.11-alpine3.18
|
|
squash: false
|