7904d498b5
Bug 1 — Eigenversorgungskarte verschwindet wenn PV offline: - savings_kwh wird jetzt gesetzt wenn pv_total vorhanden (grid_exp muss nicht mehr explizit vorhanden sein, default 0.0) - Karte bleibt sichtbar auch wenn Wechselrichter offline geht Bug 2 — Stromtarif-Einstellungen gehen beim Speichern verloren: - savePrices(): parseInt mit || 1 Fallback, verhindert NaN → JSON-null - api_save_config(): None-Checks + try/except für alle numerischen Keys, save_config() wird garantiert immer aufgerufen Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
26 lines
544 B
YAML
26 lines
544 B
YAML
name: ShineBridge
|
|
version: "1.8.20"
|
|
slug: shinebridge
|
|
description: Growatt Wechselrichter lokal in Home Assistant — Modbus TCP via ShineLAN-X, MQTT Discovery, Web UI
|
|
url: https://gitea.bitfire.work/retr0/shinebridge
|
|
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
|