HAOS Add-on v1.1.0: Multi-Wechselrichter Support
- Unbegrenzt viele Wechselrichter über Web UI verwaltbar (Add/Edit/Delete) - Pro Wechselrichter: eigener Poll-Thread, MQTT-Topic-Präfix, HA Device - Shared MQTT-Publisher: eine Verbindung für alle Wechselrichter - Migration: bestehende Single-Inverter-Config wird automatisch übernommen - Live-Daten: pro Wechselrichter mit Online/Offline-Badge - config.yaml: nur noch MQTT global, Wechselrichter über /data/config.json Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-13
@@ -1,5 +1,5 @@
|
||||
name: Growatt ShineLAN-X
|
||||
version: "1.0.5"
|
||||
version: "1.1.0"
|
||||
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
|
||||
@@ -14,24 +14,12 @@ ingress: true
|
||||
ingress_port: 8099
|
||||
panel_icon: mdi:solar-power
|
||||
options:
|
||||
modbus_ip: "10.10.20.190"
|
||||
modbus_port: 502
|
||||
modbus_address: 1
|
||||
inverter_model: "MIC_1500_TL_X"
|
||||
mqtt_broker: "core-mosquitto"
|
||||
mqtt_port: 1883
|
||||
mqtt_user: ""
|
||||
mqtt_pass: ""
|
||||
mqtt_topic_prefix: "growatt/shinelanx"
|
||||
update_interval: 30
|
||||
schema:
|
||||
modbus_ip: str
|
||||
modbus_port: int
|
||||
modbus_address: int
|
||||
inverter_model: str
|
||||
mqtt_broker: str
|
||||
mqtt_port: int
|
||||
mqtt_user: str
|
||||
mqtt_pass: password
|
||||
mqtt_topic_prefix: str
|
||||
update_interval: int
|
||||
|
||||
Reference in New Issue
Block a user