Unterstützung für E3DC Farm als Batteriespeicher

Auflistung von gewünschten Features, Ausschreibung zur Umsetzung
Brovning
Beiträge: 64
Registriert: Mi Jul 21, 2021 8:46 am

Unterstützung für E3DC Farm als Batteriespeicher

Beitrag von Brovning »

Hallo Zusammen,

habe meinen E3DC S10 Pro zu einer Speicherfarm erweitert, bestehend aus einem Master und einem Slave Batteriespeicher von E3DC.
Im Farm-Betrieb nutzt der E3DC Speicher nicht mehr den Powermeter 0 = "Netz", sondern ein weiteres Powermeter 5 mit der ID105 = "Farm", welches am Hausanschlusspunkt installiert wird.

Nach Umstellung auf eine E3DC Farm funktioniert das E3DC Batteriespeicher Modul von OpenWB nicht mehr und zeigt dauerhaft Netz-Bezug/-Einspeisung = 0W an, da der falsche Zähler verwendet wird.

Aus meiner Sicht fehlt lediglich ein Schalter "Farm", welcher in diesem OpenWB Modul hinzugefügt werden müsste. Abhängig von diesem Schalter wird der Powermeter 0 (Standard) oder der Powermeter 5 (ID105=Farm) verwendet.
Modbus-Adresse des benötigten Farm-Zählers am Hausanschlusspunkt:
E3DC-Modbus_Leistungsmesser-Farm.jpg
Wo finde ich den Code des E3DC Batteriespeicher Moduls der OpenWB?
Gerne versuche ich mich auch selbst daran dieses Feature zu implementieren.


Gruß

Jürgen
openWB series2 Duo und openWB series2 standard+, E3DC Farm (S10 Pro+Quattroporte) mit 45,5 kWh und 19,84 kWp, Mercedes EQA, Tesla Model 3 + Y
okaegi
Beiträge: 2185
Registriert: Fr Mär 08, 2019 1:57 pm

Re: Unterstützung für E3DC Farm als Batteriespeicher

Beitrag von okaegi »

Habe gerade den E3dc Driver mit Yanniks Hilfe für Openwb 2.0 kompatibel gemacht.
Bei dem EVU Zugriff sucht der EVU Driver die maximal 7 Leistungsmesser ab. Diese sind verbaut ab 40105 (je 4 Byte). Diese werden aufgrund vom Type erkannt. Sofern der Typ 1 ist beim Leistungsmesser gefunden wird ist das der EVU Punkt. Die Position vom Leistungsmesser ist nicht relevant.
farm.png
Für deine Änderung müsstes du in der neues Nigthly

in /var/www/html/openWB/packages/modules/e3dc/counter.py

folgendes ändern:

powers = next(meters[i+1:i+4] for i in reversed(range(0, len(meters), 4)) if meters == 1)

neu

powers = next(meters[i+1:i+4] for i in reversed(range(0, len(meters), 4)) if meters == 5)

Dann würde er für den EVU Punkt den Leistungsmesser Farm (=5) nehmen.
Kannst du mal das ändern und ein Debug Log bringen ?
Gibst du zwei IP Adressen an und werden die Batterie / Lade Entladeleistung korrekt zusammengezählt ?
Danke
Gruss Oliver
Dateianhänge
farm1.png
Entwickler- openWB (ehrenamtlich) / Feedback zu Funktionen immer erwünscht..
Smarthomeprobleme siehe hier (update :!: ): viewtopic.php?f=14&t=5923
Brovning
Beiträge: 64
Registriert: Mi Jul 21, 2021 8:46 am

Re: Unterstützung für E3DC Farm als Batteriespeicher

Beitrag von Brovning »

Hallo,

vielen Dank für deine schnelle Rückmeldung!
Wo muss ich das ändern und wie bekomme ich das auf meine openWB?
Sorry für die doofe Frage...

Nein, es muss nur die IP des Masters angegeben werden und man erhält von diesem die Summe.
openWB series2 Duo und openWB series2 standard+, E3DC Farm (S10 Pro+Quattroporte) mit 45,5 kWh und 19,84 kWp, Mercedes EQA, Tesla Model 3 + Y
okaegi
Beiträge: 2185
Registriert: Fr Mär 08, 2019 1:57 pm

Re: Unterstützung für E3DC Farm als Batteriespeicher

Beitrag von okaegi »

