Bei mir klappt das Auslesen des SoC mit dem PSA-Modul in der openWB schon noch, mein Problem ist allerdings, dass die Werte mit denen der App nicht übereinstimmen.
Wenn die openWB abfragt, kommt bspw. ein SoC von 50% raus. Wenn ich über die App abfrage, sind aber schon 70%.
Ich habe das Log (der openWB) und die App genau verfolgt und die Werte divergieren teilweise enorm.
So ist die openWB heute beim PV-Laden langsam von 20% SoC auf 100% hochgelaufen. Bei den 100% waren wir in der App aber noch auf knapp über 80%. Ich habe dann mit manuellem "Sofortladen" bis zu den echten 100% fertig geladen.
Da ich meinen Opel erst seit gestern habe, bin ich etwas verzweifelt.
Mit einem SoC, der (rein zufällig?) schwankt und mit der Realität nichts zu tun hat, kann ich nichts anfangen.
Code: Alles auswählen
2024-01-10 13:46:25,805 - {modules.common.store._api:30} - {INFO:store soc_ev2} - Saving CarState(soc=81.38782608695652, range=None, soc_timestamp=None)
2024-01-10 13:51:42,935 - {modules.common.store._api:30} - {INFO:store soc_ev2} - Saving CarState(soc=81.86417391304349, range=None, soc_timestamp=None)
2024-01-10 13:56:39,581 - {modules.common.store._api:30} - {INFO:store soc_ev2} - Saving CarState(soc=82.40365217391304, range=None, soc_timestamp=None)
2024-01-10 14:01:36,775 - {modules.common.store._api:30} - {INFO:store soc_ev2} - Saving CarState(soc=83.20330434782608, range=None, soc_timestamp=None)
2024-01-10 14:06:33,835 - {modules.common.store._api:30} - {INFO:store soc_ev2} - Saving CarState(soc=84.80260869565217, range=None, soc_timestamp=None)
2024-01-10 14:11:31,142 - {modules.common.store._api:30} - {INFO:store soc_ev2} - Saving CarState(soc=86.35026086956522, range=None, soc_timestamp=None)
2024-01-10 14:16:28,133 - {modules.common.store._api:30} - {INFO:store soc_ev2} - Saving CarState(soc=87.89408695652173, range=None, soc_timestamp=None)
2024-01-10 14:21:25,686 - {modules.common.store._api:30} - {INFO:store soc_ev2} - Saving CarState(soc=89.43217391304347, range=None, soc_timestamp=None)
2024-01-10 14:26:23,146 - {modules.common.store._api:30} - {INFO:store soc_ev2} - Saving CarState(soc=90.91286956521739, range=None, soc_timestamp=None)
2024-01-10 14:31:19,954 - {modules.common.store._api:30} - {INFO:store soc_ev2} - Saving CarState(soc=92.33617391304348, range=None, soc_timestamp=None)
2024-01-10 14:36:17,462 - {modules.common.store._api:30} - {INFO:store soc_ev2} - Saving CarState(soc=93.73078260869565, range=None, soc_timestamp=None)
2024-01-10 14:41:14,385 - {modules.common.store._api:30} - {INFO:store soc_ev2} - Saving CarState(soc=95.03547826086957, range=None, soc_timestamp=None)
2024-01-10 14:46:11,937 - {modules.common.store._api:30} - {INFO:store soc_ev2} - Saving CarState(soc=95.98434782608695, range=None, soc_timestamp=None)
2024-01-10 14:51:09,018 - {modules.common.store._api:30} - {INFO:store soc_ev2} - Saving CarState(soc=96.65199999999999, range=None, soc_timestamp=None)
2024-01-10 14:56:06,286 - {modules.common.store._api:30} - {INFO:store soc_ev2} - Saving CarState(soc=97.48034782608696, range=None, soc_timestamp=None)
2024-01-10 15:01:03,498 - {modules.common.store._api:30} - {INFO:store soc_ev2} - Saving CarState(soc=98.33356521739131, range=None, soc_timestamp=None)
2024-01-10 15:06:00,413 - {modules.common.store._api:30} - {INFO:store soc_ev2} - Saving CarState(soc=99.13130434782609, range=None, soc_timestamp=None)
2024-01-10 15:10:57,677 - {modules.common.store._api:30} - {INFO:store soc_ev2} - Saving CarState(soc=99.98069565217392, range=None, soc_timestamp=None)
2024-01-10 15:15:54,741 - {modules.vehicles.common.calc_soc.calc_soc:23} - {WARNING:fetch soc_ev2} - Calculated SoC of 100.96017391304349% exceeds maximum and is limited to 100%! Check your settings!
2024-01-10 15:15:54,762 - {modules.common.store._api:30} - {INFO:store soc_ev2} - Saving CarState(soc=100, range=None, soc_timestamp=None)
2024-01-10 15:20:52,364 - {modules.vehicles.common.calc_soc.calc_soc:23} - {WARNING:fetch soc_ev2} - Calculated SoC of 101.63930434782608% exceeds maximum and is limited to 100%! Check your settings!
2024-01-10 15:20:52,385 - {modules.common.store._api:30} - {INFO:store soc_ev2} - Saving CarState(soc=100, range=None, soc_timestamp=None)
2024-01-10 15:26:04,596 - {modules.vehicles.common.calc_soc.calc_soc:23} - {WARNING:fetch soc_ev2} - Calculated SoC of 102.27634782608695% exceeds maximum and is limited to 100%! Check your settings!
2024-01-10 15:26:04,621 - {modules.common.store._api:30} - {INFO:store soc_ev2} - Saving CarState(soc=100, range=None, soc_timestamp=None)
2024-01-10 15:31:02,173 - {modules.vehicles.common.calc_soc.calc_soc:23} - {WARNING:fetch soc_ev2} - Calculated SoC of 102.80241565217392% exceeds maximum and is limited to 100%! Check your settings!
2024-01-10 15:31:02,208 - {modules.common.store._api:30} - {INFO:store soc_ev2} - Saving CarState(soc=100, range=None, soc_timestamp=None)
2024-01-10 15:35:59,219 - {modules.vehicles.common.calc_soc.calc_soc:23} - {WARNING:fetch soc_ev2} - Calculated SoC of 103.37252173913043% exceeds maximum and is limited to 100%! Check your settings!
2024-01-10 15:35:59,244 - {modules.common.store._api:30} - {INFO:store soc_ev2} - Saving CarState(soc=100, range=None, soc_timestamp=None)
2024-01-10 15:40:56,649 - {modules.vehicles.common.calc_soc.calc_soc:23} - {WARNING:fetch soc_ev2} - Calculated SoC of 103.95408695652173% exceeds maximum and is limited to 100%! Check your settings!
2024-01-10 15:40:56,674 - {modules.common.store._api:30} - {INFO:store soc_ev2} - Saving CarState(soc=100, range=None, soc_timestamp=None)
2024-01-10 15:45:53,650 - {modules.vehicles.common.calc_soc.calc_soc:23} - {WARNING:fetch soc_ev2} - Calculated SoC of 104.27356521739131% exceeds maximum and is limited to 100%! Check your settings!
2024-01-10 15:45:53,671 - {modules.common.store._api:30} - {INFO:store soc_ev2} - Saving CarState(soc=100, range=None, soc_timestamp=None)
2024-01-10 15:50:50,958 - {modules.vehicles.common.calc_soc.calc_soc:23} - {WARNING:fetch soc_ev2} - Calculated SoC of 104.5585895652174% exceeds maximum and is limited to 100%! Check your settings!
2024-01-10 15:50:51,102 - {modules.common.store._api:30} - {INFO:store soc_ev2} - Saving CarState(soc=100, range=None, soc_timestamp=None)
2024-01-10 15:55:48,028 - {modules.vehicles.common.calc_soc.calc_soc:23} - {WARNING:fetch soc_ev2} - Calculated SoC of 105.08278260869565% exceeds maximum and is limited to 100%! Check your settings!
2024-01-10 15:55:48,057 - {modules.common.store._api:30} - {INFO:store soc_ev2} - Saving CarState(soc=100, range=None, soc_timestamp=None)
2024-01-10 16:00:45,062 - {modules.vehicles.common.calc_soc.calc_soc:23} - {WARNING:fetch soc_ev2} - Calculated SoC of 105.55721739130435% exceeds maximum and is limited to 100%! Check your settings!
2024-01-10 16:00:45,085 - {modules.common.store._api:30} - {INFO:store soc_ev2} - Saving CarState(soc=100, range=None, soc_timestamp=None)
2024-01-10 16:05:42,757 - {modules.vehicles.common.calc_soc.calc_soc:23} - {WARNING:fetch soc_ev2} - Calculated SoC of 105.98191304347826% exceeds maximum and is limited to 100%! Check your settings!
2024-01-10 16:05:42,786 - {modules.common.store._api:30} - {INFO:store soc_ev2} - Saving CarState(soc=100, range=None, soc_timestamp=None)
2024-01-10 16:10:39,891 - {modules.vehicles.common.calc_soc.calc_soc:23} - {WARNING:fetch soc_ev2} - Calculated SoC of 106.34347826086956% exceeds maximum and is limited to 100%! Check your settings!
2024-01-10 16:10:39,916 - {modules.common.store._api:30} - {INFO:store soc_ev2} - Saving CarState(soc=100, range=None, soc_timestamp=None)
2024-01-10 16:15:37,413 - {modules.vehicles.common.calc_soc.calc_soc:23} - {WARNING:fetch soc_ev2} - Calculated SoC of 106.76241565217393% exceeds maximum and is limited to 100%! Check your settings!
2024-01-10 16:15:37,439 - {modules.common.store._api:30} - {INFO:store soc_ev2} - Saving CarState(soc=100, range=None, soc_timestamp=None)
2024-01-10 16:20:34,534 - {modules.vehicles.common.calc_soc.calc_soc:23} - {WARNING:fetch soc_ev2} - Calculated SoC of 107.3286956521739% exceeds maximum and is limited to 100%! Check your settings!
2024-01-10 16:20:34,552 - {modules.common.store._api:30} - {INFO:store soc_ev2} - Saving CarState(soc=100, range=None, soc_timestamp=None)
2024-01-10 16:25:32,120 - {modules.vehicles.common.calc_soc.calc_soc:23} - {WARNING:fetch soc_ev2} - Calculated SoC of 107.90067652173914% exceeds maximum and is limited to 100%! Check your settings!
2024-01-10 16:25:32,167 - {modules.common.store._api:30} - {INFO:store soc_ev2} - Saving CarState(soc=100, range=None, soc_timestamp=None)
2024-01-10 16:30:29,100 - {modules.vehicles.common.calc_soc.calc_soc:23} - {WARNING:fetch soc_ev2} - Calculated SoC of 108.27754608695653% exceeds maximum and is limited to 100%! Check your settings!
2024-01-10 16:30:29,125 - {modules.common.store._api:30} - {INFO:store soc_ev2} - Saving CarState(soc=100, range=None, soc_timestamp=None)
2024-01-10 16:35:24,327 - {modules.vehicles.common.calc_soc.calc_soc:23} - {WARNING:fetch soc_ev2} - Calculated SoC of 108.88780695652176% exceeds maximum and is limited to 100%! Check your settings!
2024-01-10 16:35:24,353 - {modules.common.store._api:30} - {INFO:store soc_ev2} - Saving CarState(soc=100, range=None, soc_timestamp=None)
2024-01-10 16:40:21,968 - {modules.vehicles.common.calc_soc.calc_soc:23} - {WARNING:fetch soc_ev2} - Calculated SoC of 109.32973913043477% exceeds maximum and is limited to 100%! Check your settings!
2024-01-10 16:40:21,995 - {modules.common.store._api:30} - {INFO:store soc_ev2} - Saving CarState(soc=100, range=None, soc_timestamp=None)
2024-01-10 16:45:39,183 - {modules.vehicles.common.calc_soc.calc_soc:23} - {WARNING:fetch soc_ev2} - Calculated SoC of 109.58991304347826% exceeds maximum and is limited to 100%! Check your settings!
Dieses Log erklärt zumindest, warum die Werte in der App nicht mit denen von der Api übereinstimmen. Spinnt die Api von PSA gerade oder wie kommt ein Ladestand von 109,5% zustande?