evcc-io / evcc

Sonne tanken ☀️🚘
https://evcc.io
MIT License
3.45k stars 638 forks source link

Batterie Ladung und Entladung wird in der evcc-Übersicht nicht angezeigt. (Sungrow Hybrid 10 kWp und BYD 7,7kW Speicher) #10676

Closed rssprinter closed 11 months ago

rssprinter commented 11 months ago

Describe the bug

In der evcc Übersicht wird die Batterie-Leistung beim Laden, als auch beim Entladen nicht angezeigt.

grafik

In der Wechselrichter Grafik sind die Lade- und Entladeleiszungen vorhanden: grafik

Obwohl die Baterie gerade mit 3,71 kw entlädt wir dieses in evcc nicht angezeigt.

Anbei die Konfiguration und das Log Output

Steps to reproduce

1. 2. 3. ...

Configuration details

# 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: xxxx

interval: 10s # control cycle interval

sponsortoken: eyJhbGciOiJIUzI..........

# sponsors can set telemetry: true to enable anonymous data aggregation
# see https://github.com/evcc-io/evcc/discussions/4554
telemetry: true

site:
  title: Zugspitzstrasse
  meters:
    grid: Netz
    pv:
    - Sungrow
    battery:
    - BYD

tariffs:
  currency: EUR # (default EUR)
  grid:
    type: fixed
    price: 0.32 # [currency]/kWh
  feedin:
    type: fixed
    price: 0.08 # [currency]/kWh

meters:
- type: template        #  Meters Netz 
  template: sungrow-hybrid 
  id: 1  
  host: 192.168.0.37  
  port: 502  
  usage: grid  
  modbus: tcpip  
  name: Netz

- type: template        #  Meters PV
  template: sungrow-hybrid 
  id: 1  
  host: 192.168.0.37  
  port: 502  
  usage: pv
  modbus: tcpip  
  name: Sungrow 

- type: template        #  Meters Battery
  template: sungrow-hybrid 
  id: 1  
  host: 192.168.0.37  
  port: 502  
  usage: battery  
  modbus: tcpip  
  name: BYD

- type: template        #  Meters Shelly
  template: shelly-1pm
  usage: Poolpumpe
  host: 192.168.0.39
  name: shelly_m_Poolpumpe

chargers:
- type: template        #  Charger go-e
  template: go-e-v3 
  host: 192.168.0.42  
  name: wallbox6

- type: template        #  Charger Shelly
  template: shelly 
  host: 192.168.0.39
  channel: 0
  standbypower: -1
  name: shellysolar

vehicles:
- type: template        #  Fahrzeug Volvo
  template: volvo-connected
  title: Volvo XC90E  
  user: xxxxx  
  password: xxxxx  
  vin: xxxxxx
  capacity: 12.6  
  icon: car
  vccapikey: d76f......
  name: Volvo

- type: template        #  Fahrzeug BMW
  template: bmw 
  title: BMW 320E  
  user: yyyyyyy  
  password: yyyyyy
  vin: yyyyyyy 
  capacity: 12.6 
  name: BMW
  icon: car

- type: template
  template: offline     #  Fahrzeug Pumpe
  title: Poolpumpe
  phases: 1
#  targetSoc: 5
  name: heizen
  icon: generic

loadpoints:
- title: Garage         #  Ladepunkt Garage 
  charger: wallbox6
  mode: pv
  phases: 0
  mincurrent: 6
  maxcurrent: 32
  vehicle: Volvo
  priority: 3
  resetOnDisconnect: true
  soc:
    poll:
      mode: charging
      interval: 60m
    estimate: true
- title: Pool           #  Ladepunkt Pool 
  charger: shellysolar
  meter: shelly_m_Poolpumpe
  vehicle: heizen
  mode: off
  phases: 1
  mincurrent: 0.07
  maxcurrent: 3
  priority: 1
  resetOnDisconnect: true
  enable:
    threshold: 0
    delay: 10s
  disable:
    threshold: 200
    delay: 10m
  guardduration: 5m

Log details

root@evcc:~# evcc meter
[main  ] INFO 2023/11/06 14:32:18 evcc 0.122.0
[main  ] INFO 2023/11/06 14:32:18 using config file: /etc/evcc.yaml
[db    ] INFO 2023/11/06 14:32:18 using sqlite database: /root/.evcc/evcc.db
Netz
----
Power:  -540W
Energy: 2224.8kWh

Sungrow
-------
Power:  0W
Energy: 3891.1kWh

BYD
---
Power:  0W
Energy: 5.1kWh
Soc:    17%

shelly_m_Poolpumpe
------------------
Power:  0W
Energy: 0.2kWh

What type of operating system are you running?

Linux

Version

v0.122.0

StefanSchoof commented 11 months ago

Hast du den Hinweis zu dem Anschluss beachtet?

Die Verbindung ist seriell (RS485) oder über die native (hintere) LAN-Buchse am Wechselrichter möglich. Verbindungen über das WiNet-S-Dongle (WiFi oder LAN) funktionieren NICHT korrekt.

https://docs.evcc.io/docs/devices/meters/#sh-series-hybrid-inverter