Hast du Schreibzugriff auf deinen Raspi ?
Gruss Oliver
Entwickler- openWB (ehrenamtlich) / Feedback zu Funktionen immer erwünscht..
Smarthomeprobleme siehe hier (update :!: ): viewtopic.php?f=14&t=5923
okaegi
Beiträge: 2185
Registriert: Fr Mär 08, 2019 1:57 pm

Re: Unterstützung für E3DC Farm als Batteriespeicher

Beitrag von okaegi »

Falls du keinen Zugriff hast probiere mal folgendes:

viewtopic.php?p=74727#p74727


Nimm als Adresse 40105 in der Länge 28. Damit liest du alle Leistungsmesser aus.
In der Ausgabe müsste du den Type 5 finden, danach müsstest du als nächstes die Phasenleistung in Watt haben.
hat es sonst ein Fehler im Log ?
Gruss Oliver
Entwickler- openWB (ehrenamtlich) / Feedback zu Funktionen immer erwünscht..
Smarthomeprobleme siehe hier (update :!: ): viewtopic.php?f=14&t=5923
Gero
Beiträge: 2368
Registriert: Sa Feb 20, 2021 9:55 am

Re: Unterstützung für E3DC Farm als Batteriespeicher

Beitrag von Gero »

@brovning: Mal eine inhaltliche Frage, du scheinst dich ja technisch gut auszukennen: Was macht denn eine Farm so? Ich habe hier auch ein S10pro mit 19,5kWh Speicher und einem zweiten Wechselrichter, der intern als ID7 gezählt wird. Meinem Verständnis nach kann man zum einen den Speicher mit einer externen Batteriekiste bis aufs Doppelte aufrüsten, das erhöht in der ersten Ausbaustufe (+6,5kWh) auch die verfügbare Ausspeiseleistung. Zum anderen kann man noch weitere AC-Eingänge analog zum ersten, dem ID7 aktivieren/einbauen lassen. (Windrad oder noch einen WR)

Was macht denn nun eine Farm anders? Ich hatte mir das bislang so vorgestellt, dass da zwei S10 mit ihrem eingebauten Speicher gemeinsam werkeln. Aber tut das bei knappen 20kWp (je nach Ausrichtung) überhaupt Not, einen zweiten WR anzuschließen? Und Speicher kann man ja einfach danebenstellen. (Gut, wenn man einen ähnlich der internen Batterien gealterten findet)
openWB-series2, openWB-Buchse, E3/DC S10pro+19.5kWh, 30kWp Ost-Süd, Model 3 und Ion
Brovning
Beiträge: 64
Registriert: Mi Jul 21, 2021 8:46 am

Re: Unterstützung für E3DC Farm als Batteriespeicher

Beitrag von Brovning »

okaegi hat geschrieben: So Nov 13, 2022 4:11 pm Hast du Schreibzugriff auf deinen Raspi ?
Nein, habe leider keinen Admin-Zugriff auf die openWB.
okaegi hat geschrieben: So Nov 13, 2022 4:16 pm Falls du keinen Zugriff hast probiere mal folgendes:
viewtopic.php?p=74727#p74727

Nimm als Adresse 40105 in der Länge 28. Damit liest du alle Leistungsmesser aus.
In der Ausgabe müsste du den Type 5 finden, danach müsstest du als nächstes die Phasenleistung in Watt haben.
hat es sonst ein Fehler im Log ?
Die Ausgabe sieht wie folgt aus:

Code: Alles auswählen

