ec26782765
- Tarifart: Festpreis / Flexibel (Börsenstrom) — Radio-Toggle in Einstellungen - Flexibel: Aufschlag (ct/kWh) + Land (DE/AT) konfigurierbar - /api/period-energy: bei tariff_type=spot → historische aWATTar-Preise, 1h Cache - Kostenrechnung Monat/Jahr: Ø Börsenpreis + Aufschlag statt Festpreis - Periodenkarte zeigt "Ø X.X + Y.Y ct/kWh" bei Börsentarif - Spot-Chart-Toggle in Einstellungen (spot_chart true/false) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
26 lines
543 B
YAML
26 lines
543 B
YAML
name: ShineBridge
|
|
version: "1.8.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/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
|