Deye 12K-LP3, I/O Timeout oder connection refused #18251
Unanswered
KiloViktor
asked this question in
Erste Hilfe
Replies: 2 comments
-
Hi, |
Beta Was this translation helpful? Give feedback.
0 replies
-
Laut diesem Beitrag #22046 (comment) kann dieser Wechselrichter kein Modbus TCP. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
ich habe einen Deye SUN 12K-SG04LP3-EU mit Batterie per LAN Dongle angeschlossen. EVCC auf einem Raspberry Pi in dem LAN laufen. Ersetzt wurde ein Fronius Gen24+Batterie+EVCC und das lief einwandfrei. Nun habe ich versucht die Config anzupassen laut der Wiki Seite.
Ich benutze tcpip und Port 502 wie beim Fronius. Wenn ich EVCC starte bekomme ich nichts angezeigt und nur den Fehler "connect: connection refused".
Habe den Port auf 8899 geändert, dann läuft EVCC und zeigt mir alles richtig an, jedoch bekomme ich jede Minute i/o Time Out Fehler (für grid, pv und battery)
[site ] ERROR 2025/01/16 23:23:26 battery 1 power: read failed: read tcp 192.168.2.5:58056->192.168.10.30:8899: i/o timeout
[site ] ERROR 2025/01/16 23:23:36 pv 1 power: add[0]: read failed: read tcp 192.168.2.5:50306->192.168.10.30:8899: i/o timeout
[site ] ERROR 2025/01/16 23:23:46 battery 1 soc: read failed: read tcp 192.168.2.5:41902->192.168.10.30:8899: i/o timeout
[site ] ERROR 2025/01/16 23:23:46 grid power: read failed: read tcp 192.168.2.5:51210->192.168.10.30:8899: i/o timeout
Wieso geht Port 502 gar nicht? Laut Wiki wäre es der Richtige und Fronius hat auch 502 benutzt. Den Deye hab ich online bei Solarman hinterlegt damit ich unterwegs meine Daten auslesen kann. Kann das zu Konflikten führen? Der Fronius war ja auch in Solarweb hinterlegt.
edit/Update: Habe die Anlage zum Testen bei Solarman rausgenommen, allerdings weiterhin i/o timeout Fehler. Liegt also nicht daran.
Hier noch meine Config:
meters:
type: template
template: deye-hybrid-3p
usage: grid
modbus: tcpip
id: 1
host: 192.168.10.XX
port: 8899
name: grid
type: template
template: deye-hybrid-3p
usage: pv
modbus: tcpip
id: 1
host: 192.168.10.XX
port: 8899
name: pv
type: template
template: deye-hybrid-3p
usage: battery
modbus: tcpip
id: 1
host: 192.168.10.XX
port: 8899
name: battery
chargers:
template: go-e-v3
host: 192.168.10.XX
name: wallbox5
vehicles:
template: tesla
title: Tesla Y
accessToken:
refreshToken:
capacity: 71
name: teslay
mincurrent: 6
maxcurrent: 16
loadpoints:
charger: wallbox5
vehicle: teslay
mode: now
phases: 0
mincurrent: 6
maxcurrent: 16
tariffs:
grid:
type: template
template: awattar
region: AT # optional
site:
title: Laborweg
meters:
grid: grid
pv:
- pv
battery:
- battery
residualPower: 100
Beta Was this translation helpful? Give feedback.
All reactions