ja.
Nachtrag: davon habe ich aber einen deaktiviert, weil der defekt war.
bye
TW
ja.
Code: Alles auswählen
Traceback (most recent call last):
AttributeError: 'str' object has no attribute 'decode'
ikwh = int(struct.unpack('>i', all.decode('hex'))[0])
File "/var/www/html/openWB/modules/mpm3pmll/readmpm3pm.py", line 35, in <module>
Traceback (most recent call last):
Sieht jetzt besser aus, aber noch nicht perfekt:
Code: Alles auswählen
2023-04-06 20:43:23: PID: 28900: Modbus EVSE read CP2 issue - using previous state '2' (LV0)
AttributeError: 'str' object has no attribute 'decode'
ikwh = int(struct.unpack('>i', all.decode('hex'))[0])
File "/var/www/html/openWB/modules/mpm3pmlls1/readmpm3pm.py", line 31, in <module>
Traceback (most recent call last):
DUO2:/dev/ttyUSB1 idadd:6
AttributeError: 'str' object has no attribute 'decode'
ikwh = int(struct.unpack('>i', all.decode('hex'))[0])
File "/var/www/html/openWB/modules/mpm3pmll/readmpm3pm.py", line 35, in <module>
Traceback (most recent call last):
2023-04-06 20:43:13: PID: 27590: Modbus EVSE read CP2 issue - using previous state '2' (LV0)
2023-04-06 20:43:03: PID: 26191: **** FATAL ********************************* (LV0)
2023-04-06 20:43:03: PID: 26191: **** FATAL Regulation loop needs 12 seconds (LV0)
2023-04-06 20:43:03: PID: 26191: **** FATAL ********************************* (LV0)
2023-04-06 20:43:01: PID: 27532: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
26191
AttributeError: 'str' object has no attribute 'decode'
ikwh = int(struct.unpack('>i', all.decode('hex'))[0])
File "/var/www/html/openWB/modules/mpm3pmlls1/readmpm3pm.py", line 31, in <module>
Traceback (most recent call last):
DUO2:/dev/ttyUSB1 idadd:6
AttributeError: 'str' object has no attribute 'decode'
ikwh = int(struct.unpack('>i', all.decode('hex'))[0])
File "/var/www/html/openWB/modules/mpm3pmll/readmpm3pm.py", line 35, in <module>
Traceback (most recent call last):
2023-04-06 20:42:53: PID: 26191: Modbus EVSE read CP2 issue - using previous state '2' (LV0)
AttributeError: 'str' object has no attribute 'decode'
ikwh = int(struct.unpack('>i', all.decode('hex'))[0])
File "/var/www/html/openWB/modules/mpm3pmlls1/readmpm3pm.py", line 31, in <module>
Traceback (most recent call last):
DUO2:/dev/ttyUSB1 idadd:6
AttributeError: 'str' object has no attribute 'decode'
ikwh = int(struct.unpack('>i', all.decode('hex'))[0])
File "/var/www/html/openWB/modules/mpm3pmll/readmpm3pm.py", line 35, in <module>
Traceback (most recent call last):
2023-04-06 20:42:44: PID: 24878: Modbus EVSE read CP2 issue - using previous state '2' (LV0)
2023-04-06 20:42:39: PID: 23567: **** WARNING **** Regulation loop needs 8 seconds (LV0)
AttributeError: 'str' object has no attribute 'decode'
ikwh = int(struct.unpack('>i', all.decode('hex'))[0])
Ich habe beide LPs manuell konfiguriert: Ich bin mir nicht sicher, ob die "Duo-Variante" da funktioniert.
Hallo Tobi,A124Bob hat geschrieben: ↑Mo Apr 10, 2023 10:01 am Hallo Zusammen,
mir ist folgendes Aufgefallen, ist vermutlich eine allgeimes Problem und gehört nicht speziell zum aktuellen Release.
PV-Ertrag 8 kW, Wärmepumpe läuft mit 6 kW im Modus PV-Überschuss.
Ich starte den Ladevorgang "Sofortladen", der e-Golf zieht seine 7 kW.
Parallel sehe ich eine Entladung aus dem Batteriespeicher 5-6 kW und die Wärmepumpe macht keine Anzeichen herunter zu modulieren.
Die Einspeisung betrug ca. 0,1-0,2 kW.
Vermutlich denkt die Heizung, es werden noch 0,1-0,2 kW eingespeist, somit weiterhin PV-Überschuss da.
Besser wäre es, wenn der zu übergebene Wert "IDM Register 74 Aktueller PV-Überschuss" = Einspeisung minus Batterie-Entladung.
Das bedeutet aber auch, dass im Falle der Batterie-Ladung die Heizung den Wert "Aktueller PV-Überschuss" = Einspeisung + Batterie-Ladung sieht. Besser wäre im Modus "Vorrang Speicher" die höchste Priorität für den Speicher, erst dann die Wärmepumpe etc.
Vielleicht hat Oliver noch eine Idee.
noch schöne Ostern,
Grüße, Tobi