9913dccfa9
Register 0x0030 liefert je nach SDM-630-Firmware-Variante den Phasenwinkel statt der Gesamtwirkleistung. total_power wird jetzt zuverlässig aus power_l1 + power_l2 + power_l3 berechnet und überschreibt den Hardware-Wert. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
26 lines
559 B
YAML
26 lines
559 B
YAML
name: ShineBridge
|
|
version: "1.2.1"
|
|
slug: shinebridge
|
|
description: Growatt Wechselrichter lokal in Home Assistant — Modbus TCP via ShineLAN-X, MQTT Discovery, Web UI
|
|
url: https://gitea.bitfire.work/retr0/Growatt-Wechselrichter-HAOS
|
|
arch:
|
|
- aarch64
|
|
- amd64
|
|
startup: application
|
|
boot: auto
|
|
init: false
|
|
host_network: true
|
|
ingress: true
|
|
ingress_port: 8099
|
|
panel_icon: mdi:solar-power
|
|
options:
|
|
mqtt_broker: "core-mosquitto"
|
|
mqtt_port: 1883
|
|
mqtt_user: ""
|
|
mqtt_pass: ""
|
|
schema:
|
|
mqtt_broker: str
|
|
mqtt_port: int
|
|
mqtt_user: str
|
|
mqtt_pass: password
|