From c1fc3a080a6586e06d4d5e3f9770a49a44dae1ad Mon Sep 17 00:00:00 2001 From: retr0 <42kdesigners@gmail.com> Date: Fri, 24 Apr 2026 22:50:07 +0200 Subject: [PATCH] HAOS Add-on: Schema-Fix + Arch bereinigt - inverter_model schema: str statt Pipe-Enum (HA kennt keinen Pipe-Syntax) - arch: nur aarch64 + amd64 (armhf/armv7/i386 deprecated) Co-Authored-By: Claude Sonnet 4.6 --- haos-addon/config.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/haos-addon/config.yaml b/haos-addon/config.yaml index 63676fc..3b11868 100644 --- a/haos-addon/config.yaml +++ b/haos-addon/config.yaml @@ -4,11 +4,8 @@ slug: growatt_shinelan_x description: Growatt Wechselrichter via ShineLAN-X (NuttX Modbus TCP) - MQTT Discovery + Web UI url: https://gitea.bitfire.work/retr0/Growatt-Wechselrichter-HAOS arch: - - armhf - - armv7 - aarch64 - amd64 - - i386 startup: application boot: auto ingress: true @@ -29,7 +26,7 @@ schema: modbus_ip: str modbus_port: int modbus_address: int - inverter_model: "MIC_1500_TL_X|MIC_2000_TL_X|SPH_5000_TL3|MOD_6000_TL3" + inverter_model: str mqtt_broker: str mqtt_port: int mqtt_user: str