url /openWB/web/tools/trace/modtest.php?ip=192.168.1.81&start=40105&len=28&id=1&fun=4
parmeters parsed ip 192.168.1.81 start 40105 len 28 id 1 fun 4
11/13/2022, 18:21:57 opentrace read holding register ip 192.168.1.81 start 40105 len 28 id 1
11/13/2022, 18:21:57 opentrace start 40105 + 0 inhalt 352 0X160
11/13/2022, 18:21:57 opentrace start 40105 + 1 inhalt 65310 0XFF1E
11/13/2022, 18:21:57 opentrace start 40105 + 2 inhalt 65416 0XFF88
11/13/2022, 18:21:57 opentrace start 40105 + 3 inhalt 2 0X2
11/13/2022, 18:21:57 opentrace start 40105 + 4 inhalt 9 0X9
11/13/2022, 18:21:57 opentrace start 40105 + 5 inhalt 0 0X0
11/13/2022, 18:21:57 opentrace start 40105 + 6 inhalt 0 0X0
11/13/2022, 18:21:57 opentrace start 40105 + 7 inhalt 0 0X0
11/13/2022, 18:21:57 opentrace start 40105 + 8 inhalt 0 0X0
11/13/2022, 18:21:57 opentrace start 40105 + 9 inhalt 0 0X0
11/13/2022, 18:21:57 opentrace start 40105 + 10 inhalt 0 0X0
11/13/2022, 18:21:57 opentrace start 40105 + 11 inhalt 0 0X0
11/13/2022, 18:21:57 opentrace start 40105 + 12 inhalt 0 0X0
11/13/2022, 18:21:57 opentrace start 40105 + 13 inhalt 0 0X0
11/13/2022, 18:21:57 opentrace start 40105 + 14 inhalt 0 0X0
11/13/2022, 18:21:57 opentrace start 40105 + 15 inhalt 0 0X0
11/13/2022, 18:21:57 opentrace start 40105 + 16 inhalt 0 0X0
11/13/2022, 18:21:57 opentrace start 40105 + 17 inhalt 0 0X0
11/13/2022, 18:21:57 opentrace start 40105 + 18 inhalt 0 0X0
11/13/2022, 18:21:57 opentrace start 40105 + 19 inhalt 5 0X5
11/13/2022, 18:21:57 opentrace start 40105 + 20 inhalt 353 0X161
11/13/2022, 18:21:57 opentrace start 40105 + 21 inhalt 65306 0XFF1A
11/13/2022, 18:21:57 opentrace start 40105 + 22 inhalt 65412 0XFF84
11/13/2022, 18:21:57 opentrace start 40105 + 23 inhalt 1 0X1
11/13/2022, 18:21:57 opentrace start 40105 + 24 inhalt 0 0X0
11/13/2022, 18:21:57 opentrace start 40105 + 25 inhalt 0 0X0
11/13/2022, 18:21:57 opentrace start 40105 + 26 inhalt 0 0X0
11/13/2022, 18:21:57 opentrace start 40105 + 27 inhalt 0 0X0
--> 40124 len 1 id 1 fun 4 = 5
Gero hat geschrieben: So Nov 13, 2022 4:34 pm Meinem Verständnis nach kann man zum einen den Speicher mit einer externen Batteriekiste bis aufs Doppelte aufrüsten, das erhöht in der ersten Ausbaustufe (+6,5kWh) auch die verfügbare Ausspeiseleistung.
Wenn du eine externe Batteriekiste danebenstellst, hast du zwar mehr Speicherleistung, aber die gleiche AC Peakleistung wie zuvor.
Wenn du einen zweiten S10 Pro oder sonstiges als Farm danebenstellst, erhöhst du nicht nur deine Speicherleistung, sondern verdoppelst auch deine AC Peakleistung zum Laden + Entladen deines Speichers.
--> 2x S10 Pro = 24 kW (2x12kW) max. AC Leistung anstatt der 12 kW max. AC Leistung mit einem S10 Pro + Batteriekiste
openWB series2 Duo und openWB series2 standard+, E3DC Farm (S10 Pro+Quattroporte) mit 45,5 kWh und 19,84 kWp, Mercedes EQA, Tesla Model 3 + Y
okaegi
Beiträge: 2185
Registriert: Fr Mär 08, 2019 1:57 pm

Re: Unterstützung für E3DC Farm als Batteriespeicher

Beitrag von okaegi »

Code: Alles auswählen

 opentrace start 40105 + 19 inhalt 5 0X5
11/13/2022, 18:21:57 opentrace start 40105 + 20 inhalt 353 0X161
11/13/2022, 18:21:57 opentrace start 40105 + 21 inhalt 65306 0XFF1A
11/13/2022, 18:21:57 opentrace start 40105 + 22 inhalt 65412 0XFF84

Das könnte er sein. Kannst du mal die neuste nightly nehmen. Unter system Debugging auf 2 Stellen und dann das Debug log hier posten. Dass findest du unter Status (runterscrollen).
Gruss Oliver
Entwickler- openWB (ehrenamtlich) / Feedback zu Funktionen immer erwünscht..
Smarthomeprobleme siehe hier (update :!: ): viewtopic.php?f=14&t=5923
Brovning
Beiträge: 64
Registriert: Mi Jul 21, 2021 8:46 am

