Solaredge Integration #665
-
|
Hat jemand eine Idee wie ein Solaredge Wechselrichter incl. Batterie eingebunden wird? evcc version: 0.45 [main ] FATAL 2021/02/12 16:02:34 failed configuring site: 1 error(s) decoding: |
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 68 replies
-
|
Formatiert könnte man den yaml Fehler sicher sehen. So unmöglich ⭕ |
Beta Was this translation helpful? Give feedback.
-
|
Besten Dank für die schnelle Hilfe, bin jetzt wohl einen Schritt weiter. Alledings sehe ich jetzt in der GUI einen Wert für alle 3 Meter den ich nicht zuordnen kann. Ist das evtl. ein generelles Problem bei Solaredge? Danke vorab! |
Beta Was this translation helpful? Give feedback.
-
|
Sieht schon etwas besser aus, aber die Umrechnung passt irgendwie noch nicht. |
Beta Was this translation helpful? Give feedback.
-
|
Unter https://github.com/andig/evcc-config gibt es jetzt die passenden Konfigurationsbeispiele für SolarEdge. |
Beta Was this translation helpful? Give feedback.
-
|
Hallo zusammen, Als erstes, vielen Dank für dieses tolle Projekt und die viele Arbeit die Ihr schon investiert habt. Seit letzter Woche ist meine PV-Anlage in Betrieb. Gestern habe ich nun angefangen mich mit evcc auseinander zu setzten. Mittlerweile habe ich es auch geschafft eine funktionierende config-Datei zu kreieren. Aber, auch ich habe Probleme mit meinem SolarEdge WR SE5K-RWS. meters:
- name: grid
type: default
power:
type: modbus
uri: 10.0.100.101:502
id: 1
register:
address: 40206
type: holding
decode: int16
scale: -1
- name: pv
type: modbus
uri: 10.0.100.101:502
id: 1
- name: battery
type: default
power:
type: modbus
uri: 10.0.100.101:502
id: 1
register:
address: 62836
type: holding
decode: float32s
scale: -1
soc:
type: modbus
uri: 10.0.100.101:502
id: 1
register:
address: 62852
type: holding
decode: float32s |
Beta Was this translation helpful? Give feedback.
-
|
Hi mine seems to be working with this config I have 1 master (ip .15 in the config) with 1 battery and the grid meter connected + 2 RS458 slave inverters (one with a second battery and one with the PV) |
Beta Was this translation helpful? Give feedback.
-
|
I've updated my config file with
the cli show the pv meter now: but the UI still not any clue? |
Beta Was this translation helpful? Give feedback.
-
|
I think 62836 is the address for the power W of the RESU 7H battery but for mine (10H) it could be different - as the reading are significantly different from what the portal report. Anyone know where I can find the right one? the modbus documentation of Solaredge only refers to the Inverters /edit |
Beta Was this translation helpful? Give feedback.






Unter https://github.com/andig/evcc-config gibt es jetzt die passenden Konfigurationsbeispiele für SolarEdge.
Der PV-Teil ist SunSpec-Standard (Generic). Für Batterie- und Gridmeter gibt es spezielle SolarEdge-Konfigurationen.