-
-
Notifications
You must be signed in to change notification settings - Fork 720
scream05: Fronius Symo GEN24 8.0, BYD HVS 10, go‐E Homefix, MG5, Tibber, Home Assistant
docolli edited this page Mar 5, 2024
·
2 revisions
Fronius Symo GEN24 8.0 Wechselrichter mit 7,8 kWp
BYD HVS 10.24
Typ: Fronius Smart Meter (RTU)
go-E Charger Homefix (Hardware-Version V2) - 3 phasiges Laden möglich - max. 11 kW
MG5 Luxury (61,1 kWh)
- EVCC läuft als Home Assistant Add-On auf einem Raspberry Pi 5
- PV gesteuerte Ladung
- Tibber-Anbindung zum dynamischen Strompreis-Laden des E-Fahrzeugs und Batteriespeichers (gerade in Test - derzeit manuelle Einstellungen)
- Logging der Ladevorgänge (jährliche Verbrauchsanalyse für E-Fahrzeug im Vergleich zu Verbrennern)
# open evcc at http://evcc.local:7070
network:
schema: http
host: evcc.local # .local suffix announces the hostname on MDNS
port: 7070
log: debug
levels:
cache: error
# unique installation id
plant: XXX
interval: 10s # control cycle interval
sponsortoken: XXX
# sponsors can set telemetry: true to enable anonymous data aggregation
# see https://github.com/evcc-io/evcc/discussions/4554
telemetry: true
meters:
- type: template
template: fronius-solarapi-v1
usage: grid
host: 192.168.XXX
user: customer
password: XXX
name: grid
- type: template
template: fronius-solarapi-v1
usage: pv
host: 192.168.XXX
user: customer
password: XXX
name: pv
- type: template
template: fronius-solarapi-v1
usage: battery
host: 192.168.XXX
port: 502
user: customer
password: XXX
name: batterie
chargers:
- type: template
template: go-e
host: 192.168.XXX
name: wallbox3
loadpoints:
- title: WallboxUnten
charger: wallbox3
vehicle: MG5
mode: pv # Standardeinstellung bei Start von EVCC
#phases: 3
#mincurrent: 6
#maxcurrent: 16
soc:
poll:
mode: always
interval: 300m
tariffs:
currency: EUR # (default EUR)
grid:
# static grid price
# type: fixed
# price: 0.XXX # [currency]/kWh
type: tibber
token: XXX
co2:
type: grünstromindex
zip: XXX # PLZ mit fuehrender Null mit in "" setzen
feedin:
# rate for feeding excess (pv) energy to the grid
type: fixed
price: 0.XXX # [currency]/kWh
vehicles:
- name: MG5
type: template
template: mg2mqtt
title: MG5 # Wird in der Benutzeroberflaeche angezeigt (optional)
user: XXX
vin: XXX
capacity: 60 # Akkukapazitaet in kWh (optional)
timeout: 1h # optional
mqtt:
broker: 192.168.XXX
topic: saic
user: mqttmg
password: mqttmg
site:
title: Home
meters:
grid: grid
pv: pv
battery: batterie
residualPower: 100