Re: Unterstützung für E3DC Farm als Batteriespeicher

Beitrag von Brovning »

Hallo Oliver,

bitte:

Code: Alles auswählen

2022-11-13 19:02:44: PID: 7111: Calling SoC-Module: modules/soc_tesla/main.sh for chargepoint 2 (LV2) at 23 run_soc_module loadvars.sh
2022-11-13 19:02:44: PID: 7111: Request to run SoC-Module: soc_teslalp2 (LV2) at 4 run_soc_module loadvars.sh
2022-11-13 19:02:43: PID: 7706: BAT RET: 0 (LV2) at 16 main modules/speicher_e3dc/main.sh
2022-11-13 19:02:43: PID: 31789: legacy run server: Completed running command in 0.07s: ["modules.e3dc.device","bat","192.168.1.81","none","1","none","1"]
2022-11-13 19:02:43: PID: 31789: soc.modules.common.store._api: Saving InverterState(dc_power=None, power=0, exported=76445.26555555555, currents=[0.0, 0.0, 0.0])
2022-11-13 19:02:43: PID: 31789: modules.common.simcount._simcount: imported: 0 Wh, exported: 0 Wh, new state: SimCounterState(imported=0.0, power=0, exported=76445.26555555555, timestamp=1668362563.9585803)
2022-11-13 19:02:43: PID: 31789: modules.common.simcount._calculate: power did not change sign. Total energy: 0
2022-11-13 19:02:43: PID: 31789: modules.common.simcount._calculate: time passed: 0.00278496, power1: 0, power2: 0
2022-11-13 19:02:43: PID: 31789: modules.common.simcount._simcount: Previous state: SimCounterState(imported=0.0, power=0.0, exported=76445.26555555555, timestamp=1668362553.932728)
2022-11-13 19:02:43: PID: 31789: modules.e3dc.device: wr update pv_other False pv_total 0
2022-11-13 19:02:43: PID: 31789: soc.modules.common.store._api: Saving BatState(imported=5497786.7075, soc=76.0, power=-171, exported=17451.970700877944)
2022-11-13 19:02:43: PID: 31789: modules.common.simcount._simcount: imported: 0 Wh, exported: 0.47608 Wh, new state: SimCounterState(imported=5497786.7075, power=-171, exported=17451.970700877944, timestamp=1668362563.9413092)
2022-11-13 19:02:43: PID: 31789: modules.common.simcount._calculate: power did not change sign. Total energy: -0.47608
2022-11-13 19:02:43: PID: 31789: modules.common.simcount._calculate: time passed: 0.00278409, power1: -171, power2: -171
2022-11-13 19:02:43: PID: 31789: modules.common.simcount._simcount: Previous state: SimCounterState(imported=5497786.7075, power=-171.0, exported=17451.49462131087, timestamp=1668362553.9185815)
2022-11-13 19:02:43: PID: 31789: modules.e3dc.device: Soc 76 power -171 pv 0 pv_external 0
2022-11-13 19:02:43: PID: 31789: modules.e3dc.device: Ip: 192.168.1.81, read_external 1 pv_other False
2022-11-13 19:02:43: PID: 31789: modules.e3dc.device: e3dc id: 1
2022-11-13 19:02:43: PID: 31789: modules.e3dc.device: e3dc pv_module: none
2022-11-13 19:02:43: PID: 31789: modules.e3dc.device: e3dc read_ext: 1
2022-11-13 19:02:43: PID: 31789: modules.e3dc.device: e3dc IP-Adresse2: none
2022-11-13 19:02:43: PID: 31789: modules.e3dc.device: e3dc IP-Adresse1: 192.168.1.81
2022-11-13 19:02:43: PID: 31789: legacy run server: Received command ["modules.e3dc.device","bat","192.168.1.81","none","1","none","1"]
2022-11-13 19:02:41: PID: 7111: **** Regulation loop start **** (LV1) at 77 main /var/www/html/openWB/regel.sh
2022-11-13 19:02:41: PID: 5706: **** FATAL ********************************* (LV0) at 68 cleanup /var/www/html/openWB/regel.sh
2022-11-13 19:02:41: PID: 5706: **** FATAL Regulation loop needs 10 seconds (LV0) at 67 cleanup /var/www/html/openWB/regel.sh
2022-11-13 19:02:41: PID: 5706: **** FATAL ********************************* (LV0) at 66 cleanup /var/www/html/openWB/regel.sh
2022-11-13 19:02:40: PID: 5706: Timing Umschaltung: 600 / 360 (LV1) at 17 u1p3pswitch u1p3p.sh
2022-11-13 19:02:40: PID: 5706: automatische Umschaltung aktiv (LV1) at 16 u1p3pswitch u1p3p.sh
2022-11-13 19:02:40: PID: 5706: Zeit zum abfragen aller Werte 7 Sekunden (LV1) at 183 main /var/www/html/openWB/regel.sh
2022-11-13 19:02:39: PID: 5706: chargestatlp1 0 chargestatlp2 0 chargestatlp3 0 (LV1) at 1310 loadvars loadvars.sh
2022-11-13 19:02:39: PID: 5706: plugstatlp1 0 plugstatlp2 0 plugstatlp3 0 (LV1) at 1309 loadvars loadvars.sh
2022-11-13 19:02:39: PID: 5706: lp1enabled 1 lp2enabled 1 lp3enabled 1 (LV1) at 1308 loadvars loadvars.sh
2022-11-13 19:02:39: PID: 5706: EVU 1:V/0A 2: V/0A 3: V/0A (LV1) at 1307 loadvars loadvars.sh
2022-11-13 19:02:39: PID: 5706: lla3 0 llv3 232.4 llas13 0 llas23 0 soclp1 0 soclp2 0 (LV1) at 1306 loadvars loadvars.sh
2022-11-13 19:02:39: PID: 5706: lla2 0 llv2 232.2 llas12 0 llas22 0 sofortll 6 hausverbrauch 171 wattbezug 0 uberschuss 0 (LV1) at 1305 loadvars loadvars.sh
2022-11-13 19:02:39: PID: 5706: lla1 0 llv1 230.8 llas11 0 llas21 0 mindestuberschuss 1500 abschaltuberschuss 5 lademodus 3 (LV1) at 1304 loadvars loadvars.sh
2022-11-13 19:02:39: PID: 5706: pv1watt 0 pv2watt  pvwatt 0 ladeleistung 0 llalt 0 nachtladen 0 nachtladen 0 minimalA 6 maximalA 16 (LV1) at 1303 loadvars loadvars.sh
2022-11-13 19:02:39: PID: 5706: speicherleistung -171 speichersoc 76 (LV1) at 1298 loadvars loadvars.sh
2022-11-13 19:02:39: PID: 6471: EVU RET: 0 (LV2) at 16 main modules/bezug_e3dc/main.sh
2022-11-13 19:02:39: PID: 31789: legacy run server: Completed running command in 0.05s: ["modules.e3dc.device","counter","192.168.1.81","1"]
2022-11-13 19:02:39: PID: 31789: modules.e3dc.counter: Update completed successfully
2022-11-13 19:02:39: PID: 31789: soc.modules.common.store._api: Saving CounterState(power_factors=[0.0, 0.0, 0.0], voltages=[230.0, 230.0, 230.0], powers=[0, 0, 0], power=0, exported=9374000.357222222, currents=[0.0, 0.0, 0.0], frequency=50, imported=4878686.709444445)
2022-11-13 19:02:39: PID: 31789: modules.common.simcount._simcount: imported: 0 Wh, exported: 0 Wh, new state: SimCounterState(imported=4878686.709444445, power=0, exported=9374000.357222222, timestamp=1668362559.5264783)
2022-11-13 19:02:39: PID: 31789: modules.common.simcount._calculate: power did not change sign. Total energy: 0
2022-11-13 19:02:39: PID: 31789: modules.common.simcount._calculate: time passed: 0.00275512, power1: 0, power2: 0
2022-11-13 19:02:39: PID: 31789: modules.common.simcount._simcount: Previous state: SimCounterState(imported=4878686.709444445, power=0.0, exported=9374000.357222222, timestamp=1668362549.608044)
2022-11-13 19:02:39: PID: 31789: modules.e3dc.counter: powers [0, 0, 0]
2022-11-13 19:02:39: PID: 31789: modules.e3dc.counter: power: 0, meters: [6, 970, 655, 819, 2, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 978, 660, 832, 1, 0, 0, 0]
2022-11-13 19:02:39: PID: 31789: modules.e3dc.counter: Beginning EVU update
2022-11-13 19:02:39: PID: 31789: modules.e3dc.device: reading: 192.168.1.81
2022-11-13 19:02:39: PID: 31789: modules.e3dc.device: Config: E3dc(name=e3dc, id=1, configuration=E3dcConfiguration(address=192.168.1.81), type=e3dc)
2022-11-13 19:02:39: PID: 31789: legacy run server: Received command ["modules.e3dc.device","counter","192.168.1.81","1"]
2022-11-13 19:02:34: PID: 5706: Calling SoC-Module: modules/soc_tesla/main.sh for chargepoint 2 (LV2) at 23 run_soc_module loadvars.sh
2022-11-13 19:02:34: PID: 5706: Request to run SoC-Module: soc_teslalp2 (LV2) at 4 run_soc_module loadvars.sh
2022-11-13 19:02:33: PID: 6333: BAT RET: 0 (LV2) at 16 main modules/speicher_e3dc/main.sh
2022-11-13 19:02:33: PID: 31789: legacy run server: Completed running command in 0.07s: ["modules.e3dc.device","bat","192.168.1.81","none","1","none","1"]
2022-11-13 19:02:33: PID: 31789: soc.modules.common.store._api: Saving InverterState(dc_power=None, power=0, exported=76445.26555555555, currents=[0.0, 0.0, 0.0])
2022-11-13 19:02:33: PID: 31789: modules.common.simcount._simcount: imported: 0 Wh, exported: 0 Wh, new state: SimCounterState(imported=0.0, power=0, exported=76445.26555555555, timestamp=1668362553.932728)
2022-11-13 19:02:33: PID: 31789: modules.common.simcount._calculate: power did not change sign. Total energy: 0
2022-11-13 19:02:33: PID: 31789: modules.common.simcount._calculate: time passed: 0.00278463, power1: 0, power2: 0
2022-11-13 19:02:33: PID: 31789: modules.common.simcount._simcount: Previous state: SimCounterState(imported=0.0, power=0.0, exported=76445.26555555555, timestamp=1668362543.9080687)
2022-11-13 19:02:33: PID: 31789: modules.e3dc.device: wr update pv_other False pv_total 0
2022-11-13 19:02:33: PID: 31789: soc.modules.common.store._api: Saving BatState(imported=5497786.7075, soc=76.0, power=-171, exported=17451.49462131087)
2022-11-13 19:02:33: PID: 31789: modules.common.simcount._simcount: imported: 0 Wh, exported: 0.476304 Wh, new state: SimCounterState(imported=5497786.7075, power=-171, exported=17451.49462131087, timestamp=1668362553.9185815)
2022-11-13 19:02:33: PID: 31789: modules.common.simcount._calculate: power did not change sign. Total energy: -0.476304
2022-11-13 19:02:33: PID: 31789: modules.common.simcount._calculate: time passed: 0.0027854, power1: -171, power2: -171
2022-11-13 19:02:33: PID: 31789: modules.common.simcount._simcount: Previous state: SimCounterState(imported=5497786.7075, power=-171.0, exported=17451.018317511123, timestamp=1668362543.891133)
2022-11-13 19:02:33: PID: 31789: modules.e3dc.device: Soc 76 power -171 pv 0 pv_external 0
2022-11-13 19:02:33: PID: 31789: modules.e3dc.device: Ip: 192.168.1.81, read_external 1 pv_other False
2022-11-13 19:02:33: PID: 31789: modules.e3dc.device: e3dc id: 1
2022-11-13 19:02:33: PID: 31789: modules.e3dc.device: e3dc pv_module: none
2022-11-13 19:02:33: PID: 31789: modules.e3dc.device: e3dc read_ext: 1
2022-11-13 19:02:33: PID: 31789: modules.e3dc.device: e3dc IP-Adresse2: none
2022-11-13 19:02:33: PID: 31789: modules.e3dc.device: e3dc IP-Adresse1: 192.168.1.81
2022-11-13 19:02:33: PID: 31789: legacy run server: Received command ["modules.e3dc.device","bat","192.168.1.81","none","1","none","1"]
2022-11-13 19:02:31: PID: 5706: **** Regulation loop start **** (LV1) at 77 main /var/www/html/openWB/regel.sh
2022-11-13 19:02:31: PID: 4353: **** FATAL ********************************* (LV0) at 68 cleanup /var/www/html/openWB/regel.sh
2022-11-13 19:02:31: PID: 4353: **** FATAL Regulation loop needs 10 seconds (LV0) at 67 cleanup /var/www/html/openWB/regel.sh
2022-11-13 19:02:31: PID: 4353: **** FATAL ********************************* (LV0) at 66 cleanup /var/www/html/openWB/regel.sh
2022-11-13 19:02:30: PID: 4353: Timing Umschaltung: 600 / 360 (LV1) at 17 u1p3pswitch u1p3p.sh
2022-11-13 19:02:30: PID: 4353: automatische Umschaltung aktiv (LV1) at 16 u1p3pswitch u1p3p.sh
2022-11-13 19:02:30: PID: 4353: Zeit zum abfragen aller Werte 7 Sekunden (LV1) at 183 main /var/www/html/openWB/regel.sh
2022-11-13 19:02:29: PID: 4353: chargestatlp1 0 chargestatlp2 0 chargestatlp3 0 (LV1) at 1310 loadvars loadvars.sh
2022-11-13 19:02:29: PID: 4353: plugstatlp1 0 plugstatlp2 0 plugstatlp3 0 (LV1) at 1309 loadvars loadvars.sh
2022-11-13 19:02:29: PID: 4353: lp1enabled 1 lp2enabled 1 lp3enabled 1 (LV1) at 1308 loadvars loadvars.sh
2022-11-13 19:02:29: PID: 4353: EVU 1:V/0A 2: V/0A 3: V/0A (LV1) at 1307 loadvars loadvars.sh
2022-11-13 19:02:29: PID: 4353: lla3 0 llv3 232.3 llas13 0 llas23 0 soclp1 0 soclp2 0 (LV1) at 1306 loadvars loadvars.sh
2022-11-13 19:02:29: PID: 4353: lla2 0 llv2 231.7 llas12 0 llas22 0 sofortll 6 hausverbrauch 171 wattbezug 0 uberschuss 0 (LV1) at 1305 loadvars loadvars.sh
2022-11-13 19:02:29: PID: 4353: lla1 0 llv1 230.6 llas11 0 llas21 0 mindestuberschuss 1500 abschaltuberschuss 5 lademodus 3 (LV1) at 1304 loadvars loadvars.sh
2022-11-13 19:02:29: PID: 4353: pv1watt 0 pv2watt  pvwatt 0 ladeleistung 0 llalt 0 nachtladen 0 nachtladen 0 minimalA 6 maximalA 16 (LV1) at 1303 loadvars loadvars.sh
2022-11-13 19:02:29: PID: 4353: speicherleistung -171 speichersoc 76 (LV1) at 1298 loadvars loadvars.sh
2022-11-13 19:02:29: PID: 5106: EVU RET: 0 (LV2) at 16 main modules/bezug_e3dc/main.sh
2022-11-13 19:02:29: PID: 31789: legacy run server: Completed running command in 0.06s: ["modules.e3dc.device","counter","192.168.1.81","1"]
2022-11-13 19:02:29: PID: 31789: modules.e3dc.counter: Update completed successfully
2022-11-13 19:02:29: PID: 31789: soc.modules.common.store._api: Saving CounterState(power_factors=[0.0, 0.0, 0.0], voltages=[230.0, 230.0, 230.0], powers=[0, 0, 0], power=0, exported=9374000.357222222, currents=[0.0, 0.0, 0.0], frequency=50, imported=4878686.709444445)
2022-11-13 19:02:29: PID: 31789: modules.common.simcount._simcount: imported: 0 Wh, exported: 0 Wh, new state: SimCounterState(imported=4878686.709444445, power=0, exported=9374000.357222222, timestamp=1668362549.608044)
2022-11-13 19:02:29: PID: 31789: modules.common.simcount._calculate: power did not change sign. Total energy: 0
Vielen Dank für deine Hilfe!!!
openWB series2 Duo und openWB series2 standard+, E3DC Farm (S10 Pro+Quattroporte) mit 45,5 kWh und 19,84 kWp, Mercedes EQA, Tesla Model 3 + Y
okaegi
Beiträge: 2185
Registriert: Fr Mär 08, 2019 1:57 pm

Re: Unterstützung für E3DC Farm als Batteriespeicher

Beitrag von okaegi »

Danke,
Gruss Oliver
Entwickler- openWB (ehrenamtlich) / Feedback zu Funktionen immer erwünscht..
Smarthomeprobleme siehe hier (update :!: ): viewtopic.php?f=14&t=5923
Antworten