evcc-io / evcc

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

SolarEdge SE9K (Inverter) ca. 400 Watt zuviel #16918

Closed Matze03 closed 4 hours ago

Matze03 commented 6 hours ago

Describe the bug

mit update 0.131.2 wird PV3 mit etwa 400 Watt zu viel ausgelesen, selbst jetzt bei Dunkelheit, wo dieser WR im Standby gegangen ist

Steps to reproduce

  1. update auf 0.131.2
  2. ...

Configuration details

meters:
- name: netz
  type: template
  template: solaredge-hybrid
  usage: grid
  modbus: tcpip
  id: 1
  host: 172.16.50.7
  port: 502
- name: pv1
  type: template
  template: solaredge-hybrid
  usage: pv
  modbus: tcpip
  id: 1
  host: 172.16.50.7
  port: 502
- name: pv2
  type: template
  template: solaredge-hybrid
  usage: pv
  modbus: tcpip
  id: 2
  host: 172.16.50.7
  port: 502
- name: pv3
  type: template
  template: solaredge-inverter
  usage: pv
  modbus: tcpip
  id: 3
  host: 172.16.50.7
  port: 502
- name: battery1
  type: template
  template: solaredge-hybrid
  usage: battery
  modbus: tcpip
  id: 1
  host: 172.16.50.7
  port: 502
  capacity: 9.2 # in kWh
- name: battery2
  type: template
  template: solaredge-hybrid
  usage: battery
  modbus: tcpip
  id: 2
  host: 172.16.50.7
  port: 502
  capacity: 9.2 # in kWh

Log details

Das Log hatte ich mir jetzt nicht aufgehoben, jedoch zeigte es von WR3 die PV Leistung von diesen knapp 400 Watt an, als sei es real. Erst als ich die Modbus Daten mit HomeAssistent verglich, kam ich drauf, dass es am update 131.2 liegen muss. Nach rückrollen auf älteres Snapshot (131.1) war das Problem sofort behoben.

What type of operating system are you running?

Linux

Nightly build

Version

0.131.2

andig commented 4 hours ago

Unfortunately your report is missing a detailed log file. Without log, we don‘t have the information for diagnosing the issue described. See https://docs.evcc.io/docs/faq#wie-kann-ich-ein-logfile-zur-fehleranalyse-erstellen.