Ich habe erneut einen PV-Peak heute morgen um 5:55 Uhr, bevor die Sonne aufging. Ich hatte schonmal gemeldet, dass mein Zähler (im Status täglich abgelesen) einen Tag einen Rückwärtssprung hatte, das war nach einen Reboot wieder OK.
Es scheint nun wieder Probleme mit dem Auslesen der Zählerstände zu geben, Device0 und Component2 liefern verschiedene Werte, obwohl es das gleiche Gerät sein müsste.
Zunächst die ganze Zeit gleiche Werte:
Code: Alles auswählen
2024-03-06 05:59:20,941 - {modules.common.store._api:26} - {DEBUG:device0} - Raw data InverterState(currents=[0.0, 0.0, 0.0], power=-0.0, exported=8349055.0, dc_power=-0.0)
2024-03-06 05:59:21,074 - {modules.common.store._api:26} - {DEBUG:component2} - Raw data InverterState(currents=[0.0, 0.0, 0.0], power=0, exported=8365367.6, dc_power=None)
2024-03-06 05:59:21,075 - {modules.common.store._api:30} - {INFO:component2} - Saving InverterState(currents=[0.0, 0.0, 0.0], power=0, exported=8365367.6, dc_power=None)
Code: Alles auswählen
2024-03-06 05:59:31,009 - {modules.common.store._api:26} - {DEBUG:component2} - Raw data InverterState(currents=[0.0, 0.0, 0.0], power=0.0, exported=8381680.199999999, dc_power=None)
2024-03-06 05:59:31,010 - {modules.common.store._api:30} - {INFO:component2} - Saving InverterState(currents=[0.0, 0.0, 0.0], power=0.0, exported=8381680.199999999, dc_power=None)
...
2024-03-06 05:59:43,865 - {modules.common.store._api:26} - {DEBUG:component2} - Raw data InverterState(currents=[0.0, 0.0, 0.0], power=0.0, exported=8397992.799999999, dc_power=None)
2024-03-06 05:59:43,866 - {modules.common.store._api:30} - {INFO:component2} - Saving InverterState(currents=[0.0, 0.0, 0.0], power=0.0, exported=8397992.799999999, dc_power=None)
...
2024-03-06 05:59:53,935 - {modules.common.store._api:26} - {DEBUG:component2} - Raw data InverterState(currents=[0.0, 0.0, 0.0], power=0.0, exported=8414305.399999999, dc_power=None)
2024-03-06 05:59:53,937 - {modules.common.store._api:30} - {INFO:component2} - Saving InverterState(currents=[0.0, 0.0, 0.0], power=0.0, exported=8414305.399999999, dc_power=None)
...
2024-03-06 06:00:04,125 - {modules.common.store._api:26} - {DEBUG:component2} - Raw data InverterState(currents=[0.0, 0.0, 0.0], power=0.0, exported=8430617.999999998, dc_power=None)
2024-03-06 06:00:04,127 - {modules.common.store._api:30} - {INFO:component2} - Saving InverterState(currents=[0.0, 0.0, 0.0], power=0.0, exported=8430617.999999998, dc_power=None)
...
2024-03-06 06:00:11,370 - {modules.common.store._api:26} - {DEBUG:component2} - Raw data InverterState(currents=[0.0, 0.0, 0.0], power=0.0, exported=8446930.599999998, dc_power=None)
2024-03-06 06:00:11,378 - {modules.common.store._api:30} - {INFO:component2} - Saving InverterState(currents=[0.0, 0.0, 0.0], power=0.0, exported=8446930.599999998, dc_power=None)
...
2024-03-06 06:00:20,355 - {modules.common.store._api:26} - {DEBUG:component2} - Raw data InverterState(currents=[0.0, 0.0, 0.0], power=0.0, exported=8463243.199999997, dc_power=None)
2024-03-06 06:00:20,357 - {modules.common.store._api:30} - {INFO:component2} - Saving InverterState(currents=[0.0, 0.0, 0.0], power=0.0, exported=8463243.199999997, dc_power=None)
...
Code: Alles auswählen
2024-03-06 06:00:30,420 - {modules.common.store._api:26} - {DEBUG:device0} - Raw data InverterState(currents=[0.0, 0.0, 0.0], power=-0.0, exported=8349055.0, dc_power=-0.0)
2024-03-06 06:00:30,555 - {modules.common.store._api:26} - {DEBUG:component2} - Raw data InverterState(currents=[0.0, 0.0, 0.0], power=0, exported=8365367.6, dc_power=None)
2024-03-06 06:00:30,556 - {modules.common.store._api:30} - {INFO:component2} - Saving InverterState(currents=[0.0, 0.0, 0.0], power=0, exported=8365367.6, dc_power=None)