Rückmeldungen 2.1.2 Alpha 2

Fragen zur Nutzung, Features, usw..
LenaK
Beiträge: 1029
Registriert: Fr Jan 22, 2021 6:40 am

Re: Rückmeldungen 2.1.2 Alpha 2

Beitrag von LenaK »

Andi hat geschrieben: Sa Okt 21, 2023 8:41 am Hier mal ein Logauszug in dem das nicht abschalten im PV-Mode hoffentlich drin ist (stark schwankende PV Leistung wegen Wolken, aber es kam nie eine Meldung "Abschaltschwelle unterschritten, es wird nach Ablauf der Abschaltzeit abgeschaltet" :

kein_PV-Abbruch.txt
Bei Deiner Version ist noch ein Bug bei den Zeitstempeln enthalten. Den habe ich inzwischen behoben. Auch das Problem mit dem Zielladen könnte damit zusammenhängen. Ein Fix für die Abschaltung kam gerade noch rein.
Andi
Beiträge: 399
Registriert: So Jun 21, 2020 8:48 am

Re: Rückmeldungen 2.1.2 Alpha 2

Beitrag von Andi »

Super danke Lena. Update von heute nachmittag ist drauf, mal sehen ob heute Nacht das Zielladen wieder funktioniert... Der SoC vom Opel scheint schon mal wieder korrekt zu sein!
Andi
Beiträge: 399
Registriert: So Jun 21, 2020 8:48 am

Re: Rückmeldungen 2.1.2 Alpha 2

Beitrag von Andi »

So, Auto hat wieder wie gewünscht heute morgen geladen!
gdfde
Beiträge: 89
Registriert: So Mär 10, 2019 1:05 pm

Re: Rückmeldungen 2.1.2 Alpha 2

Beitrag von gdfde »

Das Tronity SoC Modul funktioniert leider nicht zuverlässig.
Ich habe 2 WB (primary+secondary) und jeder WB die Autos (in meinem Beispiel BMW i3).
Der Update am Tronity Portal funktioniert grundsätzlich, in der OpenWB leider nur zufällig.
Aktualisierungseinstellung ist bei nicht angestecktem Fahrzeug 15 Minuten, beim Laden 5 Minuten.

Code: Alles auswählen


2023-10-25 12:21:08,982 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 96.5 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:21:10,857 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 95.1 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:21:12,681 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 92.7 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:21:14,523 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 46.9 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:21:16,410 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 98.7 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:21:20,109 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.0 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:21:21,222 - {control.counter_all:101} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -227.20000000000005W, Berücksichtigte Komponenten neben EVU [{'id': 1, 'type': 'inverter', 'children': []}, {'id': 2, 'type': 'cp', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2023-10-25 12:21:21,972 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.2 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:21:27,520 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.4 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:22:24,835 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 100.0 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:24:01,122 - {control.algorithm.algorithm:47} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 41, in calc_current
    self.surplus_controlled.set_surplus_current([6, 12])
  File "/var/www/html/openWB/packages/control/algorithm/surplus_controlled.py", line 29, in set_surplus_current
    self._set(cp_without_feed_in, 0, mode_tuple, counter)
  File "/var/www/html/openWB/packages/control/algorithm/surplus_controlled.py", line 43, in _set
    common.update_raw_data(chargepoints, surplus=True)
  File "/var/www/html/openWB/packages/control/algorithm/common.py", line 141, in update_raw_data
    max_target_set_current = max(chargepoint.data.set.target_current, chargepoint.data.set.current or 0)
TypeError: '>' not supported between instances of 'int' and 'NoneType'
2023-10-25 12:24:01,127 - {control.process:57} - {ERROR:MainThread} - Fehler im Process-Modul für Ladepunkt <control.chargepoint.chargepoint.Chargepoint object at 0x7573c0a0>
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/process.py", line 36, in process_algorithm_results
    self._update_state(cp)
  File "/var/www/html/openWB/packages/control/process.py", line 82, in _update_state
    current = round(chargepoint.data.set.current, 2)
TypeError: type NoneType doesn't define __round__ method
2023-10-25 12:24:18,846 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 95.6 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:24:20,738 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 96.1 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:24:24,351 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 89.8 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:24:26,222 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 48.4 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:24:28,072 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 98.7 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:24:29,890 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.0 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:24:30,518 - {control.counter_all:101} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -121.39999999999998W, Berücksichtigte Komponenten neben EVU [{'id': 1, 'type': 'inverter', 'children': []}, {'id': 2, 'type': 'cp', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2023-10-25 12:24:31,754 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.2 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:24:35,547 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.4 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:25:05,964 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.4 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:26:46,021 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.6 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:26:57,282 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.7 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:27:00,670 - {control.counter_all:101} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -116.40000000000009W, Berücksichtigte Komponenten neben EVU [{'id': 1, 'type': 'inverter', 'children': []}, {'id': 2, 'type': 'cp', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2023-10-25 12:27:14,262 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.6 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:27:16,103 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.4 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:27:36,703 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.7 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:27:40,869 - {control.counter_all:101} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -160.0W, Berücksichtigte Komponenten neben EVU [{'id': 1, 'type': 'inverter', 'children': []}, {'id': 2, 'type': 'cp', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2023-10-25 12:27:46,004 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.8 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:27:47,875 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.6 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:27:50,675 - {control.counter_all:101} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -324.5W, Berücksichtigte Komponenten neben EVU [{'id': 1, 'type': 'inverter', 'children': []}, {'id': 2, 'type': 'cp', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2023-10-25 12:27:51,526 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.7 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:28:00,270 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.6 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:28:04,152 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.0 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:28:05,994 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.4 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:28:07,875 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.6 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:28:17,337 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.4 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:28:35,963 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.7 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:28:40,735 - {control.counter_all:101} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -42.40000000000009W, Berücksichtigte Komponenten neben EVU [{'id': 1, 'type': 'inverter', 'children': []}, {'id': 2, 'type': 'cp', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2023-10-25 12:28:47,203 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.8 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:28:50,542 - {control.counter_all:101} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -331.5W, Berücksichtigte Komponenten neben EVU [{'id': 1, 'type': 'inverter', 'children': []}, {'id': 2, 'type': 'cp', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2023-10-25 12:29:04,226 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.7 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:29:06,086 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.6 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:29:15,548 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.7 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:29:17,373 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.4 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:29:36,007 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.6 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:29:58,481 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.7 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:30:04,956 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.7 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:30:18,081 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.6 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:30:19,964 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.7 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:30:20,417 - {control.counter_all:101} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -50.30000000000018W, Berücksichtigte Komponenten neben EVU [{'id': 1, 'type': 'inverter', 'children': []}, {'id': 2, 'type': 'cp', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2023-10-25 12:30:37,004 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.6 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:30:44,525 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.4 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:31:27,134 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.6 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:31:34,664 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.4 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:33:16,382 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.7 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:33:25,768 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.6 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:33:33,182 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.7 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:33:35,230 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.6 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:33:37,094 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.2 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:33:38,946 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.7 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:33:40,850 - {control.counter_all:101} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -832.5W, Berücksichtigte Komponenten neben EVU [{'id': 1, 'type': 'inverter', 'children': []}, {'id': 2, 'type': 'cp', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2023-10-25 12:33:55,877 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.4 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:34:36,539 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.6 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:34:38,390 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.7 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:34:42,111 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.6 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:34:44,119 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.7 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:34:45,951 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.8 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:34:50,627 - {control.counter_all:101} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -805.0999999999999W, Berücksichtigte Komponenten neben EVU [{'id': 1, 'type': 'inverter', 'children': []}, {'id': 2, 'type': 'cp', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2023-10-25 12:34:53,602 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.7 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:34:55,998 - {schedule:660} - {DEBUG:MainThread} - Running job Job(interval=1, unit=minutes, do=smarthome_handler, args=(), kwargs={})
2023-10-25 12:35:00,008 - {schedule:660} - {DEBUG:MainThread} - Running job Job(interval=1, unit=minutes, do=handler10Sec, args=(), kwargs={})
2023-10-25 12:35:00,008 - {root:70} - {INFO:MainThread} - # ***Start*** 
2023-10-25 12:35:00,063 - {modules.devices.fronius.device:59} - {DEBUG:device0} - Start device reading {'component1': <modules.devices.fronius.inverter.FroniusInverter object at 0x71d47100>}
2023-10-25 12:35:00,064 - {modules.common.component_context:51} - {DEBUG:device0} - Update Komponenten ['Fronius Wechselrichter']
2023-10-25 12:35:00,070 - {urllib3.connectionpool:227} - {DEBUG:device0} - Starting new HTTP connection (1): 192.168.1.22:80
2023-10-25 12:35:00,071 - {modules.common.component_context:24} - {DEBUG:device2} - Update Komponente ['HTTP Zähler']
2023-10-25 12:35:00,073 - {modules.common.component_context:24} - {DEBUG:set values cp2} - Update Komponente ['Ladepunkt']
2023-10-25 12:35:00,076 - {modules.common.component_context:24} - {DEBUG:set values cp3} - Update Komponente ['Ladepunkt']
2023-10-25 12:35:00,080 - {urllib3.connectionpool:272} - {DEBUG:device2} - Resetting dropped connection: 192.168.1.213
2023-10-25 12:35:00,093 - {urllib3.connectionpool:452} - {DEBUG:device2} - http://192.168.1.213:82 "GET /user/bezug.php?GETVALVarID=32746 HTTP/1.1" 200 4
2023-10-25 12:35:00,096 - {modules.common.req:11} - {DEBUG:device2} - Get-Response: 1945
2023-10-25 12:35:00,109 - {urllib3.connectionpool:452} - {DEBUG:device2} - http://192.168.1.213:82 "GET /user/bezug.php?GETVALVarID=19044 HTTP/1.1" 200 7
2023-10-25 12:35:00,111 - {modules.common.req:11} - {DEBUG:device2} - Get-Response: 2466326
2023-10-25 12:35:00,120 - {urllib3.connectionpool:452} - {DEBUG:device0} - http://192.168.1.22:80 "GET /solar_api/v1/GetPowerFlowRealtimeData.fcgi?Scope=System HTTP/1.1" 200 959
2023-10-25 12:35:00,123 - {modules.common.req:11} - {DEBUG:device0} - Get-Response: {
   "Body" : {
      "Data" : {
         "Inverters" : {
            "1" : {
               "DT" : 122,
               "E_Day" : 2879.10009765625,
               "E_Total" : 52370900,
               "E_Year" : 5126156,
               "P" : 2052
            }
         },
         "Site" : {
            "E_Day" : 2879.10009765625,
            "E_Total" : 52370900,
            "E_Year" : 5126156,
            "Meter_Location" : "grid",
            "Mode" : "vague-meter",
            "P_Akku" : null,
            "P_Grid" : -170.89959215427348,
            "P_Load" : -1881.1004078457265,
            "P_PV" : 2052,
            "rel_Autonomy" : 100,
            "rel_SelfConsumption" : 91.671559836536375
         },
         "Version" : "12"
      }
   },
   "Head" : {
      "RequestArguments" : {},
      "Status" : {
         "Code" : 0,
         "Reason" : "",
         "UserMessage" : ""
      },
      "Timestamp" : "2023-10-25T12:35:00+02:00"
   }
}

2023-10-25 12:35:00,125 - {urllib3.connectionpool:452} - {DEBUG:device2} - http://192.168.1.213:82 "GET /user/bezug.php?GETVALVarID=26571 HTTP/1.1" 200 7
2023-10-25 12:35:00,130 - {modules.common.req:11} - {DEBUG:device2} - Get-Response: 6086094
2023-10-25 12:35:00,127 - {modules.common.simcount._simcount:38} - {DEBUG:device0} - Previous state: SimCounterState(timestamp=1698230090.3744388, power=-1770.0, imported=0.0, exported=794109.8816601555)
2023-10-25 12:35:00,133 - {modules.common.store._api:26} - {DEBUG:device2} - Raw data CounterState(currents=[0.0, 0.0, 0.0], powers=[0.0, 0.0, 0.0], voltages=[230.0, 230.0, 230.0], power_factors=[0.0, 0.0, 0.0], imported=6086094.0, exported=2466326.0, power=1945.0, frequency=50)
2023-10-25 12:35:00,134 - {modules.common.simcount._calculate:13} - {DEBUG:device0} - time passed: 0.00270902, power1: -1770, power2: -2052
2023-10-25 12:35:00,136 - {modules.common.simcount._calculate:29} - {DEBUG:device0} - power did not change sign. Total energy: -5.17693
2023-10-25 12:35:00,137 - {modules.common.simcount._simcount:47} - {DEBUG:device0} - imported: 0 Wh, exported: 5.17693 Wh, new state: SimCounterState(timestamp=1698230100.1268954, power=-2052.0, imported=0.0, exported=794115.0585892352)
2023-10-25 12:35:00,147 - {modules.common.store._api:26} - {DEBUG:device0} - Raw data InverterState(currents=[0.0, 0.0, 0.0], power=-2052.0, exported=794115.0585892352, dc_power=None)
2023-10-25 12:35:00,196 - {modules.common.component_context:24} - {DEBUG:component1} - Update Komponente ['Fronius Wechselrichter']
2023-10-25 12:35:00,197 - {modules.common.store._api:26} - {DEBUG:component1} - Raw data InverterState(currents=[0.0, 0.0, 0.0], power=-2052.0, exported=794115.0585892352, dc_power=None)
2023-10-25 12:35:00,199 - {modules.common.store._api:30} - {INFO:component1} - Saving InverterState(currents=[0.0, 0.0, 0.0], power=-2052.0, exported=794115.0585892352, dc_power=None)
2023-10-25 12:35:00,200 - {modules.common.component_context:24} - {DEBUG:update values cp2} - Update Komponente ['Ladepunkt']
2023-10-25 12:35:00,206 - {modules.common.component_context:24} - {DEBUG:update values cp3} - Update Komponente ['Ladepunkt']
2023-10-25 12:35:00,245 - {modules.common.component_context:24} - {DEBUG:component0} - Update Komponente ['HTTP Zähler']
2023-10-25 12:35:00,247 - {modules.common.store._api:30} - {INFO:component0} - Saving CounterState(currents=[0.0, 0.0, 0.0], powers=[0.0, 0.0, 0.0], voltages=[230.0, 230.0, 230.0], power_factors=[0.0, 0.0, 0.0], imported=6086094.0, exported=2466326.0, power=1945.0, frequency=50)
2023-10-25 12:35:00,576 - {control.counter:138} - {INFO:MainThread} - Verbleibende Ströme an Zähler 0: [32.02, 42.68, 32.02]A
2023-10-25 12:35:00,577 - {control.counter:161} - {INFO:MainThread} - Verbleibende Leistung an Zähler 0: 18547.6W
2023-10-25 12:35:00,580 - {control.chargepoint.chargepoint:277} - {INFO:MainThread} - LP 2: Keine Ladung, da kein Auto angesteckt ist.
2023-10-25 12:35:00,581 - {control.chargepoint.chargepoint:699} - {DEBUG:MainThread} - EV-Phasenzahl beschränkt die nutzbaren Phasen auf 3
2023-10-25 12:35:00,582 - {control.chargepoint.chargepoint:682} - {DEBUG:MainThread} - Phasenzahl Lademodus: 1
2023-10-25 12:35:00,583 - {control.ev:571} - {DEBUG:MainThread} - Keine Ladung, da kein Zeitfenster für Zeitladen aktiv ist.
2023-10-25 12:35:00,586 - {control.chargepoint.chargepoint:898} - {INFO:MainThread} - LP 3, EV: BMW i3s_Garage (EV-Nr.7): Theoretisch benötigter Strom 6A, Lademodus pv_charging, Submodus: Chargemode.PV_CHARGING, Phasen: 1, Priorität: False, max. Ist-Strom: 10.68
2023-10-25 12:35:00,589 - {modules.common.simcount._simcount:38} - {DEBUG:MainThread} - Previous state: SimCounterState(timestamp=1698230080.8592577, power=1009.9000000000001, imported=841948.5823073743, exported=0)
2023-10-25 12:35:00,590 - {modules.common.simcount._calculate:13} - {DEBUG:MainThread} - time passed: 0.00548063, power1: 1009.9, power2: 1504.4
2023-10-25 12:35:00,608 - {modules.common.simcount._calculate:29} - {DEBUG:MainThread} - power did not change sign. Total energy: 6.88998
2023-10-25 12:35:00,611 - {modules.common.simcount._simcount:47} - {DEBUG:MainThread} - imported: 6.88998 Wh, exported: 0 Wh, new state: SimCounterState(timestamp=1698230100.5895321, power=1504.4, imported=841955.4722836274, exported=0)
2023-10-25 12:35:00,613 - {control.data:236} - {INFO:MainThread} - bat_all_data
BatAllData(config=Config(configured=False), get=Get(soc=0, daily_exported=0, daily_imported=0, imported=0, exported=0, power=0), set=Set(charging_power_left=0, switch_on_soc_reached=False))
2023-10-25 12:35:00,615 - {control.data:237} - {INFO:MainThread} - cp_all_data
AllChargepointData(get=AllGet(daily_imported=1790.0, daily_exported=0, power=2492.6, imported=9247068.99, exported=0))
2023-10-25 12:35:00,616 - {control.data:266} - {INFO:MainThread} - cp2
ChargepointData(control_parameter=ControlParameter(chargemode=<Chargemode.STOP: 'stop'>, current_plan=None, imported_at_plan_start=None, imported_instant_charging=None, limit=None, phases=0, prio=False, required_current=0, required_currents=[0.0, 0.0, 0.0], state=<ChargepointState.NO_CHARGING_ALLOWED: 0>, submode=<Chargemode.STOP: 'stop'>, timestamp_auto_phase_switch=None, timestamp_perform_phase_switch=None, timestamp_switch_on_off=None), get=Get(charge_state=False, connected_vehicle=ConnectedVehicle(config=ConnectedConfig(average_consumption=17, charge_template=0, chargemode='stop', current_plan=0, ev_template=0, priority=False, time_charging_in_use=False), info=ConnectedInfo(id=0, name='Ladepunkt'), soc=0), currents=[0.0, 0.0, 0.0], daily_imported=0.0, daily_exported=0, evse_current=0, exported=0, fault_str='Kein Fehler.', fault_state=0, imported=389028.99, phases_in_use=0, plug_state=False, power=0, rfid_timestamp=None, rfid=None, soc=None, soc_timestamp=None, state_str='Keine Ladung, da kein Auto angesteckt ist.', voltages=[234.49, 238.13, 237.56]), set=Set(change_ev_permitted=[True, ''], charging_ev=-1, charging_ev_prev=-1, current=0, energy_to_charge=0, loadmanagement_available=True, log=Log(chargemode_log_entry='_', imported_at_mode_switch=0, imported_at_plugtime=0, imported_since_mode_switch=0, imported_since_plugged=0, range_charged=0, time_charged='00:00', timestamp_start_charging=None), manual_lock=True, phases_to_use=1, plug_state_prev=False, plug_time=None, required_power=0, rfid=None, target_current=0, charging_ev_data=<control.ev.Ev object at 0x701485e0>), config=Config(configuration={'mode': 'series', 'ip_address': 'localhost', 'duo_num': 0}, ev=0, name='OpenWB_02_Aussen', type='internal_openwb', template=0, connected_phases=3, phase_1=1, auto_phase_switch_hw=True, control_pilot_interruption_hw=True, id=2))
2023-10-25 12:35:00,618 - {control.data:266} - {INFO:MainThread} - cp3
ChargepointData(control_parameter=ControlParameter(chargemode=<Chargemode.PV_CHARGING: 'pv_charging'>, current_plan=None, imported_at_plan_start=8855010, imported_instant_charging=None, limit=', da die maximale Leistung an Zähler {} erreicht ist.', phases=1, prio=False, required_current=6, required_currents=[0.0, 6, 0.0], state=4, submode=<Chargemode.PV_CHARGING: 'pv_charging'>, timestamp_auto_phase_switch=None, timestamp_perform_phase_switch=None, timestamp_switch_on_off=None), get=Get(charge_state=True, connected_vehicle=ConnectedVehicle(config=ConnectedConfig(average_consumption=17, charge_template=0, chargemode='stop', current_plan=0, ev_template=0, priority=False, time_charging_in_use=False), info=ConnectedInfo(id=0, name='Ladepunkt'), soc=82), currents=[10.68, 0.02, 0.02], daily_imported=1790, daily_exported=0, evse_current=None, exported=0, fault_str='Kein Fehler.', fault_state=0, imported=8858040, phases_in_use=1, plug_state=True, power=2492.6, rfid_timestamp=None, rfid=None, soc=None, soc_timestamp=None, state_str=None, voltages=[233.3, 0.0, 0.0]), set=Set(change_ev_permitted=[True, ''], charging_ev=7, charging_ev_prev=7, current=11.2, energy_to_charge=0, loadmanagement_available=True, log=Log(chargemode_log_entry='pv_charging', imported_at_mode_switch=8855010, imported_at_plugtime=8855010, imported_since_mode_switch=3020, imported_since_plugged=3020, range_charged=17.764705882352942, time_charged='-26:17', timestamp_start_charging='10/24/2023, 09:51:50'), manual_lock=False, phases_to_use=1, plug_state_prev=True, plug_time='10/23/2023, 17:09:50', required_power=1380.0, rfid=None, target_current=0, charging_ev_data=<control.ev.Ev object at 0x6edfa178>), config=Config(configuration={'ip_address': '192.168.1.26', 'duo_num': 0}, ev=7, name='OpenWB_01_Garage', type='external_openwb', template=0, connected_phases=3, phase_1=2, auto_phase_switch_hw=True, control_pilot_interruption_hw=False, id=3))
2023-10-25 12:35:00,621 - {control.data:266} - {INFO:MainThread} - cpt0
CpTemplateData(autolock=Autolock(active=False, plans={}, wait_for_charging_end=False), id=0, max_current_multi_phases=16, max_current_single_phase=16, name='Standard Ladepunkt-Profil', rfid_enabling=True, valid_tags=['0006025762', '0009565191', '0009583593', '0014615431'])
2023-10-25 12:35:00,622 - {control.data:266} - {INFO:MainThread} - counter0
CounterData(config=Config(max_currents=[32, 32, 32], max_total_power=18000), get=Get(powers=[0.0, 0.0, 0.0], currents=[0.0, 0.0, 0.0], voltages=[230.0, 230.0, 230.0], power_factors=[0.0, 0.0, 0.0], unbalanced_load=0, frequency=50, daily_exported=108.0, daily_imported=7371.0, imported=6086094.0, exported=2466326.0, fault_state=0, fault_str='Kein Fehler.', power=1945.0), set=Set(error_counter=0, reserved_surplus=0, released_surplus=0, raw_power_left=18547.6, raw_currents_left=[32.02, 42.68, 32.02], surplus_power_left=0, state_str=''))
2023-10-25 12:35:00,624 - {control.data:241} - {INFO:MainThread} - counter_all_data
CounterAllData(config=Config(reserve_for_not_charging=False), get=Get(hierarchy=[{'id': 0, 'type': 'counter', 'children': [{'id': 1, 'type': 'inverter', 'children': []}, {'id': 2, 'type': 'cp', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]}]), set=Set(loadmanagement_active=False, home_consumption=1504.4, invalid_home_consumption=0, daily_yield_home_consumption=8245.6584617549, imported_home_consumption=841955.4722836274, disengageable_smarthome_power=0))
2023-10-25 12:35:00,626 - {control.data:266} - {INFO:MainThread} - ct0
ChargeTemplateData(name='Standard-Lade-Profil', disable_after_unplug=False, prio=False, load_default=False, time_charging=TimeCharging(active=False, plans={}), chargemode=Chargemode(selected='stop', pv_charging=PvCharging(min_soc_current=6, min_current=0, feed_in_limit=True, min_soc=0, max_soc=101), scheduled_charging=ScheduledCharging(plans={}), instant_charging=InstantCharging(current=16, limit=Limit(selected='none', amount=1000, soc=50))))
2023-10-25 12:35:00,627 - {control.data:266} - {INFO:MainThread} - ct1
ChargeTemplateData(name='Lade-Profil-BMW-i3s-aussen', disable_after_unplug=True, prio=False, load_default=True, time_charging=TimeCharging(active=True, plans={'0': TimeChargingPlan(active=True, frequency=Frequency(selected='weekly', once=['2021-11-01', '2021-11-05'], weekly=[True, True, True, True, True, False, False]), time=['01:00', '07:00'], name='Zeitladen_i3s_wochentags', current=16, limit=Limit(selected='soc', amount=1000, soc=40))}), chargemode=Chargemode(selected='pv_charging', pv_charging=PvCharging(min_soc_current=16, min_current=0, feed_in_limit=False, min_soc=20, max_soc=101), scheduled_charging=ScheduledCharging(plans={}), instant_charging=InstantCharging(current=16, limit=Limit(selected='soc', amount=1000, soc=100))))
2023-10-25 12:35:00,629 - {control.data:266} - {INFO:MainThread} - ct3
ChargeTemplateData(name='Lade-Profil-etron', disable_after_unplug=True, prio=False, load_default=True, time_charging=TimeCharging(active=True, plans={'1': TimeChargingPlan(active=True, frequency=Frequency(selected='weekly', once=['2021-11-01', '2021-11-05'], weekly=[True, True, True, True, True, True, True]), time=['01:00', '07:00'], name='Zeitladen_wochentags_etron_50%', current=16, limit=Limit(selected='soc', amount=1000, soc=50))}), chargemode=Chargemode(selected='pv_charging', pv_charging=PvCharging(min_soc_current=16, min_current=0, feed_in_limit=False, min_soc=15, max_soc=101), scheduled_charging=ScheduledCharging(plans={}), instant_charging=InstantCharging(current=16, limit=Limit(selected='none', amount=1000, soc=100))))
2023-10-25 12:35:00,630 - {control.data:266} - {INFO:MainThread} - ct4
ChargeTemplateData(name='Standard-Lade-Profil', disable_after_unplug=False, prio=False, load_default=False, time_charging=TimeCharging(active=False, plans={'2': TimeChargingPlan(active=True, frequency=Frequency(selected='weekly', once=['2021-11-01', '2021-11-05'], weekly=[False, False, False, False, False, False, False]), time=['01:00', '07:00'], name='Zeitladen-i3s_wochentags_Garage', current=16, limit=Limit(selected='soc', amount=1000, soc=50))}), chargemode=Chargemode(selected='stop', pv_charging=PvCharging(min_soc_current=10, min_current=0, feed_in_limit=False, min_soc=0, max_soc=100), scheduled_charging=ScheduledCharging(plans={}), instant_charging=InstantCharging(current=10, limit=Limit(selected='none', amount=1000, soc=50))))
2023-10-25 12:35:00,632 - {control.data:266} - {INFO:MainThread} - ct5
ChargeTemplateData(name='Standard-Lade-Profil', disable_after_unplug=False, prio=False, load_default=False, time_charging=TimeCharging(active=False, plans={'3': TimeChargingPlan(active=True, frequency=Frequency(selected='weekly', once=['2021-11-01', '2021-11-05'], weekly=[True, True, True, True, True, False, False]), time=['06:00', '07:00'], name='Zeitladen-i3s-wochentags', current=16, limit=Limit(selected='soc', amount=1000, soc=40))}), chargemode=Chargemode(selected='stop', pv_charging=PvCharging(min_soc_current=10, min_current=0, feed_in_limit=False, min_soc=0, max_soc=100), scheduled_charging=ScheduledCharging(plans={}), instant_charging=InstantCharging(current=10, limit=Limit(selected='none', amount=1000, soc=50))))
2023-10-25 12:35:00,635 - {control.data:266} - {INFO:MainThread} - ct6
ChargeTemplateData(name='Ladeprofil_Gast_Aussen_PV_Standby', disable_after_unplug=True, prio=False, load_default=True, time_charging=TimeCharging(active=False, plans={}), chargemode=Chargemode(selected='standby', pv_charging=PvCharging(min_soc_current=6, min_current=6, feed_in_limit=False, min_soc=0, max_soc=101), scheduled_charging=ScheduledCharging(plans={}), instant_charging=InstantCharging(current=6, limit=Limit(selected='none', amount=1000, soc=50))))
2023-10-25 12:35:00,637 - {control.data:266} - {INFO:MainThread} - ct7
ChargeTemplateData(name='Standard-Lade-Profil', disable_after_unplug=False, prio=False, load_default=False, time_charging=TimeCharging(active=False, plans={'4': TimeChargingPlan(active=True, frequency=Frequency(selected='weekly', once=['2021-11-01', '2021-11-05'], weekly=[True, True, True, True, True, False, False]), time=['01:00', '07:00'], name='Zeitladen i3s_wochentags-Garage', current=16, limit=Limit(selected='soc', amount=1000, soc=40))}), chargemode=Chargemode(selected='stop', pv_charging=PvCharging(min_soc_current=10, min_current=0, feed_in_limit=False, min_soc=0, max_soc=100), scheduled_charging=ScheduledCharging(plans={}), instant_charging=InstantCharging(current=10, limit=Limit(selected='none', amount=1000, soc=50))))
2023-10-25 12:35:00,638 - {control.data:266} - {INFO:MainThread} - ct8
ChargeTemplateData(name='Standard-Lade-Profil', disable_after_unplug=False, prio=False, load_default=False, time_charging=TimeCharging(active=False, plans={'5': TimeChargingPlan(active=True, frequency=Frequency(selected='weekly', once=['2021-11-01', '2021-11-05'], weekly=[True, True, True, True, True, False, False]), time=['01:00', '07:00'], name='Zeitladen-Standard_i3s_Garage_wochentags', current=16, limit=Limit(selected='soc', amount=1000, soc=40))}), chargemode=Chargemode(selected='stop', pv_charging=PvCharging(min_soc_current=10, min_current=0, feed_in_limit=False, min_soc=0, max_soc=100), scheduled_charging=ScheduledCharging(plans={}), instant_charging=InstantCharging(current=10, limit=Limit(selected='none', amount=1000, soc=50))))
2023-10-25 12:35:00,640 - {control.data:266} - {INFO:MainThread} - ct9
ChargeTemplateData(name='Lade-Profil-BMW-i3s-Garage', disable_after_unplug=False, prio=False, load_default=False, time_charging=TimeCharging(active=True, plans={'6': TimeChargingPlan(active=False, frequency=Frequency(selected='weekly', once=['2021-11-01', '2021-11-05'], weekly=[True, True, True, True, True, False, False]), time=['01:00', '07:00'], name='Zeitladen-wochentags_i3s_garage_50', current=16, limit=Limit(selected='soc', amount=1000, soc=50))}), chargemode=Chargemode(selected='pv_charging', pv_charging=PvCharging(min_soc_current=16, min_current=0, feed_in_limit=False, min_soc=20, max_soc=101), scheduled_charging=ScheduledCharging(plans={}), instant_charging=InstantCharging(current=16, limit=Limit(selected='none', amount=1000, soc=70))))
2023-10-25 12:35:00,642 - {control.data:266} - {INFO:MainThread} - ev0
EvData(set=Set(ev_template=EvTemplate(data=EvTemplateData(name='Standard-Fahrzeug-Profil', max_current_multi_phases=6, max_phases=3, phase_switch_pause=2, prevent_phase_switch=True, prevent_charge_stop=False, control_pilot_interruption=False, control_pilot_interruption_duration=4, average_consump=17000, min_current=6, max_current_single_phase=6, battery_capacity=82000, nominal_difference=1, keep_charge_active_duration=40), et_num=0), soc_error_counter=0), charge_template=0, ev_template=0, name='Standard-Fahrzeug', tag_id=[], get=Get(soc=0, soc_timestamp=None, force_soc_update=True, range=0, fault_state=0, fault_str='Kein Fehler.'))
2023-10-25 12:35:00,644 - {control.data:266} - {INFO:MainThread} - ev3
EvData(set=Set(ev_template=EvTemplate(data=EvTemplateData(name='BMW i3s', max_current_multi_phases=16, max_phases=3, phase_switch_pause=2, prevent_phase_switch=False, prevent_charge_stop=False, control_pilot_interruption=False, control_pilot_interruption_duration=4, average_consump=17000, min_current=6, max_current_single_phase=16, battery_capacity=40000, nominal_difference=1, keep_charge_active_duration=40), et_num=0), soc_error_counter=3), charge_template=1, ev_template=1, name='BMW i3s_aussen', tag_id=['0006025762'], get=Get(soc=79, soc_timestamp='10/25/2023, 07:45:13', force_soc_update=False, range=202, fault_state=0, fault_str='Kein Fehler.'))
2023-10-25 12:35:00,645 - {control.data:266} - {INFO:MainThread} - ev1
EvData(set=Set(ev_template=EvTemplate(data=EvTemplateData(name='Q4 eTron', max_current_multi_phases=16, max_phases=3, phase_switch_pause=2, prevent_phase_switch=False, prevent_charge_stop=False, control_pilot_interruption=False, control_pilot_interruption_duration=4, average_consump=18000, min_current=6, max_current_single_phase=16, battery_capacity=82000, nominal_difference=1, keep_charge_active_duration=40), et_num=0), soc_error_counter=0), charge_template=3, ev_template=2, name='Audi Q4 eTron', tag_id=['0009565191', '0014615431'], get=Get(soc=98, soc_timestamp='10/25/2023, 10:39:24', force_soc_update=False, range=385, fault_state=0, fault_str='Kein Fehler.'))
2023-10-25 12:35:00,647 - {control.data:266} - {INFO:MainThread} - ev4
EvData(set=Set(ev_template=EvTemplate(data=EvTemplateData(name='Standard-Fahrzeug-Profil', max_current_multi_phases=16, max_phases=3, phase_switch_pause=2, prevent_phase_switch=False, prevent_charge_stop=False, control_pilot_interruption=False, control_pilot_interruption_duration=4, average_consump=17000, min_current=6, max_current_single_phase=32, battery_capacity=82000, nominal_difference=1, keep_charge_active_duration=40), et_num=0), soc_error_counter=0), charge_template=6, ev_template=0, name='Gastfahrzeug', tag_id=['0009583593'], get=Get(soc=0, soc_timestamp=None, force_soc_update=False, range=0, fault_state=0, fault_str='Kein Fehler.'))
2023-10-25 12:35:00,648 - {control.data:266} - {INFO:MainThread} - ev7
EvData(set=Set(ev_template=EvTemplate(data=EvTemplateData(name='BMW i3s', max_current_multi_phases=16, max_phases=3, phase_switch_pause=2, prevent_phase_switch=False, prevent_charge_stop=False, control_pilot_interruption=False, control_pilot_interruption_duration=4, average_consump=17000, min_current=6, max_current_single_phase=16, battery_capacity=40000, nominal_difference=1, keep_charge_active_duration=40), et_num=0), soc_error_counter=0), charge_template=9, ev_template=1, name='BMW i3s_Garage', tag_id=[], get=Get(soc=82, soc_timestamp='10/25/2023, 12:34:20', force_soc_update=False, range=210, fault_state=0, fault_str='Kein Fehler.'))
2023-10-25 12:35:00,651 - {control.data:266} - {INFO:MainThread} - ev2
EvData(set=Set(ev_template=EvTemplate(data=EvTemplateData(name='Standard-Fahrzeug-Profil', max_current_multi_phases=16, max_phases=3, phase_switch_pause=2, prevent_phase_switch=False, prevent_charge_stop=False, control_pilot_interruption=False, control_pilot_interruption_duration=4, average_consump=17000, min_current=6, max_current_single_phase=32, battery_capacity=82000, nominal_difference=1, keep_charge_active_duration=40), et_num=0), soc_error_counter=0), charge_template=0, ev_template=0, name='Standard-Fahrzeug', tag_id=[], get=Get(soc=0, soc_timestamp=None, force_soc_update=False, range=0, fault_state=0, fault_str='Kein Fehler.'))
2023-10-25 12:35:00,654 - {control.data:266} - {INFO:MainThread} - et0
EvTemplateData(name='Standard-Fahrzeug-Profil', max_current_multi_phases=6, max_phases=3, phase_switch_pause=2, prevent_phase_switch=True, prevent_charge_stop=False, control_pilot_interruption=False, control_pilot_interruption_duration=4, average_consump=17000, min_current=6, max_current_single_phase=6, battery_capacity=82000, nominal_difference=1, keep_charge_active_duration=40)
2023-10-25 12:35:00,658 - {control.data:266} - {INFO:MainThread} - et1
EvTemplateData(name='BMW i3s', max_current_multi_phases=16, max_phases=3, phase_switch_pause=2, prevent_phase_switch=False, prevent_charge_stop=False, control_pilot_interruption=False, control_pilot_interruption_duration=4, average_consump=17000, min_current=6, max_current_single_phase=16, battery_capacity=40000, nominal_difference=1, keep_charge_active_duration=40)
2023-10-25 12:35:00,660 - {control.data:266} - {INFO:MainThread} - et2
EvTemplateData(name='Q4 eTron', max_current_multi_phases=16, max_phases=3, phase_switch_pause=2, prevent_phase_switch=False, prevent_charge_stop=False, control_pilot_interruption=False, control_pilot_interruption_duration=4, average_consump=18000, min_current=6, max_current_single_phase=16, battery_capacity=82000, nominal_difference=1, keep_charge_active_duration=40)
2023-10-25 12:35:00,666 - {control.data:245} - {INFO:MainThread} - general_data
GeneralData(chargemode_config=ChargemodeConfig(instant_charging=InstantCharging(phases_to_use=3), pv_charging=PvCharging(bat_prio=False, charging_power_reserve=0, control_range=[-130, 130], feed_in_yield=15000, phase_switch_delay=2, phases_to_use=0, rundown_power=0, rundown_soc=50, switch_off_delay=50, switch_off_soc=40, switch_off_threshold=900, switch_on_delay=20, switch_on_soc=60, switch_on_threshold=500), scheduled_charging=ScheduledCharging(phases_to_use=0), time_charging=TimeCharging(phases_to_use=3), unbalanced_load_limit=18, unbalanced_load=False), control_interval=10, extern_display_mode='primary', extern=False, external_buttons_hw=False, grid_protection_active=False, grid_protection_configured=True, grid_protection_random_stop=0, grid_protection_timestamp='', mqtt_bridge=False, price_kwh=0.2224, range_unit='km', ripple_control_receiver=RippleControlReceiver(configured=False, r1_active=False, r2_active=False))
2023-10-25 12:35:00,670 - {control.data:246} - {INFO:MainThread} - general_data-display
primary
2023-10-25 12:35:00,672 - {control.data:247} - {INFO:MainThread} - graph_data
GraphData(config=Config(duration=120))
2023-10-25 12:35:00,674 - {control.data:248} - {INFO:MainThread} - optional_data
OptionalData(et=Et(active=False, config=EtConfig(max_price=0, provider={}), get=EtGet(price=0, price_list=[])), int_display=InternalDisplay(active=True, on_if_plugged_in=True, pin_active=False, pin_code='0000', standby=120, theme=<modules.display_themes.cards.config.CardsDisplayTheme object at 0x7571c850>), led=Led(active=False), rfid=Rfid(active=True))
2023-10-25 12:35:00,675 - {control.data:266} - {INFO:MainThread} - pv1
PvData(config=Config(max_ac_out=5000), get=Get(currents=[0.0, 0.0, 0.0], daily_exported=2688.23, monthly_exported=0, yearly_exported=0, exported=794115.059, fault_state=0, fault_str='Kein Fehler.', power=-2052.0))
2023-10-25 12:35:00,679 - {control.data:250} - {INFO:MainThread} - pv_all_data
PvAllData(config=Config(configured=True), get=Get(daily_exported=2688.23, monthly_exported=0, yearly_exported=0, exported=794115.059, power=-2052.0))
2023-10-25 12:35:00,685 - {control.data:266} - {INFO:MainThread} - system
{'update_in_progress': False, 'perform_update': False, 'ip_address': '192.168.1.27', 'current_commit': '2023-10-20 12:07:01 +0200 [9cf8db3a5]', 'current_branch': 'master', 'current_branch_commit': '2023-10-20 12:07:01 +0200 [9cf8db3a5]', 'current_missing_commits': [], 'datastore_version': 24, 'dataprotection_acknowledged': True, 'usage_terms_acknowledged': True, 'debug_level': 10, 'release_train': 'master', 'version': '2.1.2-Alpha.2', 'boot_done': True, 'lastlivevaluesJson': {'timestamp': 1698230090, 'time': '12:34:50', 'grid': 0.37, 'house-power': 1.01, 'charging-all': 2.945, 'pv-all': 1.77, 'cp2-power': 0.0, 'cp3-power': 2.945, 'ev3-soc': 79, 'ev1-soc': 98, 'ev7-soc': 82}, 'module_update_completed': True}
2023-10-25 12:35:00,693 - {control.data:279} - {INFO:MainThread} - device0
{'name': 'Fronius', 'type': 'fronius', 'id': 0, 'configuration': {'ip_address': '192.168.1.22'}}
2023-10-25 12:35:00,695 - {control.data:281} - {INFO:MainThread} - component1
{'name': 'Fronius Wechselrichter', 'type': 'inverter', 'id': 1, 'configuration': {}}
2023-10-25 12:35:00,698 - {control.data:279} - {INFO:MainThread} - device2
{'name': 'HTTP', 'type': 'http', 'id': 2, 'configuration': {'url': 'http://192.168.1.213:82'}}
2023-10-25 12:35:00,698 - {control.data:281} - {INFO:MainThread} - component0
{'name': 'HTTP Zähler', 'type': 'counter', 'id': 0, 'configuration': {'current_l1_path': None, 'current_l2_path': None, 'current_l3_path': None, 'exported_path': '/user/bezug.php?GETVALVarID=19044', 'imported_path': '/user/bezug.php?GETVALVarID=26571', 'power_path': '/user/bezug.php?GETVALVarID=32746'}}
2023-10-25 12:35:00,700 - {control.data:253} - {INFO:MainThread} - 

2023-10-25 12:35:00,700 - {control.algorithm.algorithm:25} - {INFO:MainThread} - # Algorithmus
2023-10-25 12:35:00,701 - {control.algorithm.algorithm:63} - {DEBUG:MainThread} - Ladepunkt 3: Prüfen, ob Phasenumschaltung durchgeführt werden soll.
2023-10-25 12:35:00,709 - {control.chargepoint.chargepoint:699} - {DEBUG:MainThread} - EV-Phasenzahl beschränkt die nutzbaren Phasen auf 3
2023-10-25 12:35:00,710 - {control.counter:198} - {INFO:MainThread} - Überschuss zur PV-geführten Ladung: 1945.0W
2023-10-25 12:35:00,712 - {control.ev:440} - {DEBUG:MainThread} - Genutzter Strom: 10.68A, Überschuss: -1945.0W, benötigte neue Leistung: -460W
2023-10-25 12:35:00,721 - {control.counter:198} - {INFO:MainThread} - Überschuss zur PV-geführten Ladung: 1945.0W
2023-10-25 12:35:00,726 - {control.counter:198} - {INFO:MainThread} - Überschuss zur PV-geführten Ladung: 1945.0W
2023-10-25 12:35:00,732 - {control.counter:352} - {DEBUG:MainThread} - LP3 Switch-Off-Threshold prüfen: 1945.0W, Schwelle: 900W, freigegebener Überschuss 0W, Einspeisegrenze 0W
2023-10-25 12:35:00,734 - {control.algorithm.algorithm:30} - {INFO:MainThread} - **Mindestrom setzen**
2023-10-25 12:35:00,737 - {control.algorithm.min_current:18} - {INFO:MainThread} - Mode-Tuple Chargemode.PV_CHARGING - Chargemode.PV_CHARGING - False, Zähler 0
2023-10-25 12:35:00,739 - {control.counter:169} - {DEBUG:MainThread} - Zähler 0: [32.02, 36.68, 32.02]A verbleibende Ströme, 17167.6W verbleibende Leistung
2023-10-25 12:35:00,739 - {control.algorithm.common:95} - {INFO:MainThread} - LP3: Stromstärke 6A
2023-10-25 12:35:00,740 - {control.algorithm.algorithm:32} - {INFO:MainThread} - **Sollstrom setzen**
2023-10-25 12:35:00,741 - {control.counter:211} - {INFO:MainThread} - Überschuss zur PV-geführten Ladung: 0W
2023-10-25 12:35:00,742 - {control.counter:457} - {DEBUG:MainThread} - Zähler 0: Begrenzung der verbleibenden Leistung auf 0W
2023-10-25 12:35:00,742 - {control.algorithm.algorithm:43} - {INFO:MainThread} - **Keine Leistung für PV-geführtes Laden übrig.**
2023-10-25 12:35:00,742 - {control.process:23} - {INFO:MainThread} - # Ladung starten.
2023-10-25 12:35:00,747 - {control.chargelog:52} - {DEBUG:MainThread} - imported_since_mode_switch 3030 counter 8858040
2023-10-25 12:35:00,751 - {control.process:111} - {INFO:MainThread} - LP3: set current 6 A, state CHARGING_ALLOWED
2023-10-25 12:35:00,754 - {modules.common.component_context:24} - {DEBUG:set current cp2} - Update Komponente ['Ladepunkt']
2023-10-25 12:35:00,756 - {modules.common.component_context:24} - {DEBUG:set current cp3} - Update Komponente ['Ladepunkt']
2023-10-25 12:35:00,795 - {control.counter:186} - {INFO:MainThread} - 0W reservierte EVU-Leistung, 0W freigegebene EVU-Leistung
2023-10-25 12:35:01,046 - {helpermodules.changed_values_handler:109} - {DEBUG:MainThread} - Topic openWB/set/chargepoint/3/control_parameter/limit, Payload None, vorherige Payload: , da die maximale Leistung an Zähler {} erreicht ist.
2023-10-25 12:35:01,050 - {helpermodules.changed_values_handler:109} - {DEBUG:MainThread} - Topic openWB/set/chargepoint/3/control_parameter/required_current, Payload 6, vorherige Payload: 16
2023-10-25 12:35:01,058 - {schedule:660} - {DEBUG:MainThread} - Running job Job(interval=1, unit=minutes, do=smarthome_handler, args=(), kwargs={})
2023-10-25 12:35:01,124 - {schedule:660} - {DEBUG:MainThread} - Running job Job(interval=1, unit=hours, do=inner, args=(), kwargs={})
2023-10-25 12:35:01,150 - {root:100} - {DEBUG:MainThread} - 5 Minuten Handler ausführen.
2023-10-25 12:35:01,177 - {helpermodules.system:74} - {INFO:MainThread} - my IP: 192.168.1.27
2023-10-25 12:35:01,178 - {schedule:660} - {DEBUG:MainThread} - Running job Job(interval=1, unit=hours, do=inner, args=(), kwargs={})
gdfde
Beiträge: 89
Registriert: So Mär 10, 2019 1:05 pm

Re: Rückmeldungen 2.1.2 Alpha 2

Beitrag von gdfde »

Bildschirmfoto 2023-10-25 um 12.45.37.png
Frank-H
Beiträge: 186
Registriert: Mi Apr 26, 2023 7:56 am

Re: Rückmeldungen 2.1.2 Alpha 2

Beitrag von Frank-H »

Mit dem Master von gestern mittag (12.15 Uhr?) habe ich folgendes beobachtet:
PV-Laden, ca. 3 kw Überschuss. Trotzdem lädt die Box mit der maximalen Stromstärke von 32 A, 7.5 kw einphasig und zieht dabei sowohl Strom aus dem Speicher als auch dem Netz. Einstellungen wurden vorher nicht geändert; vorher hat's einwandfrei geklappt. Nach Stop und Neustart keine Änderung.
Leider habe ich kein Detaillog gefertigt, sondern bin direkt zurück auf die Beta. Damit gings einwandfrei.
Heute gibt's leider kein Überschuss, deshalb erstmal nur die Meldung.
5,68 kwp PV + 0,6 kwp Balkonkraftwerk, SMA Tripower 6.0 SE + Hoymiles HM 600, 5,2 kw BYD-Speicher
VW ID.4 (77 kwh)
OpenWB 2 Custom, 1-/3ph, 22 kw, ohne Display
Benutzeravatar
mrinas
Beiträge: 1911
Registriert: Mi Jan 29, 2020 10:12 pm

Re: Rückmeldungen 2.1.2 Alpha 2

Beitrag von mrinas »

gdfde hat geschrieben: Mi Okt 25, 2023 10:44 am Das Tronity SoC Modul funktioniert leider nicht zuverlässig.
Ich habe 2 WB (primary+secondary) und jeder WB die Autos (in meinem Beispiel BMW i3).
Der Update am Tronity Portal funktioniert grundsätzlich, in der OpenWB leider nur zufällig.
Aktualisierungseinstellung ist bei nicht angestecktem Fahrzeug 15 Minuten, beim Laden 5 Minuten.

Code: Alles auswählen


2023-10-25 12:21:08,982 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 96.5 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:21:10,857 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 95.1 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:21:12,681 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 92.7 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:21:14,523 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 46.9 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:21:16,410 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 98.7 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:21:20,109 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.0 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:21:21,222 - {control.counter_all:101} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -227.20000000000005W, Berücksichtigte Komponenten neben EVU [{'id': 1, 'type': 'inverter', 'children': []}, {'id': 2, 'type': 'cp', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2023-10-25 12:21:21,972 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.2 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:21:27,520 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.4 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:22:24,835 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 100.0 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:24:01,122 - {control.algorithm.algorithm:47} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 41, in calc_current
    self.surplus_controlled.set_surplus_current([6, 12])
  File "/var/www/html/openWB/packages/control/algorithm/surplus_controlled.py", line 29, in set_surplus_current
    self._set(cp_without_feed_in, 0, mode_tuple, counter)
  File "/var/www/html/openWB/packages/control/algorithm/surplus_controlled.py", line 43, in _set
    common.update_raw_data(chargepoints, surplus=True)
  File "/var/www/html/openWB/packages/control/algorithm/common.py", line 141, in update_raw_data
    max_target_set_current = max(chargepoint.data.set.target_current, chargepoint.data.set.current or 0)
TypeError: '>' not supported between instances of 'int' and 'NoneType'
2023-10-25 12:24:01,127 - {control.process:57} - {ERROR:MainThread} - Fehler im Process-Modul für Ladepunkt <control.chargepoint.chargepoint.Chargepoint object at 0x7573c0a0>
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/process.py", line 36, in process_algorithm_results
    self._update_state(cp)
  File "/var/www/html/openWB/packages/control/process.py", line 82, in _update_state
    current = round(chargepoint.data.set.current, 2)
TypeError: type NoneType doesn't define __round__ method
2023-10-25 12:24:18,846 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 95.6 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:24:20,738 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 96.1 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:24:24,351 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 89.8 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:24:26,222 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 48.4 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:24:28,072 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 98.7 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:24:29,890 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.0 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:24:30,518 - {control.counter_all:101} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -121.39999999999998W, Berücksichtigte Komponenten neben EVU [{'id': 1, 'type': 'inverter', 'children': []}, {'id': 2, 'type': 'cp', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2023-10-25 12:24:31,754 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.2 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:24:35,547 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.4 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:25:05,964 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.4 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:26:46,021 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.6 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:26:57,282 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.7 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:27:00,670 - {control.counter_all:101} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -116.40000000000009W, Berücksichtigte Komponenten neben EVU [{'id': 1, 'type': 'inverter', 'children': []}, {'id': 2, 'type': 'cp', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2023-10-25 12:27:14,262 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.6 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:27:16,103 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.4 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:27:36,703 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.7 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:27:40,869 - {control.counter_all:101} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -160.0W, Berücksichtigte Komponenten neben EVU [{'id': 1, 'type': 'inverter', 'children': []}, {'id': 2, 'type': 'cp', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2023-10-25 12:27:46,004 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.8 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:27:47,875 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.6 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:27:50,675 - {control.counter_all:101} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -324.5W, Berücksichtigte Komponenten neben EVU [{'id': 1, 'type': 'inverter', 'children': []}, {'id': 2, 'type': 'cp', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2023-10-25 12:27:51,526 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.7 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:28:00,270 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.6 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:28:04,152 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.0 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:28:05,994 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.4 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:28:07,875 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.6 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:28:17,337 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.4 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:28:35,963 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.7 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:28:40,735 - {control.counter_all:101} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -42.40000000000009W, Berücksichtigte Komponenten neben EVU [{'id': 1, 'type': 'inverter', 'children': []}, {'id': 2, 'type': 'cp', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2023-10-25 12:28:47,203 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.8 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:28:50,542 - {control.counter_all:101} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -331.5W, Berücksichtigte Komponenten neben EVU [{'id': 1, 'type': 'inverter', 'children': []}, {'id': 2, 'type': 'cp', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2023-10-25 12:29:04,226 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.7 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:29:06,086 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.6 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:29:15,548 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.7 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:29:17,373 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.4 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:29:36,007 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.6 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:29:58,481 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.7 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:30:04,956 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.7 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:30:18,081 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.6 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:30:19,964 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.7 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:30:20,417 - {control.counter_all:101} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -50.30000000000018W, Berücksichtigte Komponenten neben EVU [{'id': 1, 'type': 'inverter', 'children': []}, {'id': 2, 'type': 'cp', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2023-10-25 12:30:37,004 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.6 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:30:44,525 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.4 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:31:27,134 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.6 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:31:34,664 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.4 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:33:16,382 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.7 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:33:25,768 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.6 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:33:33,182 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.7 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:33:35,230 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.6 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:33:37,094 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.2 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:33:38,946 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.7 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:33:40,850 - {control.counter_all:101} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -832.5W, Berücksichtigte Komponenten neben EVU [{'id': 1, 'type': 'inverter', 'children': []}, {'id': 2, 'type': 'cp', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2023-10-25 12:33:55,877 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.4 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:34:36,539 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.6 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:34:38,390 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.7 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:34:42,111 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.6 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:34:44,119 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.7 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:34:45,951 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.8 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:34:50,627 - {control.counter_all:101} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -805.0999999999999W, Berücksichtigte Komponenten neben EVU [{'id': 1, 'type': 'inverter', 'children': []}, {'id': 2, 'type': 'cp', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2023-10-25 12:34:53,602 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/3/get/power_factors, Payload 99.7 liegt in keinem der angegebenen Wertebereiche.
2023-10-25 12:34:55,998 - {schedule:660} - {DEBUG:MainThread} - Running job Job(interval=1, unit=minutes, do=smarthome_handler, args=(), kwargs={})
2023-10-25 12:35:00,008 - {schedule:660} - {DEBUG:MainThread} - Running job Job(interval=1, unit=minutes, do=handler10Sec, args=(), kwargs={})
2023-10-25 12:35:00,008 - {root:70} - {INFO:MainThread} - # ***Start*** 
2023-10-25 12:35:00,063 - {modules.devices.fronius.device:59} - {DEBUG:device0} - Start device reading {'component1': <modules.devices.fronius.inverter.FroniusInverter object at 0x71d47100>}
2023-10-25 12:35:00,064 - {modules.common.component_context:51} - {DEBUG:device0} - Update Komponenten ['Fronius Wechselrichter']
2023-10-25 12:35:00,070 - {urllib3.connectionpool:227} - {DEBUG:device0} - Starting new HTTP connection (1): 192.168.1.22:80
2023-10-25 12:35:00,071 - {modules.common.component_context:24} - {DEBUG:device2} - Update Komponente ['HTTP Zähler']
2023-10-25 12:35:00,073 - {modules.common.component_context:24} - {DEBUG:set values cp2} - Update Komponente ['Ladepunkt']
2023-10-25 12:35:00,076 - {modules.common.component_context:24} - {DEBUG:set values cp3} - Update Komponente ['Ladepunkt']
2023-10-25 12:35:00,080 - {urllib3.connectionpool:272} - {DEBUG:device2} - Resetting dropped connection: 192.168.1.213
2023-10-25 12:35:00,093 - {urllib3.connectionpool:452} - {DEBUG:device2} - http://192.168.1.213:82 "GET /user/bezug.php?GETVALVarID=32746 HTTP/1.1" 200 4
2023-10-25 12:35:00,096 - {modules.common.req:11} - {DEBUG:device2} - Get-Response: 1945
2023-10-25 12:35:00,109 - {urllib3.connectionpool:452} - {DEBUG:device2} - http://192.168.1.213:82 "GET /user/bezug.php?GETVALVarID=19044 HTTP/1.1" 200 7
2023-10-25 12:35:00,111 - {modules.common.req:11} - {DEBUG:device2} - Get-Response: 2466326
2023-10-25 12:35:00,120 - {urllib3.connectionpool:452} - {DEBUG:device0} - http://192.168.1.22:80 "GET /solar_api/v1/GetPowerFlowRealtimeData.fcgi?Scope=System HTTP/1.1" 200 959
2023-10-25 12:35:00,123 - {modules.common.req:11} - {DEBUG:device0} - Get-Response: {
   "Body" : {
      "Data" : {
         "Inverters" : {
            "1" : {
               "DT" : 122,
               "E_Day" : 2879.10009765625,
               "E_Total" : 52370900,
               "E_Year" : 5126156,
               "P" : 2052
            }
         },
         "Site" : {
            "E_Day" : 2879.10009765625,
            "E_Total" : 52370900,
            "E_Year" : 5126156,
            "Meter_Location" : "grid",
            "Mode" : "vague-meter",
            "P_Akku" : null,
            "P_Grid" : -170.89959215427348,
            "P_Load" : -1881.1004078457265,
            "P_PV" : 2052,
            "rel_Autonomy" : 100,
            "rel_SelfConsumption" : 91.671559836536375
         },
         "Version" : "12"
      }
   },
   "Head" : {
      "RequestArguments" : {},
      "Status" : {
         "Code" : 0,
         "Reason" : "",
         "UserMessage" : ""
      },
      "Timestamp" : "2023-10-25T12:35:00+02:00"
   }
}

2023-10-25 12:35:00,125 - {urllib3.connectionpool:452} - {DEBUG:device2} - http://192.168.1.213:82 "GET /user/bezug.php?GETVALVarID=26571 HTTP/1.1" 200 7
2023-10-25 12:35:00,130 - {modules.common.req:11} - {DEBUG:device2} - Get-Response: 6086094
2023-10-25 12:35:00,127 - {modules.common.simcount._simcount:38} - {DEBUG:device0} - Previous state: SimCounterState(timestamp=1698230090.3744388, power=-1770.0, imported=0.0, exported=794109.8816601555)
2023-10-25 12:35:00,133 - {modules.common.store._api:26} - {DEBUG:device2} - Raw data CounterState(currents=[0.0, 0.0, 0.0], powers=[0.0, 0.0, 0.0], voltages=[230.0, 230.0, 230.0], power_factors=[0.0, 0.0, 0.0], imported=6086094.0, exported=2466326.0, power=1945.0, frequency=50)
2023-10-25 12:35:00,134 - {modules.common.simcount._calculate:13} - {DEBUG:device0} - time passed: 0.00270902, power1: -1770, power2: -2052
2023-10-25 12:35:00,136 - {modules.common.simcount._calculate:29} - {DEBUG:device0} - power did not change sign. Total energy: -5.17693
2023-10-25 12:35:00,137 - {modules.common.simcount._simcount:47} - {DEBUG:device0} - imported: 0 Wh, exported: 5.17693 Wh, new state: SimCounterState(timestamp=1698230100.1268954, power=-2052.0, imported=0.0, exported=794115.0585892352)
2023-10-25 12:35:00,147 - {modules.common.store._api:26} - {DEBUG:device0} - Raw data InverterState(currents=[0.0, 0.0, 0.0], power=-2052.0, exported=794115.0585892352, dc_power=None)
2023-10-25 12:35:00,196 - {modules.common.component_context:24} - {DEBUG:component1} - Update Komponente ['Fronius Wechselrichter']
2023-10-25 12:35:00,197 - {modules.common.store._api:26} - {DEBUG:component1} - Raw data InverterState(currents=[0.0, 0.0, 0.0], power=-2052.0, exported=794115.0585892352, dc_power=None)
2023-10-25 12:35:00,199 - {modules.common.store._api:30} - {INFO:component1} - Saving InverterState(currents=[0.0, 0.0, 0.0], power=-2052.0, exported=794115.0585892352, dc_power=None)
2023-10-25 12:35:00,200 - {modules.common.component_context:24} - {DEBUG:update values cp2} - Update Komponente ['Ladepunkt']
2023-10-25 12:35:00,206 - {modules.common.component_context:24} - {DEBUG:update values cp3} - Update Komponente ['Ladepunkt']
2023-10-25 12:35:00,245 - {modules.common.component_context:24} - {DEBUG:component0} - Update Komponente ['HTTP Zähler']
2023-10-25 12:35:00,247 - {modules.common.store._api:30} - {INFO:component0} - Saving CounterState(currents=[0.0, 0.0, 0.0], powers=[0.0, 0.0, 0.0], voltages=[230.0, 230.0, 230.0], power_factors=[0.0, 0.0, 0.0], imported=6086094.0, exported=2466326.0, power=1945.0, frequency=50)
2023-10-25 12:35:00,576 - {control.counter:138} - {INFO:MainThread} - Verbleibende Ströme an Zähler 0: [32.02, 42.68, 32.02]A
2023-10-25 12:35:00,577 - {control.counter:161} - {INFO:MainThread} - Verbleibende Leistung an Zähler 0: 18547.6W
2023-10-25 12:35:00,580 - {control.chargepoint.chargepoint:277} - {INFO:MainThread} - LP 2: Keine Ladung, da kein Auto angesteckt ist.
2023-10-25 12:35:00,581 - {control.chargepoint.chargepoint:699} - {DEBUG:MainThread} - EV-Phasenzahl beschränkt die nutzbaren Phasen auf 3
2023-10-25 12:35:00,582 - {control.chargepoint.chargepoint:682} - {DEBUG:MainThread} - Phasenzahl Lademodus: 1
2023-10-25 12:35:00,583 - {control.ev:571} - {DEBUG:MainThread} - Keine Ladung, da kein Zeitfenster für Zeitladen aktiv ist.
2023-10-25 12:35:00,586 - {control.chargepoint.chargepoint:898} - {INFO:MainThread} - LP 3, EV: BMW i3s_Garage (EV-Nr.7): Theoretisch benötigter Strom 6A, Lademodus pv_charging, Submodus: Chargemode.PV_CHARGING, Phasen: 1, Priorität: False, max. Ist-Strom: 10.68
2023-10-25 12:35:00,589 - {modules.common.simcount._simcount:38} - {DEBUG:MainThread} - Previous state: SimCounterState(timestamp=1698230080.8592577, power=1009.9000000000001, imported=841948.5823073743, exported=0)
2023-10-25 12:35:00,590 - {modules.common.simcount._calculate:13} - {DEBUG:MainThread} - time passed: 0.00548063, power1: 1009.9, power2: 1504.4
2023-10-25 12:35:00,608 - {modules.common.simcount._calculate:29} - {DEBUG:MainThread} - power did not change sign. Total energy: 6.88998
2023-10-25 12:35:00,611 - {modules.common.simcount._simcount:47} - {DEBUG:MainThread} - imported: 6.88998 Wh, exported: 0 Wh, new state: SimCounterState(timestamp=1698230100.5895321, power=1504.4, imported=841955.4722836274, exported=0)
2023-10-25 12:35:00,613 - {control.data:236} - {INFO:MainThread} - bat_all_data
BatAllData(config=Config(configured=False), get=Get(soc=0, daily_exported=0, daily_imported=0, imported=0, exported=0, power=0), set=Set(charging_power_left=0, switch_on_soc_reached=False))
2023-10-25 12:35:00,615 - {control.data:237} - {INFO:MainThread} - cp_all_data
AllChargepointData(get=AllGet(daily_imported=1790.0, daily_exported=0, power=2492.6, imported=9247068.99, exported=0))
2023-10-25 12:35:00,616 - {control.data:266} - {INFO:MainThread} - cp2
ChargepointData(control_parameter=ControlParameter(chargemode=<Chargemode.STOP: 'stop'>, current_plan=None, imported_at_plan_start=None, imported_instant_charging=None, limit=None, phases=0, prio=False, required_current=0, required_currents=[0.0, 0.0, 0.0], state=<ChargepointState.NO_CHARGING_ALLOWED: 0>, submode=<Chargemode.STOP: 'stop'>, timestamp_auto_phase_switch=None, timestamp_perform_phase_switch=None, timestamp_switch_on_off=None), get=Get(charge_state=False, connected_vehicle=ConnectedVehicle(config=ConnectedConfig(average_consumption=17, charge_template=0, chargemode='stop', current_plan=0, ev_template=0, priority=False, time_charging_in_use=False), info=ConnectedInfo(id=0, name='Ladepunkt'), soc=0), currents=[0.0, 0.0, 0.0], daily_imported=0.0, daily_exported=0, evse_current=0, exported=0, fault_str='Kein Fehler.', fault_state=0, imported=389028.99, phases_in_use=0, plug_state=False, power=0, rfid_timestamp=None, rfid=None, soc=None, soc_timestamp=None, state_str='Keine Ladung, da kein Auto angesteckt ist.', voltages=[234.49, 238.13, 237.56]), set=Set(change_ev_permitted=[True, ''], charging_ev=-1, charging_ev_prev=-1, current=0, energy_to_charge=0, loadmanagement_available=True, log=Log(chargemode_log_entry='_', imported_at_mode_switch=0, imported_at_plugtime=0, imported_since_mode_switch=0, imported_since_plugged=0, range_charged=0, time_charged='00:00', timestamp_start_charging=None), manual_lock=True, phases_to_use=1, plug_state_prev=False, plug_time=None, required_power=0, rfid=None, target_current=0, charging_ev_data=<control.ev.Ev object at 0x701485e0>), config=Config(configuration={'mode': 'series', 'ip_address': 'localhost', 'duo_num': 0}, ev=0, name='OpenWB_02_Aussen', type='internal_openwb', template=0, connected_phases=3, phase_1=1, auto_phase_switch_hw=True, control_pilot_interruption_hw=True, id=2))
2023-10-25 12:35:00,618 - {control.data:266} - {INFO:MainThread} - cp3
ChargepointData(control_parameter=ControlParameter(chargemode=<Chargemode.PV_CHARGING: 'pv_charging'>, current_plan=None, imported_at_plan_start=8855010, imported_instant_charging=None, limit=', da die maximale Leistung an Zähler {} erreicht ist.', phases=1, prio=False, required_current=6, required_currents=[0.0, 6, 0.0], state=4, submode=<Chargemode.PV_CHARGING: 'pv_charging'>, timestamp_auto_phase_switch=None, timestamp_perform_phase_switch=None, timestamp_switch_on_off=None), get=Get(charge_state=True, connected_vehicle=ConnectedVehicle(config=ConnectedConfig(average_consumption=17, charge_template=0, chargemode='stop', current_plan=0, ev_template=0, priority=False, time_charging_in_use=False), info=ConnectedInfo(id=0, name='Ladepunkt'), soc=82), currents=[10.68, 0.02, 0.02], daily_imported=1790, daily_exported=0, evse_current=None, exported=0, fault_str='Kein Fehler.', fault_state=0, imported=8858040, phases_in_use=1, plug_state=True, power=2492.6, rfid_timestamp=None, rfid=None, soc=None, soc_timestamp=None, state_str=None, voltages=[233.3, 0.0, 0.0]), set=Set(change_ev_permitted=[True, ''], charging_ev=7, charging_ev_prev=7, current=11.2, energy_to_charge=0, loadmanagement_available=True, log=Log(chargemode_log_entry='pv_charging', imported_at_mode_switch=8855010, imported_at_plugtime=8855010, imported_since_mode_switch=3020, imported_since_plugged=3020, range_charged=17.764705882352942, time_charged='-26:17', timestamp_start_charging='10/24/2023, 09:51:50'), manual_lock=False, phases_to_use=1, plug_state_prev=True, plug_time='10/23/2023, 17:09:50', required_power=1380.0, rfid=None, target_current=0, charging_ev_data=<control.ev.Ev object at 0x6edfa178>), config=Config(configuration={'ip_address': '192.168.1.26', 'duo_num': 0}, ev=7, name='OpenWB_01_Garage', type='external_openwb', template=0, connected_phases=3, phase_1=2, auto_phase_switch_hw=True, control_pilot_interruption_hw=False, id=3))
2023-10-25 12:35:00,621 - {control.data:266} - {INFO:MainThread} - cpt0
CpTemplateData(autolock=Autolock(active=False, plans={}, wait_for_charging_end=False), id=0, max_current_multi_phases=16, max_current_single_phase=16, name='Standard Ladepunkt-Profil', rfid_enabling=True, valid_tags=['0006025762', '0009565191', '0009583593', '0014615431'])
2023-10-25 12:35:00,622 - {control.data:266} - {INFO:MainThread} - counter0
CounterData(config=Config(max_currents=[32, 32, 32], max_total_power=18000), get=Get(powers=[0.0, 0.0, 0.0], currents=[0.0, 0.0, 0.0], voltages=[230.0, 230.0, 230.0], power_factors=[0.0, 0.0, 0.0], unbalanced_load=0, frequency=50, daily_exported=108.0, daily_imported=7371.0, imported=6086094.0, exported=2466326.0, fault_state=0, fault_str='Kein Fehler.', power=1945.0), set=Set(error_counter=0, reserved_surplus=0, released_surplus=0, raw_power_left=18547.6, raw_currents_left=[32.02, 42.68, 32.02], surplus_power_left=0, state_str=''))
2023-10-25 12:35:00,624 - {control.data:241} - {INFO:MainThread} - counter_all_data
CounterAllData(config=Config(reserve_for_not_charging=False), get=Get(hierarchy=[{'id': 0, 'type': 'counter', 'children': [{'id': 1, 'type': 'inverter', 'children': []}, {'id': 2, 'type': 'cp', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]}]), set=Set(loadmanagement_active=False, home_consumption=1504.4, invalid_home_consumption=0, daily_yield_home_consumption=8245.6584617549, imported_home_consumption=841955.4722836274, disengageable_smarthome_power=0))
2023-10-25 12:35:00,626 - {control.data:266} - {INFO:MainThread} - ct0
ChargeTemplateData(name='Standard-Lade-Profil', disable_after_unplug=False, prio=False, load_default=False, time_charging=TimeCharging(active=False, plans={}), chargemode=Chargemode(selected='stop', pv_charging=PvCharging(min_soc_current=6, min_current=0, feed_in_limit=True, min_soc=0, max_soc=101), scheduled_charging=ScheduledCharging(plans={}), instant_charging=InstantCharging(current=16, limit=Limit(selected='none', amount=1000, soc=50))))
2023-10-25 12:35:00,627 - {control.data:266} - {INFO:MainThread} - ct1
ChargeTemplateData(name='Lade-Profil-BMW-i3s-aussen', disable_after_unplug=True, prio=False, load_default=True, time_charging=TimeCharging(active=True, plans={'0': TimeChargingPlan(active=True, frequency=Frequency(selected='weekly', once=['2021-11-01', '2021-11-05'], weekly=[True, True, True, True, True, False, False]), time=['01:00', '07:00'], name='Zeitladen_i3s_wochentags', current=16, limit=Limit(selected='soc', amount=1000, soc=40))}), chargemode=Chargemode(selected='pv_charging', pv_charging=PvCharging(min_soc_current=16, min_current=0, feed_in_limit=False, min_soc=20, max_soc=101), scheduled_charging=ScheduledCharging(plans={}), instant_charging=InstantCharging(current=16, limit=Limit(selected='soc', amount=1000, soc=100))))
2023-10-25 12:35:00,629 - {control.data:266} - {INFO:MainThread} - ct3
ChargeTemplateData(name='Lade-Profil-etron', disable_after_unplug=True, prio=False, load_default=True, time_charging=TimeCharging(active=True, plans={'1': TimeChargingPlan(active=True, frequency=Frequency(selected='weekly', once=['2021-11-01', '2021-11-05'], weekly=[True, True, True, True, True, True, True]), time=['01:00', '07:00'], name='Zeitladen_wochentags_etron_50%', current=16, limit=Limit(selected='soc', amount=1000, soc=50))}), chargemode=Chargemode(selected='pv_charging', pv_charging=PvCharging(min_soc_current=16, min_current=0, feed_in_limit=False, min_soc=15, max_soc=101), scheduled_charging=ScheduledCharging(plans={}), instant_charging=InstantCharging(current=16, limit=Limit(selected='none', amount=1000, soc=100))))
2023-10-25 12:35:00,630 - {control.data:266} - {INFO:MainThread} - ct4
ChargeTemplateData(name='Standard-Lade-Profil', disable_after_unplug=False, prio=False, load_default=False, time_charging=TimeCharging(active=False, plans={'2': TimeChargingPlan(active=True, frequency=Frequency(selected='weekly', once=['2021-11-01', '2021-11-05'], weekly=[False, False, False, False, False, False, False]), time=['01:00', '07:00'], name='Zeitladen-i3s_wochentags_Garage', current=16, limit=Limit(selected='soc', amount=1000, soc=50))}), chargemode=Chargemode(selected='stop', pv_charging=PvCharging(min_soc_current=10, min_current=0, feed_in_limit=False, min_soc=0, max_soc=100), scheduled_charging=ScheduledCharging(plans={}), instant_charging=InstantCharging(current=10, limit=Limit(selected='none', amount=1000, soc=50))))
2023-10-25 12:35:00,632 - {control.data:266} - {INFO:MainThread} - ct5
ChargeTemplateData(name='Standard-Lade-Profil', disable_after_unplug=False, prio=False, load_default=False, time_charging=TimeCharging(active=False, plans={'3': TimeChargingPlan(active=True, frequency=Frequency(selected='weekly', once=['2021-11-01', '2021-11-05'], weekly=[True, True, True, True, True, False, False]), time=['06:00', '07:00'], name='Zeitladen-i3s-wochentags', current=16, limit=Limit(selected='soc', amount=1000, soc=40))}), chargemode=Chargemode(selected='stop', pv_charging=PvCharging(min_soc_current=10, min_current=0, feed_in_limit=False, min_soc=0, max_soc=100), scheduled_charging=ScheduledCharging(plans={}), instant_charging=InstantCharging(current=10, limit=Limit(selected='none', amount=1000, soc=50))))
2023-10-25 12:35:00,635 - {control.data:266} - {INFO:MainThread} - ct6
ChargeTemplateData(name='Ladeprofil_Gast_Aussen_PV_Standby', disable_after_unplug=True, prio=False, load_default=True, time_charging=TimeCharging(active=False, plans={}), chargemode=Chargemode(selected='standby', pv_charging=PvCharging(min_soc_current=6, min_current=6, feed_in_limit=False, min_soc=0, max_soc=101), scheduled_charging=ScheduledCharging(plans={}), instant_charging=InstantCharging(current=6, limit=Limit(selected='none', amount=1000, soc=50))))
2023-10-25 12:35:00,637 - {control.data:266} - {INFO:MainThread} - ct7
ChargeTemplateData(name='Standard-Lade-Profil', disable_after_unplug=False, prio=False, load_default=False, time_charging=TimeCharging(active=False, plans={'4': TimeChargingPlan(active=True, frequency=Frequency(selected='weekly', once=['2021-11-01', '2021-11-05'], weekly=[True, True, True, True, True, False, False]), time=['01:00', '07:00'], name='Zeitladen i3s_wochentags-Garage', current=16, limit=Limit(selected='soc', amount=1000, soc=40))}), chargemode=Chargemode(selected='stop', pv_charging=PvCharging(min_soc_current=10, min_current=0, feed_in_limit=False, min_soc=0, max_soc=100), scheduled_charging=ScheduledCharging(plans={}), instant_charging=InstantCharging(current=10, limit=Limit(selected='none', amount=1000, soc=50))))
2023-10-25 12:35:00,638 - {control.data:266} - {INFO:MainThread} - ct8
ChargeTemplateData(name='Standard-Lade-Profil', disable_after_unplug=False, prio=False, load_default=False, time_charging=TimeCharging(active=False, plans={'5': TimeChargingPlan(active=True, frequency=Frequency(selected='weekly', once=['2021-11-01', '2021-11-05'], weekly=[True, True, True, True, True, False, False]), time=['01:00', '07:00'], name='Zeitladen-Standard_i3s_Garage_wochentags', current=16, limit=Limit(selected='soc', amount=1000, soc=40))}), chargemode=Chargemode(selected='stop', pv_charging=PvCharging(min_soc_current=10, min_current=0, feed_in_limit=False, min_soc=0, max_soc=100), scheduled_charging=ScheduledCharging(plans={}), instant_charging=InstantCharging(current=10, limit=Limit(selected='none', amount=1000, soc=50))))
2023-10-25 12:35:00,640 - {control.data:266} - {INFO:MainThread} - ct9
ChargeTemplateData(name='Lade-Profil-BMW-i3s-Garage', disable_after_unplug=False, prio=False, load_default=False, time_charging=TimeCharging(active=True, plans={'6': TimeChargingPlan(active=False, frequency=Frequency(selected='weekly', once=['2021-11-01', '2021-11-05'], weekly=[True, True, True, True, True, False, False]), time=['01:00', '07:00'], name='Zeitladen-wochentags_i3s_garage_50', current=16, limit=Limit(selected='soc', amount=1000, soc=50))}), chargemode=Chargemode(selected='pv_charging', pv_charging=PvCharging(min_soc_current=16, min_current=0, feed_in_limit=False, min_soc=20, max_soc=101), scheduled_charging=ScheduledCharging(plans={}), instant_charging=InstantCharging(current=16, limit=Limit(selected='none', amount=1000, soc=70))))
2023-10-25 12:35:00,642 - {control.data:266} - {INFO:MainThread} - ev0
EvData(set=Set(ev_template=EvTemplate(data=EvTemplateData(name='Standard-Fahrzeug-Profil', max_current_multi_phases=6, max_phases=3, phase_switch_pause=2, prevent_phase_switch=True, prevent_charge_stop=False, control_pilot_interruption=False, control_pilot_interruption_duration=4, average_consump=17000, min_current=6, max_current_single_phase=6, battery_capacity=82000, nominal_difference=1, keep_charge_active_duration=40), et_num=0), soc_error_counter=0), charge_template=0, ev_template=0, name='Standard-Fahrzeug', tag_id=[], get=Get(soc=0, soc_timestamp=None, force_soc_update=True, range=0, fault_state=0, fault_str='Kein Fehler.'))
2023-10-25 12:35:00,644 - {control.data:266} - {INFO:MainThread} - ev3
EvData(set=Set(ev_template=EvTemplate(data=EvTemplateData(name='BMW i3s', max_current_multi_phases=16, max_phases=3, phase_switch_pause=2, prevent_phase_switch=False, prevent_charge_stop=False, control_pilot_interruption=False, control_pilot_interruption_duration=4, average_consump=17000, min_current=6, max_current_single_phase=16, battery_capacity=40000, nominal_difference=1, keep_charge_active_duration=40), et_num=0), soc_error_counter=3), charge_template=1, ev_template=1, name='BMW i3s_aussen', tag_id=['0006025762'], get=Get(soc=79, soc_timestamp='10/25/2023, 07:45:13', force_soc_update=False, range=202, fault_state=0, fault_str='Kein Fehler.'))
2023-10-25 12:35:00,645 - {control.data:266} - {INFO:MainThread} - ev1
EvData(set=Set(ev_template=EvTemplate(data=EvTemplateData(name='Q4 eTron', max_current_multi_phases=16, max_phases=3, phase_switch_pause=2, prevent_phase_switch=False, prevent_charge_stop=False, control_pilot_interruption=False, control_pilot_interruption_duration=4, average_consump=18000, min_current=6, max_current_single_phase=16, battery_capacity=82000, nominal_difference=1, keep_charge_active_duration=40), et_num=0), soc_error_counter=0), charge_template=3, ev_template=2, name='Audi Q4 eTron', tag_id=['0009565191', '0014615431'], get=Get(soc=98, soc_timestamp='10/25/2023, 10:39:24', force_soc_update=False, range=385, fault_state=0, fault_str='Kein Fehler.'))
2023-10-25 12:35:00,647 - {control.data:266} - {INFO:MainThread} - ev4
EvData(set=Set(ev_template=EvTemplate(data=EvTemplateData(name='Standard-Fahrzeug-Profil', max_current_multi_phases=16, max_phases=3, phase_switch_pause=2, prevent_phase_switch=False, prevent_charge_stop=False, control_pilot_interruption=False, control_pilot_interruption_duration=4, average_consump=17000, min_current=6, max_current_single_phase=32, battery_capacity=82000, nominal_difference=1, keep_charge_active_duration=40), et_num=0), soc_error_counter=0), charge_template=6, ev_template=0, name='Gastfahrzeug', tag_id=['0009583593'], get=Get(soc=0, soc_timestamp=None, force_soc_update=False, range=0, fault_state=0, fault_str='Kein Fehler.'))
2023-10-25 12:35:00,648 - {control.data:266} - {INFO:MainThread} - ev7
EvData(set=Set(ev_template=EvTemplate(data=EvTemplateData(name='BMW i3s', max_current_multi_phases=16, max_phases=3, phase_switch_pause=2, prevent_phase_switch=False, prevent_charge_stop=False, control_pilot_interruption=False, control_pilot_interruption_duration=4, average_consump=17000, min_current=6, max_current_single_phase=16, battery_capacity=40000, nominal_difference=1, keep_charge_active_duration=40), et_num=0), soc_error_counter=0), charge_template=9, ev_template=1, name='BMW i3s_Garage', tag_id=[], get=Get(soc=82, soc_timestamp='10/25/2023, 12:34:20', force_soc_update=False, range=210, fault_state=0, fault_str='Kein Fehler.'))
2023-10-25 12:35:00,651 - {control.data:266} - {INFO:MainThread} - ev2
EvData(set=Set(ev_template=EvTemplate(data=EvTemplateData(name='Standard-Fahrzeug-Profil', max_current_multi_phases=16, max_phases=3, phase_switch_pause=2, prevent_phase_switch=False, prevent_charge_stop=False, control_pilot_interruption=False, control_pilot_interruption_duration=4, average_consump=17000, min_current=6, max_current_single_phase=32, battery_capacity=82000, nominal_difference=1, keep_charge_active_duration=40), et_num=0), soc_error_counter=0), charge_template=0, ev_template=0, name='Standard-Fahrzeug', tag_id=[], get=Get(soc=0, soc_timestamp=None, force_soc_update=False, range=0, fault_state=0, fault_str='Kein Fehler.'))
2023-10-25 12:35:00,654 - {control.data:266} - {INFO:MainThread} - et0
EvTemplateData(name='Standard-Fahrzeug-Profil', max_current_multi_phases=6, max_phases=3, phase_switch_pause=2, prevent_phase_switch=True, prevent_charge_stop=False, control_pilot_interruption=False, control_pilot_interruption_duration=4, average_consump=17000, min_current=6, max_current_single_phase=6, battery_capacity=82000, nominal_difference=1, keep_charge_active_duration=40)
2023-10-25 12:35:00,658 - {control.data:266} - {INFO:MainThread} - et1
EvTemplateData(name='BMW i3s', max_current_multi_phases=16, max_phases=3, phase_switch_pause=2, prevent_phase_switch=False, prevent_charge_stop=False, control_pilot_interruption=False, control_pilot_interruption_duration=4, average_consump=17000, min_current=6, max_current_single_phase=16, battery_capacity=40000, nominal_difference=1, keep_charge_active_duration=40)
2023-10-25 12:35:00,660 - {control.data:266} - {INFO:MainThread} - et2
EvTemplateData(name='Q4 eTron', max_current_multi_phases=16, max_phases=3, phase_switch_pause=2, prevent_phase_switch=False, prevent_charge_stop=False, control_pilot_interruption=False, control_pilot_interruption_duration=4, average_consump=18000, min_current=6, max_current_single_phase=16, battery_capacity=82000, nominal_difference=1, keep_charge_active_duration=40)
2023-10-25 12:35:00,666 - {control.data:245} - {INFO:MainThread} - general_data
GeneralData(chargemode_config=ChargemodeConfig(instant_charging=InstantCharging(phases_to_use=3), pv_charging=PvCharging(bat_prio=False, charging_power_reserve=0, control_range=[-130, 130], feed_in_yield=15000, phase_switch_delay=2, phases_to_use=0, rundown_power=0, rundown_soc=50, switch_off_delay=50, switch_off_soc=40, switch_off_threshold=900, switch_on_delay=20, switch_on_soc=60, switch_on_threshold=500), scheduled_charging=ScheduledCharging(phases_to_use=0), time_charging=TimeCharging(phases_to_use=3), unbalanced_load_limit=18, unbalanced_load=False), control_interval=10, extern_display_mode='primary', extern=False, external_buttons_hw=False, grid_protection_active=False, grid_protection_configured=True, grid_protection_random_stop=0, grid_protection_timestamp='', mqtt_bridge=False, price_kwh=0.2224, range_unit='km', ripple_control_receiver=RippleControlReceiver(configured=False, r1_active=False, r2_active=False))
2023-10-25 12:35:00,670 - {control.data:246} - {INFO:MainThread} - general_data-display
primary
2023-10-25 12:35:00,672 - {control.data:247} - {INFO:MainThread} - graph_data
GraphData(config=Config(duration=120))
2023-10-25 12:35:00,674 - {control.data:248} - {INFO:MainThread} - optional_data
OptionalData(et=Et(active=False, config=EtConfig(max_price=0, provider={}), get=EtGet(price=0, price_list=[])), int_display=InternalDisplay(active=True, on_if_plugged_in=True, pin_active=False, pin_code='0000', standby=120, theme=<modules.display_themes.cards.config.CardsDisplayTheme object at 0x7571c850>), led=Led(active=False), rfid=Rfid(active=True))
2023-10-25 12:35:00,675 - {control.data:266} - {INFO:MainThread} - pv1
PvData(config=Config(max_ac_out=5000), get=Get(currents=[0.0, 0.0, 0.0], daily_exported=2688.23, monthly_exported=0, yearly_exported=0, exported=794115.059, fault_state=0, fault_str='Kein Fehler.', power=-2052.0))
2023-10-25 12:35:00,679 - {control.data:250} - {INFO:MainThread} - pv_all_data
PvAllData(config=Config(configured=True), get=Get(daily_exported=2688.23, monthly_exported=0, yearly_exported=0, exported=794115.059, power=-2052.0))
2023-10-25 12:35:00,685 - {control.data:266} - {INFO:MainThread} - system
{'update_in_progress': False, 'perform_update': False, 'ip_address': '192.168.1.27', 'current_commit': '2023-10-20 12:07:01 +0200 [9cf8db3a5]', 'current_branch': 'master', 'current_branch_commit': '2023-10-20 12:07:01 +0200 [9cf8db3a5]', 'current_missing_commits': [], 'datastore_version': 24, 'dataprotection_acknowledged': True, 'usage_terms_acknowledged': True, 'debug_level': 10, 'release_train': 'master', 'version': '2.1.2-Alpha.2', 'boot_done': True, 'lastlivevaluesJson': {'timestamp': 1698230090, 'time': '12:34:50', 'grid': 0.37, 'house-power': 1.01, 'charging-all': 2.945, 'pv-all': 1.77, 'cp2-power': 0.0, 'cp3-power': 2.945, 'ev3-soc': 79, 'ev1-soc': 98, 'ev7-soc': 82}, 'module_update_completed': True}
2023-10-25 12:35:00,693 - {control.data:279} - {INFO:MainThread} - device0
{'name': 'Fronius', 'type': 'fronius', 'id': 0, 'configuration': {'ip_address': '192.168.1.22'}}
2023-10-25 12:35:00,695 - {control.data:281} - {INFO:MainThread} - component1
{'name': 'Fronius Wechselrichter', 'type': 'inverter', 'id': 1, 'configuration': {}}
2023-10-25 12:35:00,698 - {control.data:279} - {INFO:MainThread} - device2
{'name': 'HTTP', 'type': 'http', 'id': 2, 'configuration': {'url': 'http://192.168.1.213:82'}}
2023-10-25 12:35:00,698 - {control.data:281} - {INFO:MainThread} - component0
{'name': 'HTTP Zähler', 'type': 'counter', 'id': 0, 'configuration': {'current_l1_path': None, 'current_l2_path': None, 'current_l3_path': None, 'exported_path': '/user/bezug.php?GETVALVarID=19044', 'imported_path': '/user/bezug.php?GETVALVarID=26571', 'power_path': '/user/bezug.php?GETVALVarID=32746'}}
2023-10-25 12:35:00,700 - {control.data:253} - {INFO:MainThread} - 

2023-10-25 12:35:00,700 - {control.algorithm.algorithm:25} - {INFO:MainThread} - # Algorithmus
2023-10-25 12:35:00,701 - {control.algorithm.algorithm:63} - {DEBUG:MainThread} - Ladepunkt 3: Prüfen, ob Phasenumschaltung durchgeführt werden soll.
2023-10-25 12:35:00,709 - {control.chargepoint.chargepoint:699} - {DEBUG:MainThread} - EV-Phasenzahl beschränkt die nutzbaren Phasen auf 3
2023-10-25 12:35:00,710 - {control.counter:198} - {INFO:MainThread} - Überschuss zur PV-geführten Ladung: 1945.0W
2023-10-25 12:35:00,712 - {control.ev:440} - {DEBUG:MainThread} - Genutzter Strom: 10.68A, Überschuss: -1945.0W, benötigte neue Leistung: -460W
2023-10-25 12:35:00,721 - {control.counter:198} - {INFO:MainThread} - Überschuss zur PV-geführten Ladung: 1945.0W
2023-10-25 12:35:00,726 - {control.counter:198} - {INFO:MainThread} - Überschuss zur PV-geführten Ladung: 1945.0W
2023-10-25 12:35:00,732 - {control.counter:352} - {DEBUG:MainThread} - LP3 Switch-Off-Threshold prüfen: 1945.0W, Schwelle: 900W, freigegebener Überschuss 0W, Einspeisegrenze 0W
2023-10-25 12:35:00,734 - {control.algorithm.algorithm:30} - {INFO:MainThread} - **Mindestrom setzen**
2023-10-25 12:35:00,737 - {control.algorithm.min_current:18} - {INFO:MainThread} - Mode-Tuple Chargemode.PV_CHARGING - Chargemode.PV_CHARGING - False, Zähler 0
2023-10-25 12:35:00,739 - {control.counter:169} - {DEBUG:MainThread} - Zähler 0: [32.02, 36.68, 32.02]A verbleibende Ströme, 17167.6W verbleibende Leistung
2023-10-25 12:35:00,739 - {control.algorithm.common:95} - {INFO:MainThread} - LP3: Stromstärke 6A
2023-10-25 12:35:00,740 - {control.algorithm.algorithm:32} - {INFO:MainThread} - **Sollstrom setzen**
2023-10-25 12:35:00,741 - {control.counter:211} - {INFO:MainThread} - Überschuss zur PV-geführten Ladung: 0W
2023-10-25 12:35:00,742 - {control.counter:457} - {DEBUG:MainThread} - Zähler 0: Begrenzung der verbleibenden Leistung auf 0W
2023-10-25 12:35:00,742 - {control.algorithm.algorithm:43} - {INFO:MainThread} - **Keine Leistung für PV-geführtes Laden übrig.**
2023-10-25 12:35:00,742 - {control.process:23} - {INFO:MainThread} - # Ladung starten.
2023-10-25 12:35:00,747 - {control.chargelog:52} - {DEBUG:MainThread} - imported_since_mode_switch 3030 counter 8858040
2023-10-25 12:35:00,751 - {control.process:111} - {INFO:MainThread} - LP3: set current 6 A, state CHARGING_ALLOWED
2023-10-25 12:35:00,754 - {modules.common.component_context:24} - {DEBUG:set current cp2} - Update Komponente ['Ladepunkt']
2023-10-25 12:35:00,756 - {modules.common.component_context:24} - {DEBUG:set current cp3} - Update Komponente ['Ladepunkt']
2023-10-25 12:35:00,795 - {control.counter:186} - {INFO:MainThread} - 0W reservierte EVU-Leistung, 0W freigegebene EVU-Leistung
2023-10-25 12:35:01,046 - {helpermodules.changed_values_handler:109} - {DEBUG:MainThread} - Topic openWB/set/chargepoint/3/control_parameter/limit, Payload None, vorherige Payload: , da die maximale Leistung an Zähler {} erreicht ist.
2023-10-25 12:35:01,050 - {helpermodules.changed_values_handler:109} - {DEBUG:MainThread} - Topic openWB/set/chargepoint/3/control_parameter/required_current, Payload 6, vorherige Payload: 16
2023-10-25 12:35:01,058 - {schedule:660} - {DEBUG:MainThread} - Running job Job(interval=1, unit=minutes, do=smarthome_handler, args=(), kwargs={})
2023-10-25 12:35:01,124 - {schedule:660} - {DEBUG:MainThread} - Running job Job(interval=1, unit=hours, do=inner, args=(), kwargs={})
2023-10-25 12:35:01,150 - {root:100} - {DEBUG:MainThread} - 5 Minuten Handler ausführen.
2023-10-25 12:35:01,177 - {helpermodules.system:74} - {INFO:MainThread} - my IP: 192.168.1.27
2023-10-25 12:35:01,178 - {schedule:660} - {DEBUG:MainThread} - Running job Job(interval=1, unit=hours, do=inner, args=(), kwargs={})
Kannst Du bitte auch mal einen Auszug aus dem SoC Log von einem fehlgeschlagenen Abruf bzw. nicht aktualisierenden SoC posten? Im normalen Log ist der SoC Abruf nicht enthalten. Bitte aufpassen, im SoC Log sind Tokens enthalten, diese bitte vor dem Posten entfernen - Tokens sind Zugangsdaten zu Tronity.
15,2kWp SMA (SB4000TL-21, SB3.0, STP6.0-SE + BYD HVS, EnergyMeter), openWB Standard+, openWB Pro, Peugeot e2008, Tesla Model Y LR.
autoladen
Beiträge: 47
Registriert: Fr Mär 12, 2021 10:16 am
Wohnort: Gera
Kontaktdaten:

Re: Rückmeldungen 2.1.2 Alpha 2

Beitrag von autoladen »

Frank-H hat geschrieben: Mi Okt 25, 2023 11:02 am Mit dem Master von gestern mittag (12.15 Uhr?) habe ich folgendes beobachtet:
PV-Laden, ca. 3 kw Überschuss. Trotzdem lädt die Box mit der maximalen Stromstärke von 32 A, 7.5 kw einphasig und zieht dabei sowohl Strom aus dem Speicher als auch dem Netz. Einstellungen wurden vorher nicht geändert; vorher hat's einwandfrei geklappt. Nach Stop und Neustart keine Änderung.
Leider habe ich kein Detaillog gefertigt, sondern bin direkt zurück auf die Beta. Damit gings einwandfrei.
Heute gibt's leider kein Überschuss, deshalb erstmal nur die Meldung.
same here. läd in PV immer mit maximal strom
gdfde
Beiträge: 89
Registriert: So Mär 10, 2019 1:05 pm

Re: Rückmeldungen 2.1.2 Alpha 2

Beitrag von gdfde »

Kannst Du bitte auch mal einen Auszug aus dem SoC Log von einem fehlgeschlagenen Abruf bzw. nicht aktualisierenden SoC posten? Im normalen Log ist der SoC Abruf nicht enthalten. Bitte aufpassen, im SoC Log sind Tokens enthalten, diese bitte vor dem Posten entfernen - Tokens sind Zugangsdaten zu Tronity.
Ja klar.
Ich befürchte aber, dass das Problem eher in der openWB SW liegt und nicht am Tronity Modul.
Die Abfrage für´s zweite Fahrzeug (gleiche Fahrzeug) wird anscheinend nicht getriggert.

Code: Alles auswählen


2023-10-25 13:49:00,467 - {modules.vehicles.tronity.api:99} - {DEBUG:fetch soc_ev7} - Retrieved Tronity data: {'odometer': 119635, 'range': 210, 'level': 82, 'charging': 'Charging', 'plugged': True, 'chargerPower': None, 'chargeRemainingTime': None, 'latitude': 48.4726075, 'longitude': 16.2916325, 'status': None, 'timestamp': 1698234519049, 'lastUpdate': 1698229493000}
2023-10-25 13:49:00,495 - {modules.common.store._api:26} - {DEBUG:fetch soc_ev7} - Raw data CarState(soc=82, range=210, soc_timestamp=1698229493000)
2023-10-25 13:49:00,667 - {modules.common.store._api:30} - {INFO:store soc_ev7} - Saving CarState(soc=82, range=210, soc_timestamp=1698229493000)
2023-10-25 13:53:49,762 - {modules.common.component_context:24} - {DEBUG:fetch soc_ev7} - Update Komponente ['Tronity']
2023-10-25 13:53:49,770 - {modules.vehicles.tronity.api:17} - {DEBUG:fetch soc_ev7} - Fetching Tronity SOC
2023-10-25 13:53:49,771 - {modules.vehicles.tronity.api:29} - {DEBUG:fetch soc_ev7} - Found Token: xxxxxxxxxxx
2023-10-25 13:53:49,773 - {modules.vehicles.tronity.api:36} - {DEBUG:fetch soc_ev7} - Token still valid: {'sub': 'yyyyyyy', 'vehicleId': None, 'scopes': [], 'role': 'user', 'iat': 1698224850, 'exp': 1698311250, 'aud': 'https://platform.tronity.io', 'iss': 'platform.tronity.io'}
2023-10-25 13:53:49,781 - {modules.vehicles.tronity.api:74} - {DEBUG:fetch soc_ev7} - Using existing Tronity Access Token
2023-10-25 13:53:49,797 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 13:53:49,797 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 13:53:50,019 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 238
2023-10-25 13:53:50,019 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 238
2023-10-25 13:53:50,022 - {modules.vehicles.tronity.api:99} - {DEBUG:fetch soc_ev7} - Retrieved Tronity data: {'odometer': 119635, 'range': 210, 'level': 82, 'charging': 'Charging', 'plugged': True, 'chargerPower': None, 'chargeRemainingTime': None, 'latitude': 48.4726075, 'longitude': 16.2916325, 'status': None, 'timestamp': 1698234754668, 'lastUpdate': 1698229493000}
2023-10-25 13:53:50,028 - {modules.common.store._api:26} - {DEBUG:fetch soc_ev7} - Raw data CarState(soc=82, range=210, soc_timestamp=1698229493000)
2023-10-25 13:53:50,047 - {modules.common.store._api:30} - {INFO:store soc_ev7} - Saving CarState(soc=82, range=210, soc_timestamp=1698229493000)
2023-10-25 13:58:44,250 - {modules.common.component_context:24} - {DEBUG:fetch soc_ev7} - Update Komponente ['Tronity']
2023-10-25 13:58:44,253 - {modules.vehicles.tronity.api:17} - {DEBUG:fetch soc_ev7} - Fetching Tronity SOC
2023-10-25 13:58:44,255 - {modules.vehicles.tronity.api:29} - {DEBUG:fetch soc_ev7} - Found Token: xxxxxxxxxxx
2023-10-25 13:58:44,257 - {modules.vehicles.tronity.api:36} - {DEBUG:fetch soc_ev7} - Token still valid: {'sub': 'yyyyyyy', 'vehicleId': None, 'scopes': [], 'role': 'user', 'iat': 1698224850, 'exp': 1698311250, 'aud': 'https://platform.tronity.io', 'iss': 'platform.tronity.io'}
2023-10-25 13:58:44,258 - {modules.vehicles.tronity.api:74} - {DEBUG:fetch soc_ev7} - Using existing Tronity Access Token
2023-10-25 13:58:44,281 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 13:58:44,281 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 13:58:44,453 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 238
2023-10-25 13:58:44,453 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 238
2023-10-25 13:58:44,456 - {modules.vehicles.tronity.api:99} - {DEBUG:fetch soc_ev7} - Retrieved Tronity data: {'odometer': 119635, 'range': 210, 'level': 82, 'charging': 'Charging', 'plugged': True, 'chargerPower': None, 'chargeRemainingTime': None, 'latitude': 48.4726075, 'longitude': 16.2916325, 'status': None, 'timestamp': 1698235117563, 'lastUpdate': 1698229493000}
2023-10-25 13:58:44,462 - {modules.common.store._api:26} - {DEBUG:fetch soc_ev7} - Raw data CarState(soc=82, range=210, soc_timestamp=1698229493000)
2023-10-25 13:58:44,480 - {modules.common.store._api:30} - {INFO:store soc_ev7} - Saving CarState(soc=82, range=210, soc_timestamp=1698229493000)
2023-10-25 14:03:43,457 - {modules.common.component_context:24} - {DEBUG:fetch soc_ev7} - Update Komponente ['Tronity']
2023-10-25 14:03:43,459 - {modules.vehicles.tronity.api:17} - {DEBUG:fetch soc_ev7} - Fetching Tronity SOC
2023-10-25 14:03:43,461 - {modules.vehicles.tronity.api:29} - {DEBUG:fetch soc_ev7} - Found Token: xxxxxxxxxxx
2023-10-25 14:03:43,464 - {modules.vehicles.tronity.api:36} - {DEBUG:fetch soc_ev7} - Token still valid: {'sub': 'yyyyyyy', 'vehicleId': None, 'scopes': [], 'role': 'user', 'iat': 1698224850, 'exp': 1698311250, 'aud': 'https://platform.tronity.io', 'iss': 'platform.tronity.io'}
2023-10-25 14:03:43,467 - {modules.vehicles.tronity.api:74} - {DEBUG:fetch soc_ev7} - Using existing Tronity Access Token
2023-10-25 14:03:43,484 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 14:03:43,484 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 14:03:52,014 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 238
2023-10-25 14:03:52,014 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 238
2023-10-25 14:03:52,017 - {modules.vehicles.tronity.api:99} - {DEBUG:fetch soc_ev7} - Retrieved Tronity data: {'odometer': 119635, 'range': 210, 'level': 82, 'charging': 'Charging', 'plugged': True, 'chargerPower': None, 'chargeRemainingTime': None, 'latitude': 48.4726075, 'longitude': 16.2916325, 'status': None, 'timestamp': 1698235363785, 'lastUpdate': 1698229493000}
2023-10-25 14:03:52,024 - {modules.common.store._api:26} - {DEBUG:fetch soc_ev7} - Raw data CarState(soc=82, range=210, soc_timestamp=1698229493000)
2023-10-25 14:03:52,045 - {modules.common.store._api:30} - {INFO:store soc_ev7} - Saving CarState(soc=82, range=210, soc_timestamp=1698229493000)
2023-10-25 14:08:45,508 - {modules.common.component_context:24} - {DEBUG:fetch soc_ev7} - Update Komponente ['Tronity']
2023-10-25 14:08:45,510 - {modules.vehicles.tronity.api:17} - {DEBUG:fetch soc_ev7} - Fetching Tronity SOC
2023-10-25 14:08:45,513 - {modules.vehicles.tronity.api:29} - {DEBUG:fetch soc_ev7} - Found Token: xxxxxxxxxxx
2023-10-25 14:08:45,515 - {modules.vehicles.tronity.api:36} - {DEBUG:fetch soc_ev7} - Token still valid: {'sub': 'yyyyyyy', 'vehicleId': None, 'scopes': [], 'role': 'user', 'iat': 1698224850, 'exp': 1698311250, 'aud': 'https://platform.tronity.io', 'iss': 'platform.tronity.io'}
2023-10-25 14:08:45,517 - {modules.vehicles.tronity.api:74} - {DEBUG:fetch soc_ev7} - Using existing Tronity Access Token
2023-10-25 14:08:45,528 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 14:08:45,528 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 14:08:45,679 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 238
2023-10-25 14:08:45,679 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 238
2023-10-25 14:08:45,682 - {modules.vehicles.tronity.api:99} - {DEBUG:fetch soc_ev7} - Retrieved Tronity data: {'odometer': 119635, 'range': 210, 'level': 82, 'charging': 'Charging', 'plugged': True, 'chargerPower': None, 'chargeRemainingTime': None, 'latitude': 48.4726075, 'longitude': 16.2916325, 'status': None, 'timestamp': 1698235602273, 'lastUpdate': 1698229493000}
2023-10-25 14:08:45,688 - {modules.common.store._api:26} - {DEBUG:fetch soc_ev7} - Raw data CarState(soc=82, range=210, soc_timestamp=1698229493000)
2023-10-25 14:08:45,706 - {modules.common.store._api:30} - {INFO:store soc_ev7} - Saving CarState(soc=82, range=210, soc_timestamp=1698229493000)
2023-10-25 14:13:44,762 - {modules.common.component_context:24} - {DEBUG:fetch soc_ev7} - Update Komponente ['Tronity']
2023-10-25 14:13:44,764 - {modules.vehicles.tronity.api:17} - {DEBUG:fetch soc_ev7} - Fetching Tronity SOC
2023-10-25 14:13:44,765 - {modules.vehicles.tronity.api:29} - {DEBUG:fetch soc_ev7} - Found Token: xxxxxxxxxxx
2023-10-25 14:13:44,768 - {modules.vehicles.tronity.api:36} - {DEBUG:fetch soc_ev7} - Token still valid: {'sub': 'yyyyyyy', 'vehicleId': None, 'scopes': [], 'role': 'user', 'iat': 1698224850, 'exp': 1698311250, 'aud': 'https://platform.tronity.io', 'iss': 'platform.tronity.io'}
2023-10-25 14:13:44,770 - {modules.vehicles.tronity.api:74} - {DEBUG:fetch soc_ev7} - Using existing Tronity Access Token
2023-10-25 14:13:44,777 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 14:13:44,777 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 14:13:44,919 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 238
2023-10-25 14:13:44,919 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 238
2023-10-25 14:13:44,924 - {modules.vehicles.tronity.api:99} - {DEBUG:fetch soc_ev7} - Retrieved Tronity data: {'odometer': 119635, 'range': 210, 'level': 82, 'charging': 'Charging', 'plugged': True, 'chargerPower': None, 'chargeRemainingTime': None, 'latitude': 48.4726075, 'longitude': 16.2916325, 'status': None, 'timestamp': 1698235970580, 'lastUpdate': 1698229493000}
2023-10-25 14:13:44,935 - {modules.common.store._api:26} - {DEBUG:fetch soc_ev7} - Raw data CarState(soc=82, range=210, soc_timestamp=1698229493000)
2023-10-25 14:13:44,959 - {modules.common.store._api:30} - {INFO:store soc_ev7} - Saving CarState(soc=82, range=210, soc_timestamp=1698229493000)
2023-10-25 14:18:43,939 - {modules.common.component_context:24} - {DEBUG:fetch soc_ev7} - Update Komponente ['Tronity']
2023-10-25 14:18:43,944 - {modules.vehicles.tronity.api:17} - {DEBUG:fetch soc_ev7} - Fetching Tronity SOC
2023-10-25 14:18:43,948 - {modules.vehicles.tronity.api:29} - {DEBUG:fetch soc_ev7} - Found Token: xxxxxxxxxxx
2023-10-25 14:18:43,956 - {modules.vehicles.tronity.api:36} - {DEBUG:fetch soc_ev7} - Token still valid: {'sub': 'yyyyyyy', 'vehicleId': None, 'scopes': [], 'role': 'user', 'iat': 1698224850, 'exp': 1698311250, 'aud': 'https://platform.tronity.io', 'iss': 'platform.tronity.io'}
2023-10-25 14:18:43,958 - {modules.vehicles.tronity.api:74} - {DEBUG:fetch soc_ev7} - Using existing Tronity Access Token
2023-10-25 14:18:43,968 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 14:18:43,968 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 14:18:50,273 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 238
2023-10-25 14:18:50,273 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 238
2023-10-25 14:18:50,278 - {modules.vehicles.tronity.api:99} - {DEBUG:fetch soc_ev7} - Retrieved Tronity data: {'odometer': 119635, 'range': 210, 'level': 82, 'charging': 'Charging', 'plugged': True, 'chargerPower': None, 'chargeRemainingTime': None, 'latitude': 48.4726075, 'longitude': 16.2916325, 'status': None, 'timestamp': 1698236319444, 'lastUpdate': 1698229493000}
2023-10-25 14:18:50,290 - {modules.common.store._api:26} - {DEBUG:fetch soc_ev7} - Raw data CarState(soc=82, range=210, soc_timestamp=1698229493000)
2023-10-25 14:18:50,318 - {modules.common.store._api:30} - {INFO:store soc_ev7} - Saving CarState(soc=82, range=210, soc_timestamp=1698229493000)
2023-10-25 14:23:39,189 - {modules.common.component_context:24} - {DEBUG:fetch soc_ev7} - Update Komponente ['Tronity']
2023-10-25 14:23:39,194 - {modules.vehicles.tronity.api:17} - {DEBUG:fetch soc_ev7} - Fetching Tronity SOC
2023-10-25 14:23:39,195 - {modules.vehicles.tronity.api:29} - {DEBUG:fetch soc_ev7} - Found Token: xxxxxxxxxxx
2023-10-25 14:23:39,201 - {modules.vehicles.tronity.api:36} - {DEBUG:fetch soc_ev7} - Token still valid: {'sub': 'yyyyyyy', 'vehicleId': None, 'scopes': [], 'role': 'user', 'iat': 1698224850, 'exp': 1698311250, 'aud': 'https://platform.tronity.io', 'iss': 'platform.tronity.io'}
2023-10-25 14:23:39,201 - {modules.vehicles.tronity.api:74} - {DEBUG:fetch soc_ev7} - Using existing Tronity Access Token
2023-10-25 14:23:39,207 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 14:23:39,207 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 14:23:39,341 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 238
2023-10-25 14:23:39,341 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 238
2023-10-25 14:23:39,344 - {modules.vehicles.tronity.api:99} - {DEBUG:fetch soc_ev7} - Retrieved Tronity data: {'odometer': 119635, 'range': 210, 'level': 82, 'charging': 'Charging', 'plugged': True, 'chargerPower': None, 'chargeRemainingTime': None, 'latitude': 48.4726075, 'longitude': 16.2916325, 'status': None, 'timestamp': 1698236560145, 'lastUpdate': 1698229493000}
2023-10-25 14:23:39,351 - {modules.common.store._api:26} - {DEBUG:fetch soc_ev7} - Raw data CarState(soc=82, range=210, soc_timestamp=1698229493000)
2023-10-25 14:23:39,405 - {modules.common.store._api:30} - {INFO:store soc_ev7} - Saving CarState(soc=82, range=210, soc_timestamp=1698229493000)
2023-10-25 14:28:38,358 - {modules.common.component_context:24} - {DEBUG:fetch soc_ev7} - Update Komponente ['Tronity']
2023-10-25 14:28:38,359 - {modules.vehicles.tronity.api:17} - {DEBUG:fetch soc_ev7} - Fetching Tronity SOC
2023-10-25 14:28:38,363 - {modules.vehicles.tronity.api:29} - {DEBUG:fetch soc_ev7} - Found Token: xxxxxxxxxxx
2023-10-25 14:28:38,366 - {modules.vehicles.tronity.api:36} - {DEBUG:fetch soc_ev7} - Token still valid: {'sub': 'yyyyyyy', 'vehicleId': None, 'scopes': [], 'role': 'user', 'iat': 1698224850, 'exp': 1698311250, 'aud': 'https://platform.tronity.io', 'iss': 'platform.tronity.io'}
2023-10-25 14:28:38,370 - {modules.vehicles.tronity.api:74} - {DEBUG:fetch soc_ev7} - Using existing Tronity Access Token
2023-10-25 14:28:38,381 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 14:28:38,381 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 14:28:38,547 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 238
2023-10-25 14:28:38,547 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 238
2023-10-25 14:28:38,550 - {modules.vehicles.tronity.api:99} - {DEBUG:fetch soc_ev7} - Retrieved Tronity data: {'odometer': 119635, 'range': 210, 'level': 82, 'charging': 'Charging', 'plugged': True, 'chargerPower': None, 'chargeRemainingTime': None, 'latitude': 48.4726075, 'longitude': 16.2916325, 'status': None, 'timestamp': 1698236806989, 'lastUpdate': 1698229493000}
2023-10-25 14:28:38,556 - {modules.common.store._api:26} - {DEBUG:fetch soc_ev7} - Raw data CarState(soc=82, range=210, soc_timestamp=1698229493000)
2023-10-25 14:28:38,573 - {modules.common.store._api:30} - {INFO:store soc_ev7} - Saving CarState(soc=82, range=210, soc_timestamp=1698229493000)
2023-10-25 14:33:37,606 - {modules.common.component_context:24} - {DEBUG:fetch soc_ev7} - Update Komponente ['Tronity']
2023-10-25 14:33:37,607 - {modules.vehicles.tronity.api:17} - {DEBUG:fetch soc_ev7} - Fetching Tronity SOC
2023-10-25 14:33:37,609 - {modules.vehicles.tronity.api:29} - {DEBUG:fetch soc_ev7} - Found Token: xxxxxxxxxxx
2023-10-25 14:33:37,611 - {modules.vehicles.tronity.api:36} - {DEBUG:fetch soc_ev7} - Token still valid: {'sub': 'yyyyyyy', 'vehicleId': None, 'scopes': [], 'role': 'user', 'iat': 1698224850, 'exp': 1698311250, 'aud': 'https://platform.tronity.io', 'iss': 'platform.tronity.io'}
2023-10-25 14:33:37,612 - {modules.vehicles.tronity.api:74} - {DEBUG:fetch soc_ev7} - Using existing Tronity Access Token
2023-10-25 14:33:37,624 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 14:33:37,624 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 14:33:40,560 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 238
2023-10-25 14:33:40,560 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 238
2023-10-25 14:33:40,563 - {modules.vehicles.tronity.api:99} - {DEBUG:fetch soc_ev7} - Retrieved Tronity data: {'odometer': 119635, 'range': 210, 'level': 82, 'charging': 'Charging', 'plugged': True, 'chargerPower': None, 'chargeRemainingTime': None, 'latitude': 48.4726075, 'longitude': 16.2916325, 'status': None, 'timestamp': 1698237175166, 'lastUpdate': 1698229493000}
2023-10-25 14:33:40,569 - {modules.common.store._api:26} - {DEBUG:fetch soc_ev7} - Raw data CarState(soc=82, range=210, soc_timestamp=1698229493000)
2023-10-25 14:33:40,587 - {modules.common.store._api:30} - {INFO:store soc_ev7} - Saving CarState(soc=82, range=210, soc_timestamp=1698229493000)
2023-10-25 14:38:34,229 - {modules.common.component_context:24} - {DEBUG:fetch soc_ev7} - Update Komponente ['Tronity']
2023-10-25 14:38:34,230 - {modules.vehicles.tronity.api:17} - {DEBUG:fetch soc_ev7} - Fetching Tronity SOC
2023-10-25 14:38:34,232 - {modules.vehicles.tronity.api:29} - {DEBUG:fetch soc_ev7} - Found Token: xxxxxxxxxxx
2023-10-25 14:38:34,233 - {modules.vehicles.tronity.api:36} - {DEBUG:fetch soc_ev7} - Token still valid: {'sub': 'yyyyyyy', 'vehicleId': None, 'scopes': [], 'role': 'user', 'iat': 1698224850, 'exp': 1698311250, 'aud': 'https://platform.tronity.io', 'iss': 'platform.tronity.io'}
2023-10-25 14:38:34,238 - {modules.vehicles.tronity.api:74} - {DEBUG:fetch soc_ev7} - Using existing Tronity Access Token
2023-10-25 14:38:34,246 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 14:38:34,246 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 14:38:34,406 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 238
2023-10-25 14:38:34,406 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 238
2023-10-25 14:38:34,411 - {modules.vehicles.tronity.api:99} - {DEBUG:fetch soc_ev7} - Retrieved Tronity data: {'odometer': 119635, 'range': 210, 'level': 82, 'charging': 'Charging', 'plugged': True, 'chargerPower': None, 'chargeRemainingTime': None, 'latitude': 48.4726075, 'longitude': 16.2916325, 'status': None, 'timestamp': 1698237399010, 'lastUpdate': 1698229493000}
2023-10-25 14:38:34,421 - {modules.common.store._api:26} - {DEBUG:fetch soc_ev7} - Raw data CarState(soc=82, range=210, soc_timestamp=1698229493000)
2023-10-25 14:38:34,446 - {modules.common.store._api:30} - {INFO:store soc_ev7} - Saving CarState(soc=82, range=210, soc_timestamp=1698229493000)
2023-10-25 14:47:16,151 - {modules.common.component_context:24} - {DEBUG:fetch soc_ev7} - Update Komponente ['Tronity']
2023-10-25 14:47:16,152 - {modules.vehicles.tronity.api:17} - {DEBUG:fetch soc_ev7} - Fetching Tronity SOC
2023-10-25 14:47:16,156 - {modules.vehicles.tronity.api:29} - {DEBUG:fetch soc_ev7} - Found Token: xxxxxxxxxxx
2023-10-25 14:47:16,158 - {modules.vehicles.tronity.api:36} - {DEBUG:fetch soc_ev7} - Token still valid: {'sub': 'yyyyyyy', 'vehicleId': None, 'scopes': [], 'role': 'user', 'iat': 1698224850, 'exp': 1698311250, 'aud': 'https://platform.tronity.io', 'iss': 'platform.tronity.io'}
2023-10-25 14:47:16,161 - {modules.vehicles.tronity.api:74} - {DEBUG:fetch soc_ev7} - Using existing Tronity Access Token
2023-10-25 14:47:16,176 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 14:47:16,176 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 14:47:16,323 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 242
2023-10-25 14:47:16,323 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 242
2023-10-25 14:47:16,326 - {modules.vehicles.tronity.api:99} - {DEBUG:fetch soc_ev7} - Retrieved Tronity data: {'odometer': 119635, 'range': 236, 'level': 91, 'charging': 'Disconnected', 'plugged': True, 'chargerPower': None, 'chargeRemainingTime': None, 'latitude': 48.4726075, 'longitude': 16.2916325, 'status': None, 'timestamp': 1698237997413, 'lastUpdate': 1698237822000}
2023-10-25 14:47:16,332 - {modules.common.store._api:26} - {DEBUG:fetch soc_ev7} - Raw data CarState(soc=91, range=236, soc_timestamp=1698237822000)
2023-10-25 14:47:16,350 - {modules.common.store._api:30} - {INFO:store soc_ev7} - Saving CarState(soc=91, range=236, soc_timestamp=1698237822000)
2023-10-25 14:52:15,234 - {modules.common.component_context:24} - {DEBUG:fetch soc_ev7} - Update Komponente ['Tronity']
2023-10-25 14:52:15,238 - {modules.vehicles.tronity.api:17} - {DEBUG:fetch soc_ev7} - Fetching Tronity SOC
2023-10-25 14:52:15,246 - {modules.vehicles.tronity.api:29} - {DEBUG:fetch soc_ev7} - Found Token: xxxxxxxxxxx
2023-10-25 14:52:15,248 - {modules.vehicles.tronity.api:36} - {DEBUG:fetch soc_ev7} - Token still valid: {'sub': 'yyyyyyy', 'vehicleId': None, 'scopes': [], 'role': 'user', 'iat': 1698224850, 'exp': 1698311250, 'aud': 'https://platform.tronity.io', 'iss': 'platform.tronity.io'}
2023-10-25 14:52:15,251 - {modules.vehicles.tronity.api:74} - {DEBUG:fetch soc_ev7} - Using existing Tronity Access Token
2023-10-25 14:52:15,258 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 14:52:15,258 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 14:52:15,409 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 242
2023-10-25 14:52:15,409 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 242
2023-10-25 14:52:15,411 - {modules.vehicles.tronity.api:99} - {DEBUG:fetch soc_ev7} - Retrieved Tronity data: {'odometer': 119635, 'range': 236, 'level': 91, 'charging': 'Disconnected', 'plugged': True, 'chargerPower': None, 'chargeRemainingTime': None, 'latitude': 48.4726075, 'longitude': 16.2916325, 'status': None, 'timestamp': 1698238236899, 'lastUpdate': 1698238141000}
2023-10-25 14:52:15,418 - {modules.common.store._api:26} - {DEBUG:fetch soc_ev7} - Raw data CarState(soc=91, range=236, soc_timestamp=1698238141000)
2023-10-25 14:52:15,436 - {modules.common.store._api:30} - {INFO:store soc_ev7} - Saving CarState(soc=91, range=236, soc_timestamp=1698238141000)
2023-10-25 14:57:14,226 - {modules.common.component_context:24} - {DEBUG:fetch soc_ev7} - Update Komponente ['Tronity']
2023-10-25 14:57:14,227 - {modules.vehicles.tronity.api:17} - {DEBUG:fetch soc_ev7} - Fetching Tronity SOC
2023-10-25 14:57:14,228 - {modules.vehicles.tronity.api:29} - {DEBUG:fetch soc_ev7} - Found Token: xxxxxxxxxxx
2023-10-25 14:57:14,229 - {modules.vehicles.tronity.api:36} - {DEBUG:fetch soc_ev7} - Token still valid: {'sub': 'yyyyyyy', 'vehicleId': None, 'scopes': [], 'role': 'user', 'iat': 1698224850, 'exp': 1698311250, 'aud': 'https://platform.tronity.io', 'iss': 'platform.tronity.io'}
2023-10-25 14:57:14,230 - {modules.vehicles.tronity.api:74} - {DEBUG:fetch soc_ev7} - Using existing Tronity Access Token
2023-10-25 14:57:14,237 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 14:57:14,237 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 14:57:14,391 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 238
2023-10-25 14:57:14,391 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 238
2023-10-25 14:57:14,395 - {modules.vehicles.tronity.api:99} - {DEBUG:fetch soc_ev7} - Retrieved Tronity data: {'odometer': 119635, 'range': 236, 'level': 91, 'charging': 'Charging', 'plugged': True, 'chargerPower': None, 'chargeRemainingTime': None, 'latitude': 48.4726075, 'longitude': 16.2916325, 'status': None, 'timestamp': 1698238598379, 'lastUpdate': 1698238269000}
2023-10-25 14:57:14,403 - {modules.common.store._api:26} - {DEBUG:fetch soc_ev7} - Raw data CarState(soc=91, range=236, soc_timestamp=1698238269000)
2023-10-25 14:57:14,422 - {modules.common.store._api:30} - {INFO:store soc_ev7} - Saving CarState(soc=91, range=236, soc_timestamp=1698238269000)
2023-10-25 15:02:12,950 - {modules.common.component_context:24} - {DEBUG:fetch soc_ev7} - Update Komponente ['Tronity']
2023-10-25 15:02:12,951 - {modules.vehicles.tronity.api:17} - {DEBUG:fetch soc_ev7} - Fetching Tronity SOC
2023-10-25 15:02:12,953 - {modules.vehicles.tronity.api:29} - {DEBUG:fetch soc_ev7} - Found Token: xxxxxxxxxxx
2023-10-25 15:02:12,955 - {modules.vehicles.tronity.api:36} - {DEBUG:fetch soc_ev7} - Token still valid: {'sub': 'yyyyyyy', 'vehicleId': None, 'scopes': [], 'role': 'user', 'iat': 1698224850, 'exp': 1698311250, 'aud': 'https://platform.tronity.io', 'iss': 'platform.tronity.io'}
2023-10-25 15:02:12,957 - {modules.vehicles.tronity.api:74} - {DEBUG:fetch soc_ev7} - Using existing Tronity Access Token
2023-10-25 15:02:12,964 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 15:02:12,964 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 15:02:13,132 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 238
2023-10-25 15:02:13,132 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 238
2023-10-25 15:02:13,135 - {modules.vehicles.tronity.api:99} - {DEBUG:fetch soc_ev7} - Retrieved Tronity data: {'odometer': 119635, 'range': 236, 'level': 91, 'charging': 'Charging', 'plugged': True, 'chargerPower': None, 'chargeRemainingTime': None, 'latitude': 48.4726075, 'longitude': 16.2916325, 'status': None, 'timestamp': 1698238845443, 'lastUpdate': 1698238269000}
2023-10-25 15:02:13,141 - {modules.common.store._api:26} - {DEBUG:fetch soc_ev7} - Raw data CarState(soc=91, range=236, soc_timestamp=1698238269000)
2023-10-25 15:02:13,159 - {modules.common.store._api:30} - {INFO:store soc_ev7} - Saving CarState(soc=91, range=236, soc_timestamp=1698238269000)
2023-10-25 15:09:34,268 - {modules.common.component_context:24} - {DEBUG:fetch soc_ev7} - Update Komponente ['Tronity']
2023-10-25 15:09:34,269 - {modules.vehicles.tronity.api:17} - {DEBUG:fetch soc_ev7} - Fetching Tronity SOC
2023-10-25 15:09:34,271 - {modules.vehicles.tronity.api:29} - {DEBUG:fetch soc_ev7} - Found Token: 
2023-10-25 15:09:34,273 - {modules.vehicles.tronity.api:36} - {DEBUG:fetch soc_ev7} - Token still valid: {'sub': 'yyyyyyy', 'vehicleId': None, 'scopes': [], 'role': 'user', 'iat': 1698224850, 'exp': 1698311250, 'aud': 'https://platform.tronity.io', 'iss': 'platform.tronity.io'}
2023-10-25 15:09:34,274 - {modules.vehicles.tronity.api:74} - {DEBUG:fetch soc_ev7} - Using existing Tronity Access Token
2023-10-25 15:09:34,282 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 15:09:34,282 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 15:09:34,426 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 242
2023-10-25 15:09:34,426 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 242
2023-10-25 15:09:34,429 - {modules.vehicles.tronity.api:99} - {DEBUG:fetch soc_ev7} - Retrieved Tronity data: {'odometer': 119635, 'range': 237, 'level': 92, 'charging': 'Disconnected', 'plugged': True, 'chargerPower': None, 'chargeRemainingTime': None, 'latitude': 48.4726075, 'longitude': 16.2916325, 'status': None, 'timestamp': 1698239315810, 'lastUpdate': 1698239002000}
2023-10-25 15:09:34,435 - {modules.common.store._api:26} - {DEBUG:fetch soc_ev7} - Raw data CarState(soc=92, range=237, soc_timestamp=1698239002000)
2023-10-25 15:09:34,452 - {modules.common.store._api:30} - {INFO:store soc_ev7} - Saving CarState(soc=92, range=237, soc_timestamp=1698239002000)
2023-10-25 15:14:33,173 - {modules.common.component_context:24} - {DEBUG:fetch soc_ev7} - Update Komponente ['Tronity']
2023-10-25 15:14:33,174 - {modules.vehicles.tronity.api:17} - {DEBUG:fetch soc_ev7} - Fetching Tronity SOC
2023-10-25 15:14:33,176 - {modules.vehicles.tronity.api:29} - {DEBUG:fetch soc_ev7} - Found Token: xxxxxxxxxxx
2023-10-25 15:14:33,184 - {modules.vehicles.tronity.api:36} - {DEBUG:fetch soc_ev7} - Token still valid: {'sub': 'yyyyyyy', 'vehicleId': None, 'scopes': [], 'role': 'user', 'iat': 1698224850, 'exp': 1698311250, 'aud': 'https://platform.tronity.io', 'iss': 'platform.tronity.io'}
2023-10-25 15:14:33,186 - {modules.vehicles.tronity.api:74} - {DEBUG:fetch soc_ev7} - Using existing Tronity Access Token
2023-10-25 15:14:33,215 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 15:14:33,215 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 15:14:33,382 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 238
2023-10-25 15:14:33,382 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 238
2023-10-25 15:14:33,384 - {modules.vehicles.tronity.api:99} - {DEBUG:fetch soc_ev7} - Retrieved Tronity data: {'odometer': 119635, 'range': 237, 'level': 92, 'charging': 'Charging', 'plugged': True, 'chargerPower': None, 'chargeRemainingTime': None, 'latitude': 48.4726075, 'longitude': 16.2916325, 'status': None, 'timestamp': 1698239563616, 'lastUpdate': 1698239409000}
2023-10-25 15:14:33,391 - {modules.common.store._api:26} - {DEBUG:fetch soc_ev7} - Raw data CarState(soc=92, range=237, soc_timestamp=1698239409000)
2023-10-25 15:14:33,409 - {modules.common.store._api:30} - {INFO:store soc_ev7} - Saving CarState(soc=92, range=237, soc_timestamp=1698239409000)
2023-10-25 15:19:32,313 - {modules.common.component_context:24} - {DEBUG:fetch soc_ev7} - Update Komponente ['Tronity']
2023-10-25 15:19:32,315 - {modules.vehicles.tronity.api:17} - {DEBUG:fetch soc_ev7} - Fetching Tronity SOC
2023-10-25 15:19:32,317 - {modules.vehicles.tronity.api:29} - {DEBUG:fetch soc_ev7} - Found Token: xxxxxxxxxxx
2023-10-25 15:19:32,320 - {modules.vehicles.tronity.api:36} - {DEBUG:fetch soc_ev7} - Token still valid: {'sub': 'yyyyyyy', 'vehicleId': None, 'scopes': [], 'role': 'user', 'iat': 1698224850, 'exp': 1698311250, 'aud': 'https://platform.tronity.io', 'iss': 'platform.tronity.io'}
2023-10-25 15:19:32,324 - {modules.vehicles.tronity.api:74} - {DEBUG:fetch soc_ev7} - Using existing Tronity Access Token
2023-10-25 15:19:32,348 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 15:19:32,348 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 15:19:32,521 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 238
2023-10-25 15:19:32,521 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 238
2023-10-25 15:19:32,524 - {modules.vehicles.tronity.api:99} - {DEBUG:fetch soc_ev7} - Retrieved Tronity data: {'odometer': 119635, 'range': 237, 'level': 92, 'charging': 'Charging', 'plugged': True, 'chargerPower': None, 'chargeRemainingTime': None, 'latitude': 48.4726075, 'longitude': 16.2916325, 'status': None, 'timestamp': 1698239917549, 'lastUpdate': 1698239409000}
2023-10-25 15:19:32,530 - {modules.common.store._api:26} - {DEBUG:fetch soc_ev7} - Raw data CarState(soc=92, range=237, soc_timestamp=1698239409000)
2023-10-25 15:19:32,548 - {modules.common.store._api:30} - {INFO:store soc_ev7} - Saving CarState(soc=92, range=237, soc_timestamp=1698239409000)
2023-10-25 15:24:31,498 - {modules.common.component_context:24} - {DEBUG:fetch soc_ev7} - Update Komponente ['Tronity']
2023-10-25 15:24:31,499 - {modules.vehicles.tronity.api:17} - {DEBUG:fetch soc_ev7} - Fetching Tronity SOC
2023-10-25 15:24:31,500 - {modules.vehicles.tronity.api:29} - {DEBUG:fetch soc_ev7} - Found Token: xxxxxxxxxxx
2023-10-25 15:24:31,519 - {modules.vehicles.tronity.api:36} - {DEBUG:fetch soc_ev7} - Token still valid: {'sub': 'yyyyyyy', 'vehicleId': None, 'scopes': [], 'role': 'user', 'iat': 1698224850, 'exp': 1698311250, 'aud': 'https://platform.tronity.io', 'iss': 'platform.tronity.io'}
2023-10-25 15:24:31,529 - {modules.vehicles.tronity.api:74} - {DEBUG:fetch soc_ev7} - Using existing Tronity Access Token
2023-10-25 15:24:31,545 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 15:24:31,545 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 15:24:31,744 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 238
2023-10-25 15:24:31,744 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 238
2023-10-25 15:24:31,749 - {modules.vehicles.tronity.api:99} - {DEBUG:fetch soc_ev7} - Retrieved Tronity data: {'odometer': 119635, 'range': 237, 'level': 92, 'charging': 'Charging', 'plugged': True, 'chargerPower': None, 'chargeRemainingTime': None, 'latitude': 48.4726075, 'longitude': 16.2916325, 'status': None, 'timestamp': 1698240157205, 'lastUpdate': 1698239409000}
2023-10-25 15:24:31,759 - {modules.common.store._api:26} - {DEBUG:fetch soc_ev7} - Raw data CarState(soc=92, range=237, soc_timestamp=1698239409000)
2023-10-25 15:24:32,032 - {modules.common.store._api:30} - {INFO:store soc_ev7} - Saving CarState(soc=92, range=237, soc_timestamp=1698239409000)
2023-10-25 15:29:30,327 - {modules.common.component_context:24} - {DEBUG:fetch soc_ev7} - Update Komponente ['Tronity']
2023-10-25 15:29:30,333 - {modules.vehicles.tronity.api:17} - {DEBUG:fetch soc_ev7} - Fetching Tronity SOC
2023-10-25 15:29:30,340 - {modules.vehicles.tronity.api:29} - {DEBUG:fetch soc_ev7} - Found Token: xxxxxxxxxxx
2023-10-25 15:29:30,347 - {modules.vehicles.tronity.api:36} - {DEBUG:fetch soc_ev7} - Token still valid: {'sub': 'yyyyyyy', 'vehicleId': None, 'scopes': [], 'role': 'user', 'iat': 1698224850, 'exp': 1698311250, 'aud': 'https://platform.tronity.io', 'iss': 'platform.tronity.io'}
2023-10-25 15:29:30,355 - {modules.vehicles.tronity.api:74} - {DEBUG:fetch soc_ev7} - Using existing Tronity Access Token
2023-10-25 15:29:30,391 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 15:29:30,391 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 15:29:30,584 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 238
2023-10-25 15:29:30,584 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 238
2023-10-25 15:29:30,590 - {modules.vehicles.tronity.api:99} - {DEBUG:fetch soc_ev7} - Retrieved Tronity data: {'odometer': 119635, 'range': 237, 'level': 92, 'charging': 'Charging', 'plugged': True, 'chargerPower': None, 'chargeRemainingTime': None, 'latitude': 48.4726075, 'longitude': 16.2916325, 'status': None, 'timestamp': 1698240517032, 'lastUpdate': 1698239409000}
2023-10-25 15:29:30,599 - {modules.common.store._api:26} - {DEBUG:fetch soc_ev7} - Raw data CarState(soc=92, range=237, soc_timestamp=1698239409000)
2023-10-25 15:29:30,727 - {modules.common.store._api:30} - {INFO:store soc_ev7} - Saving CarState(soc=92, range=237, soc_timestamp=1698239409000)
2023-10-25 15:34:29,844 - {modules.common.component_context:24} - {DEBUG:fetch soc_ev7} - Update Komponente ['Tronity']
2023-10-25 15:34:29,845 - {modules.vehicles.tronity.api:17} - {DEBUG:fetch soc_ev7} - Fetching Tronity SOC
2023-10-25 15:34:29,850 - {modules.vehicles.tronity.api:29} - {DEBUG:fetch soc_ev7} - Found Token: xxxxxxxxxxx
2023-10-25 15:34:29,852 - {modules.vehicles.tronity.api:36} - {DEBUG:fetch soc_ev7} - Token still valid: {'sub': 'yyyyyyy', 'vehicleId': None, 'scopes': [], 'role': 'user', 'iat': 1698224850, 'exp': 1698311250, 'aud': 'https://platform.tronity.io', 'iss': 'platform.tronity.io'}
2023-10-25 15:34:29,854 - {modules.vehicles.tronity.api:74} - {DEBUG:fetch soc_ev7} - Using existing Tronity Access Token
2023-10-25 15:34:29,860 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 15:34:29,860 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 15:34:29,993 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 238
2023-10-25 15:34:29,993 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 238
2023-10-25 15:34:29,996 - {modules.vehicles.tronity.api:99} - {DEBUG:fetch soc_ev7} - Retrieved Tronity data: {'odometer': 119635, 'range': 237, 'level': 92, 'charging': 'Charging', 'plugged': True, 'chargerPower': None, 'chargeRemainingTime': None, 'latitude': 48.4726075, 'longitude': 16.2916325, 'status': None, 'timestamp': 1698240756684, 'lastUpdate': 1698239409000}
2023-10-25 15:34:30,002 - {modules.common.store._api:26} - {DEBUG:fetch soc_ev7} - Raw data CarState(soc=92, range=237, soc_timestamp=1698239409000)
2023-10-25 15:34:30,020 - {modules.common.store._api:30} - {INFO:store soc_ev7} - Saving CarState(soc=92, range=237, soc_timestamp=1698239409000)
2023-10-25 15:39:28,827 - {modules.common.component_context:24} - {DEBUG:fetch soc_ev7} - Update Komponente ['Tronity']
2023-10-25 15:39:28,836 - {modules.vehicles.tronity.api:17} - {DEBUG:fetch soc_ev7} - Fetching Tronity SOC
2023-10-25 15:39:28,838 - {modules.vehicles.tronity.api:29} - {DEBUG:fetch soc_ev7} - Found Token: xxxxxxxxxxx
2023-10-25 15:39:28,840 - {modules.vehicles.tronity.api:36} - {DEBUG:fetch soc_ev7} - Token still valid: {'sub': 'yyyyyyy', 'vehicleId': None, 'scopes': [], 'role': 'user', 'iat': 1698224850, 'exp': 1698311250, 'aud': 'https://platform.tronity.io', 'iss': 'platform.tronity.io'}
2023-10-25 15:39:28,842 - {modules.vehicles.tronity.api:74} - {DEBUG:fetch soc_ev7} - Using existing Tronity Access Token
2023-10-25 15:39:28,850 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 15:39:28,850 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 15:39:28,986 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 238
2023-10-25 15:39:28,986 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 238
2023-10-25 15:39:28,989 - {modules.vehicles.tronity.api:99} - {DEBUG:fetch soc_ev7} - Retrieved Tronity data: {'odometer': 119635, 'range': 237, 'level': 92, 'charging': 'Charging', 'plugged': True, 'chargerPower': None, 'chargeRemainingTime': None, 'latitude': 48.4726075, 'longitude': 16.2916325, 'status': None, 'timestamp': 1698241120164, 'lastUpdate': 1698239409000}
2023-10-25 15:39:28,995 - {modules.common.store._api:26} - {DEBUG:fetch soc_ev7} - Raw data CarState(soc=92, range=237, soc_timestamp=1698239409000)
2023-10-25 15:39:29,014 - {modules.common.store._api:30} - {INFO:store soc_ev7} - Saving CarState(soc=92, range=237, soc_timestamp=1698239409000)
2023-10-25 15:44:23,028 - {modules.common.component_context:24} - {DEBUG:fetch soc_ev7} - Update Komponente ['Tronity']
2023-10-25 15:44:23,030 - {modules.vehicles.tronity.api:17} - {DEBUG:fetch soc_ev7} - Fetching Tronity SOC
2023-10-25 15:44:23,032 - {modules.vehicles.tronity.api:29} - {DEBUG:fetch soc_ev7} - Found Token: xxxxxxxxxxx
2023-10-25 15:44:23,033 - {modules.vehicles.tronity.api:36} - {DEBUG:fetch soc_ev7} - Token still valid: {'sub': 'yyyyyyy', 'vehicleId': None, 'scopes': [], 'role': 'user', 'iat': 1698224850, 'exp': 1698311250, 'aud': 'https://platform.tronity.io', 'iss': 'platform.tronity.io'}
2023-10-25 15:44:23,035 - {modules.vehicles.tronity.api:74} - {DEBUG:fetch soc_ev7} - Using existing Tronity Access Token
2023-10-25 15:44:23,055 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 15:44:23,055 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 15:44:30,738 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 238
2023-10-25 15:44:30,738 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 238
2023-10-25 15:44:30,746 - {modules.vehicles.tronity.api:99} - {DEBUG:fetch soc_ev7} - Retrieved Tronity data: {'odometer': 119635, 'range': 237, 'level': 92, 'charging': 'Charging', 'plugged': True, 'chargerPower': None, 'chargeRemainingTime': None, 'latitude': 48.4726075, 'longitude': 16.2916325, 'status': None, 'timestamp': 1698241357103, 'lastUpdate': 1698239409000}
2023-10-25 15:44:30,769 - {modules.common.store._api:26} - {DEBUG:fetch soc_ev7} - Raw data CarState(soc=92, range=237, soc_timestamp=1698239409000)
2023-10-25 15:44:30,862 - {modules.common.store._api:30} - {INFO:store soc_ev7} - Saving CarState(soc=92, range=237, soc_timestamp=1698239409000)
2023-10-25 15:53:13,965 - {modules.common.component_context:24} - {DEBUG:fetch soc_ev7} - Update Komponente ['Tronity']
2023-10-25 15:53:13,970 - {modules.vehicles.tronity.api:17} - {DEBUG:fetch soc_ev7} - Fetching Tronity SOC
2023-10-25 15:53:13,973 - {modules.vehicles.tronity.api:29} - {DEBUG:fetch soc_ev7} - Found Token: xxxxxxxxxxx
2023-10-25 15:53:13,975 - {modules.vehicles.tronity.api:36} - {DEBUG:fetch soc_ev7} - Token still valid: {'sub': 'yyyyyyy', 'vehicleId': None, 'scopes': [], 'role': 'user', 'iat': 1698224850, 'exp': 1698311250, 'aud': 'https://platform.tronity.io', 'iss': 'platform.tronity.io'}
2023-10-25 15:53:13,979 - {modules.vehicles.tronity.api:74} - {DEBUG:fetch soc_ev7} - Using existing Tronity Access Token
2023-10-25 15:53:13,998 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 15:53:13,998 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 15:53:14,152 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 242
2023-10-25 15:53:14,152 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 242
2023-10-25 15:53:14,163 - {modules.vehicles.tronity.api:99} - {DEBUG:fetch soc_ev7} - Retrieved Tronity data: {'odometer': 119635, 'range': 242, 'level': 93, 'charging': 'Disconnected', 'plugged': True, 'chargerPower': None, 'chargeRemainingTime': None, 'latitude': 48.4726075, 'longitude': 16.2916325, 'status': None, 'timestamp': 1698241958202, 'lastUpdate': 1698241524000}
2023-10-25 15:53:14,197 - {modules.common.store._api:26} - {DEBUG:fetch soc_ev7} - Raw data CarState(soc=93, range=242, soc_timestamp=1698241524000)
2023-10-25 15:53:14,318 - {modules.common.store._api:30} - {INFO:store soc_ev7} - Saving CarState(soc=93, range=242, soc_timestamp=1698241524000)
2023-10-25 15:58:08,354 - {modules.common.component_context:24} - {DEBUG:fetch soc_ev7} - Update Komponente ['Tronity']
2023-10-25 15:58:08,360 - {modules.vehicles.tronity.api:17} - {DEBUG:fetch soc_ev7} - Fetching Tronity SOC
2023-10-25 15:58:08,363 - {modules.vehicles.tronity.api:29} - {DEBUG:fetch soc_ev7} - Found Token: xxxxxxxxxxx
2023-10-25 15:58:08,366 - {modules.vehicles.tronity.api:36} - {DEBUG:fetch soc_ev7} - Token still valid: {'sub': 'yyyyyyy', 'vehicleId': None, 'scopes': [], 'role': 'user', 'iat': 1698224850, 'exp': 1698311250, 'aud': 'https://platform.tronity.io', 'iss': 'platform.tronity.io'}
2023-10-25 15:58:08,369 - {modules.vehicles.tronity.api:74} - {DEBUG:fetch soc_ev7} - Using existing Tronity Access Token
2023-10-25 15:58:08,382 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 15:58:08,382 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 15:58:08,531 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 238
2023-10-25 15:58:08,531 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 238
2023-10-25 15:58:08,534 - {modules.vehicles.tronity.api:99} - {DEBUG:fetch soc_ev7} - Retrieved Tronity data: {'odometer': 119635, 'range': 242, 'level': 93, 'charging': 'Charging', 'plugged': True, 'chargerPower': None, 'chargeRemainingTime': None, 'latitude': 48.4726075, 'longitude': 16.2916325, 'status': None, 'timestamp': 1698242197002, 'lastUpdate': 1698242025000}
2023-10-25 15:58:08,540 - {modules.common.store._api:26} - {DEBUG:fetch soc_ev7} - Raw data CarState(soc=93, range=242, soc_timestamp=1698242025000)
2023-10-25 15:58:08,559 - {modules.common.store._api:30} - {INFO:store soc_ev7} - Saving CarState(soc=93, range=242, soc_timestamp=1698242025000)
2023-10-25 16:03:07,248 - {modules.common.component_context:24} - {DEBUG:fetch soc_ev7} - Update Komponente ['Tronity']
2023-10-25 16:03:07,252 - {modules.vehicles.tronity.api:17} - {DEBUG:fetch soc_ev7} - Fetching Tronity SOC
2023-10-25 16:03:07,255 - {modules.vehicles.tronity.api:29} - {DEBUG:fetch soc_ev7} - Found Token: xxxxxxxxxxx
2023-10-25 16:03:07,259 - {modules.vehicles.tronity.api:36} - {DEBUG:fetch soc_ev7} - Token still valid: {'sub': 'yyyyyyy', 'vehicleId': None, 'scopes': [], 'role': 'user', 'iat': 1698224850, 'exp': 1698311250, 'aud': 'https://platform.tronity.io', 'iss': 'platform.tronity.io'}
2023-10-25 16:03:07,263 - {modules.vehicles.tronity.api:74} - {DEBUG:fetch soc_ev7} - Using existing Tronity Access Token
2023-10-25 16:03:07,276 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 16:03:07,276 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 16:03:07,413 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 238
2023-10-25 16:03:07,413 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 238
2023-10-25 16:03:07,416 - {modules.vehicles.tronity.api:99} - {DEBUG:fetch soc_ev7} - Retrieved Tronity data: {'odometer': 119635, 'range': 242, 'level': 93, 'charging': 'Charging', 'plugged': True, 'chargerPower': None, 'chargeRemainingTime': None, 'latitude': 48.4726075, 'longitude': 16.2916325, 'status': None, 'timestamp': 1698242564109, 'lastUpdate': 1698242025000}
2023-10-25 16:03:07,422 - {modules.common.store._api:26} - {DEBUG:fetch soc_ev7} - Raw data CarState(soc=93, range=242, soc_timestamp=1698242025000)
2023-10-25 16:03:07,441 - {modules.common.store._api:30} - {INFO:store soc_ev7} - Saving CarState(soc=93, range=242, soc_timestamp=1698242025000)
2023-10-25 16:09:57,980 - {modules.common.component_context:24} - {DEBUG:fetch soc_ev7} - Update Komponente ['Tronity']
2023-10-25 16:09:57,982 - {modules.vehicles.tronity.api:17} - {DEBUG:fetch soc_ev7} - Fetching Tronity SOC
2023-10-25 16:09:57,983 - {modules.vehicles.tronity.api:29} - {DEBUG:fetch soc_ev7} - Found Token: xxxxxxxxxxx
2023-10-25 16:09:57,986 - {modules.vehicles.tronity.api:36} - {DEBUG:fetch soc_ev7} - Token still valid: {'sub': 'yyyyyyy', 'vehicleId': None, 'scopes': [], 'role': 'user', 'iat': 1698224850, 'exp': 1698311250, 'aud': 'https://platform.tronity.io', 'iss': 'platform.tronity.io'}
2023-10-25 16:09:57,988 - {modules.vehicles.tronity.api:74} - {DEBUG:fetch soc_ev7} - Using existing Tronity Access Token
2023-10-25 16:09:57,998 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 16:09:57,998 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 16:09:58,509 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 242
2023-10-25 16:09:58,509 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 242
2023-10-25 16:09:58,511 - {modules.vehicles.tronity.api:99} - {DEBUG:fetch soc_ev7} - Retrieved Tronity data: {'odometer': 119635, 'range': 244, 'level': 94, 'charging': 'Disconnected', 'plugged': True, 'chargerPower': None, 'chargeRemainingTime': None, 'latitude': 48.4726075, 'longitude': 16.2916325, 'status': None, 'timestamp': 1698242924188, 'lastUpdate': 1698242901000}
2023-10-25 16:09:58,518 - {modules.common.store._api:26} - {DEBUG:fetch soc_ev7} - Raw data CarState(soc=94, range=244, soc_timestamp=1698242901000)
2023-10-25 16:09:58,542 - {modules.common.store._api:30} - {INFO:store soc_ev7} - Saving CarState(soc=94, range=244, soc_timestamp=1698242901000)
2023-10-25 16:17:49,440 - {modules.common.component_context:24} - {DEBUG:fetch soc_ev7} - Update Komponente ['Tronity']
2023-10-25 16:17:49,443 - {modules.vehicles.tronity.api:17} - {DEBUG:fetch soc_ev7} - Fetching Tronity SOC
2023-10-25 16:17:49,446 - {modules.vehicles.tronity.api:29} - {DEBUG:fetch soc_ev7} - Found Token: xxxxxxxxxxx
2023-10-25 16:17:49,448 - {modules.vehicles.tronity.api:36} - {DEBUG:fetch soc_ev7} - Token still valid: {'sub': 'yyyyyyy', 'vehicleId': None, 'scopes': [], 'role': 'user', 'iat': 1698224850, 'exp': 1698311250, 'aud': 'https://platform.tronity.io', 'iss': 'platform.tronity.io'}
2023-10-25 16:17:49,449 - {modules.vehicles.tronity.api:74} - {DEBUG:fetch soc_ev7} - Using existing Tronity Access Token
2023-10-25 16:17:49,463 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 16:17:49,463 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 16:17:49,597 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 242
2023-10-25 16:17:49,597 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 242
2023-10-25 16:17:49,600 - {modules.vehicles.tronity.api:99} - {DEBUG:fetch soc_ev7} - Retrieved Tronity data: {'odometer': 119635, 'range': 244, 'level': 94, 'charging': 'Disconnected', 'plugged': True, 'chargerPower': None, 'chargeRemainingTime': None, 'latitude': 48.4726075, 'longitude': 16.2916325, 'status': None, 'timestamp': 1698243406199, 'lastUpdate': 1698243092000}
2023-10-25 16:17:49,606 - {modules.common.store._api:26} - {DEBUG:fetch soc_ev7} - Raw data CarState(soc=94, range=244, soc_timestamp=1698243092000)
2023-10-25 16:17:49,624 - {modules.common.store._api:30} - {INFO:store soc_ev7} - Saving CarState(soc=94, range=244, soc_timestamp=1698243092000)
2023-10-25 16:22:44,278 - {modules.common.component_context:24} - {DEBUG:fetch soc_ev7} - Update Komponente ['Tronity']
2023-10-25 16:22:44,279 - {modules.vehicles.tronity.api:17} - {DEBUG:fetch soc_ev7} - Fetching Tronity SOC
2023-10-25 16:22:44,284 - {modules.vehicles.tronity.api:29} - {DEBUG:fetch soc_ev7} - Found Token: xxxxxxxxxxx
2023-10-25 16:22:44,288 - {modules.vehicles.tronity.api:36} - {DEBUG:fetch soc_ev7} - Token still valid: {'sub': 'yyyyyyy', 'vehicleId': None, 'scopes': [], 'role': 'user', 'iat': 1698224850, 'exp': 1698311250, 'aud': 'https://platform.tronity.io', 'iss': 'platform.tronity.io'}
2023-10-25 16:22:44,290 - {modules.vehicles.tronity.api:74} - {DEBUG:fetch soc_ev7} - Using existing Tronity Access Token
2023-10-25 16:22:44,298 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 16:22:44,298 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 16:22:44,441 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 242
2023-10-25 16:22:44,441 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzz/last_record HTTP/1.1" 200 242
2023-10-25 16:22:44,444 - {modules.vehicles.tronity.api:99} - {DEBUG:fetch soc_ev7} - Retrieved Tronity data: {'odometer': 119635, 'range': 244, 'level': 94, 'charging': 'Disconnected', 'plugged': True, 'chargerPower': None, 'chargeRemainingTime': None, 'latitude': 48.4726075, 'longitude': 16.2916325, 'status': None, 'timestamp': 1698243643300, 'lastUpdate': 1698243563000}
2023-10-25 16:22:44,450 - {modules.common.store._api:26} - {DEBUG:fetch soc_ev7} - Raw data CarState(soc=94, range=244, soc_timestamp=1698243563000)
2023-10-25 16:22:44,467 - {modules.common.store._api:30} - {INFO:store soc_ev7} - Saving CarState(soc=94, range=244, soc_timestamp=1698243563000)
Dateianhänge
Bildschirmfoto 2023-10-25 um 17.08.48.png
gdfde
Beiträge: 89
Registriert: So Mär 10, 2019 1:05 pm

Re: Rückmeldungen 2.1.2 Alpha 2

Beitrag von gdfde »

Ich hab jetzt die Bestätigung, dass die regelmässige SoC Abfrage (15 Minuten) für Tronity nicht funktioniert.

Hier der aktuelle Screenshot vom Tronity Dashboard:
Bildschirmfoto 2023-10-25 um 18.42.05.png
Hier der Screenshot von der OpenWB Statusanzeige:
Bildschirmfoto 2023-10-25 um 18.35.44.png
Und hier das SoC Log:

Code: Alles auswählen

2023-10-25 14:52:15,258 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 14:52:15,258 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 14:52:15,409 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzzz0/last_record HTTP/1.1" 200 242
2023-10-25 14:52:15,409 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzzz0/last_record HTTP/1.1" 200 242
2023-10-25 14:52:15,411 - {modules.vehicles.tronity.api:99} - {DEBUG:fetch soc_ev7} - Retrieved Tronity data: {'odometer': 119635, 'range': 236, 'level': 91, 'charging': 'Disconnected', 'plugged': True, 'chargerPower': None, 'chargeRemainingTime': None, 'latitude': 48.4726075, 'longitude': 16.2916325, 'status': None, 'timestamp': 1698238236899, 'lastUpdate': 1698238141000}
2023-10-25 14:52:15,418 - {modules.common.store._api:26} - {DEBUG:fetch soc_ev7} - Raw data CarState(soc=91, range=236, soc_timestamp=1698238141000)
2023-10-25 14:52:15,436 - {modules.common.store._api:30} - {INFO:store soc_ev7} - Saving CarState(soc=91, range=236, soc_timestamp=1698238141000)
2023-10-25 14:57:14,226 - {modules.common.component_context:24} - {DEBUG:fetch soc_ev7} - Update Komponente ['Tronity']
2023-10-25 14:57:14,227 - {modules.vehicles.tronity.api:17} - {DEBUG:fetch soc_ev7} - Fetching Tronity SOC
2023-10-25 14:57:14,228 - {modules.vehicles.tronity.api:29} - {DEBUG:fetch soc_ev7} - Found Token: xxxxxxxxx
2023-10-25 14:57:14,229 - {modules.vehicles.tronity.api:36} - {DEBUG:fetch soc_ev7} - Token still valid: {'sub': '6yyyyyyyy', 'vehicleId': None, 'scopes': [], 'role': 'user', 'iat': 1698224850, 'exp': 1698311250, 'aud': 'https://platform.tronity.io', 'iss': 'platform.tronity.io'}
2023-10-25 14:57:14,230 - {modules.vehicles.tronity.api:74} - {DEBUG:fetch soc_ev7} - Using existing Tronity Access Token
2023-10-25 14:57:14,237 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 14:57:14,237 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 14:57:14,391 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzzz0/last_record HTTP/1.1" 200 238
2023-10-25 14:57:14,391 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzzz0/last_record HTTP/1.1" 200 238
2023-10-25 14:57:14,395 - {modules.vehicles.tronity.api:99} - {DEBUG:fetch soc_ev7} - Retrieved Tronity data: {'odometer': 119635, 'range': 236, 'level': 91, 'charging': 'Charging', 'plugged': True, 'chargerPower': None, 'chargeRemainingTime': None, 'latitude': 48.4726075, 'longitude': 16.2916325, 'status': None, 'timestamp': 1698238598379, 'lastUpdate': 1698238269000}
2023-10-25 14:57:14,403 - {modules.common.store._api:26} - {DEBUG:fetch soc_ev7} - Raw data CarState(soc=91, range=236, soc_timestamp=1698238269000)
2023-10-25 14:57:14,422 - {modules.common.store._api:30} - {INFO:store soc_ev7} - Saving CarState(soc=91, range=236, soc_timestamp=1698238269000)
2023-10-25 15:02:12,950 - {modules.common.component_context:24} - {DEBUG:fetch soc_ev7} - Update Komponente ['Tronity']
2023-10-25 15:02:12,951 - {modules.vehicles.tronity.api:17} - {DEBUG:fetch soc_ev7} - Fetching Tronity SOC
2023-10-25 15:02:12,953 - {modules.vehicles.tronity.api:29} - {DEBUG:fetch soc_ev7} - Found Token: xxxxxxxxx
2023-10-25 15:02:12,955 - {modules.vehicles.tronity.api:36} - {DEBUG:fetch soc_ev7} - Token still valid: {'sub': '6yyyyyyyy', 'vehicleId': None, 'scopes': [], 'role': 'user', 'iat': 1698224850, 'exp': 1698311250, 'aud': 'https://platform.tronity.io', 'iss': 'platform.tronity.io'}
2023-10-25 15:02:12,957 - {modules.vehicles.tronity.api:74} - {DEBUG:fetch soc_ev7} - Using existing Tronity Access Token
2023-10-25 15:02:12,964 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 15:02:12,964 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 15:02:13,132 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzzz0/last_record HTTP/1.1" 200 238
2023-10-25 15:02:13,132 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzzz0/last_record HTTP/1.1" 200 238
2023-10-25 15:02:13,135 - {modules.vehicles.tronity.api:99} - {DEBUG:fetch soc_ev7} - Retrieved Tronity data: {'odometer': 119635, 'range': 236, 'level': 91, 'charging': 'Charging', 'plugged': True, 'chargerPower': None, 'chargeRemainingTime': None, 'latitude': 48.4726075, 'longitude': 16.2916325, 'status': None, 'timestamp': 1698238845443, 'lastUpdate': 1698238269000}
2023-10-25 15:02:13,141 - {modules.common.store._api:26} - {DEBUG:fetch soc_ev7} - Raw data CarState(soc=91, range=236, soc_timestamp=1698238269000)
2023-10-25 15:02:13,159 - {modules.common.store._api:30} - {INFO:store soc_ev7} - Saving CarState(soc=91, range=236, soc_timestamp=1698238269000)
2023-10-25 15:09:34,268 - {modules.common.component_context:24} - {DEBUG:fetch soc_ev7} - Update Komponente ['Tronity']
2023-10-25 15:09:34,269 - {modules.vehicles.tronity.api:17} - {DEBUG:fetch soc_ev7} - Fetching Tronity SOC
2023-10-25 15:09:34,271 - {modules.vehicles.tronity.api:29} - {DEBUG:fetch soc_ev7} - Found Token: xxxxxxxxx
2023-10-25 15:09:34,273 - {modules.vehicles.tronity.api:36} - {DEBUG:fetch soc_ev7} - Token still valid: {'sub': '6yyyyyyyy', 'vehicleId': None, 'scopes': [], 'role': 'user', 'iat': 1698224850, 'exp': 1698311250, 'aud': 'https://platform.tronity.io', 'iss': 'platform.tronity.io'}
2023-10-25 15:09:34,274 - {modules.vehicles.tronity.api:74} - {DEBUG:fetch soc_ev7} - Using existing Tronity Access Token
2023-10-25 15:09:34,282 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 15:09:34,282 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 15:09:34,426 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzzz0/last_record HTTP/1.1" 200 242
2023-10-25 15:09:34,426 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzzz0/last_record HTTP/1.1" 200 242
2023-10-25 15:09:34,429 - {modules.vehicles.tronity.api:99} - {DEBUG:fetch soc_ev7} - Retrieved Tronity data: {'odometer': 119635, 'range': 237, 'level': 92, 'charging': 'Disconnected', 'plugged': True, 'chargerPower': None, 'chargeRemainingTime': None, 'latitude': 48.4726075, 'longitude': 16.2916325, 'status': None, 'timestamp': 1698239315810, 'lastUpdate': 1698239002000}
2023-10-25 15:09:34,435 - {modules.common.store._api:26} - {DEBUG:fetch soc_ev7} - Raw data CarState(soc=92, range=237, soc_timestamp=1698239002000)
2023-10-25 15:09:34,452 - {modules.common.store._api:30} - {INFO:store soc_ev7} - Saving CarState(soc=92, range=237, soc_timestamp=1698239002000)
2023-10-25 15:14:33,173 - {modules.common.component_context:24} - {DEBUG:fetch soc_ev7} - Update Komponente ['Tronity']
2023-10-25 15:14:33,174 - {modules.vehicles.tronity.api:17} - {DEBUG:fetch soc_ev7} - Fetching Tronity SOC
2023-10-25 15:14:33,176 - {modules.vehicles.tronity.api:29} - {DEBUG:fetch soc_ev7} - Found Token: xxxxxxxxx
2023-10-25 15:14:33,184 - {modules.vehicles.tronity.api:36} - {DEBUG:fetch soc_ev7} - Token still valid: {'sub': '6yyyyyyyy', 'vehicleId': None, 'scopes': [], 'role': 'user', 'iat': 1698224850, 'exp': 1698311250, 'aud': 'https://platform.tronity.io', 'iss': 'platform.tronity.io'}
2023-10-25 15:14:33,186 - {modules.vehicles.tronity.api:74} - {DEBUG:fetch soc_ev7} - Using existing Tronity Access Token
2023-10-25 15:14:33,215 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 15:14:33,215 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 15:14:33,382 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzzz0/last_record HTTP/1.1" 200 238
2023-10-25 15:14:33,382 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzzz0/last_record HTTP/1.1" 200 238
2023-10-25 15:14:33,384 - {modules.vehicles.tronity.api:99} - {DEBUG:fetch soc_ev7} - Retrieved Tronity data: {'odometer': 119635, 'range': 237, 'level': 92, 'charging': 'Charging', 'plugged': True, 'chargerPower': None, 'chargeRemainingTime': None, 'latitude': 48.4726075, 'longitude': 16.2916325, 'status': None, 'timestamp': 1698239563616, 'lastUpdate': 1698239409000}
2023-10-25 15:14:33,391 - {modules.common.store._api:26} - {DEBUG:fetch soc_ev7} - Raw data CarState(soc=92, range=237, soc_timestamp=1698239409000)
2023-10-25 15:14:33,409 - {modules.common.store._api:30} - {INFO:store soc_ev7} - Saving CarState(soc=92, range=237, soc_timestamp=1698239409000)
2023-10-25 15:19:32,313 - {modules.common.component_context:24} - {DEBUG:fetch soc_ev7} - Update Komponente ['Tronity']
2023-10-25 15:19:32,315 - {modules.vehicles.tronity.api:17} - {DEBUG:fetch soc_ev7} - Fetching Tronity SOC
2023-10-25 15:19:32,317 - {modules.vehicles.tronity.api:29} - {DEBUG:fetch soc_ev7} - Found Token: xxxxxxxxx
2023-10-25 15:19:32,320 - {modules.vehicles.tronity.api:36} - {DEBUG:fetch soc_ev7} - Token still valid: {'sub': '6yyyyyyyy', 'vehicleId': None, 'scopes': [], 'role': 'user', 'iat': 1698224850, 'exp': 1698311250, 'aud': 'https://platform.tronity.io', 'iss': 'platform.tronity.io'}
2023-10-25 15:19:32,324 - {modules.vehicles.tronity.api:74} - {DEBUG:fetch soc_ev7} - Using existing Tronity Access Token
2023-10-25 15:19:32,348 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 15:19:32,348 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 15:19:32,521 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzzz0/last_record HTTP/1.1" 200 238
2023-10-25 15:19:32,521 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzzz0/last_record HTTP/1.1" 200 238
2023-10-25 15:19:32,524 - {modules.vehicles.tronity.api:99} - {DEBUG:fetch soc_ev7} - Retrieved Tronity data: {'odometer': 119635, 'range': 237, 'level': 92, 'charging': 'Charging', 'plugged': True, 'chargerPower': None, 'chargeRemainingTime': None, 'latitude': 48.4726075, 'longitude': 16.2916325, 'status': None, 'timestamp': 1698239917549, 'lastUpdate': 1698239409000}
2023-10-25 15:19:32,530 - {modules.common.store._api:26} - {DEBUG:fetch soc_ev7} - Raw data CarState(soc=92, range=237, soc_timestamp=1698239409000)
2023-10-25 15:19:32,548 - {modules.common.store._api:30} - {INFO:store soc_ev7} - Saving CarState(soc=92, range=237, soc_timestamp=1698239409000)
2023-10-25 15:24:31,498 - {modules.common.component_context:24} - {DEBUG:fetch soc_ev7} - Update Komponente ['Tronity']
2023-10-25 15:24:31,499 - {modules.vehicles.tronity.api:17} - {DEBUG:fetch soc_ev7} - Fetching Tronity SOC
2023-10-25 15:24:31,500 - {modules.vehicles.tronity.api:29} - {DEBUG:fetch soc_ev7} - Found Token: xxxxxxxxx
2023-10-25 15:24:31,519 - {modules.vehicles.tronity.api:36} - {DEBUG:fetch soc_ev7} - Token still valid: {'sub': '6yyyyyyyy', 'vehicleId': None, 'scopes': [], 'role': 'user', 'iat': 1698224850, 'exp': 1698311250, 'aud': 'https://platform.tronity.io', 'iss': 'platform.tronity.io'}
2023-10-25 15:24:31,529 - {modules.vehicles.tronity.api:74} - {DEBUG:fetch soc_ev7} - Using existing Tronity Access Token
2023-10-25 15:24:31,545 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 15:24:31,545 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 15:24:31,744 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzzz0/last_record HTTP/1.1" 200 238
2023-10-25 15:24:31,744 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzzz0/last_record HTTP/1.1" 200 238
2023-10-25 15:24:31,749 - {modules.vehicles.tronity.api:99} - {DEBUG:fetch soc_ev7} - Retrieved Tronity data: {'odometer': 119635, 'range': 237, 'level': 92, 'charging': 'Charging', 'plugged': True, 'chargerPower': None, 'chargeRemainingTime': None, 'latitude': 48.4726075, 'longitude': 16.2916325, 'status': None, 'timestamp': 1698240157205, 'lastUpdate': 1698239409000}
2023-10-25 15:24:31,759 - {modules.common.store._api:26} - {DEBUG:fetch soc_ev7} - Raw data CarState(soc=92, range=237, soc_timestamp=1698239409000)
2023-10-25 15:24:32,032 - {modules.common.store._api:30} - {INFO:store soc_ev7} - Saving CarState(soc=92, range=237, soc_timestamp=1698239409000)
2023-10-25 15:29:30,327 - {modules.common.component_context:24} - {DEBUG:fetch soc_ev7} - Update Komponente ['Tronity']
2023-10-25 15:29:30,333 - {modules.vehicles.tronity.api:17} - {DEBUG:fetch soc_ev7} - Fetching Tronity SOC
2023-10-25 15:29:30,340 - {modules.vehicles.tronity.api:29} - {DEBUG:fetch soc_ev7} - Found Token: xxxxxxxxx
2023-10-25 15:29:30,347 - {modules.vehicles.tronity.api:36} - {DEBUG:fetch soc_ev7} - Token still valid: {'sub': '6yyyyyyyy', 'vehicleId': None, 'scopes': [], 'role': 'user', 'iat': 1698224850, 'exp': 1698311250, 'aud': 'https://platform.tronity.io', 'iss': 'platform.tronity.io'}
2023-10-25 15:29:30,355 - {modules.vehicles.tronity.api:74} - {DEBUG:fetch soc_ev7} - Using existing Tronity Access Token
2023-10-25 15:29:30,391 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 15:29:30,391 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 15:29:30,584 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzzz0/last_record HTTP/1.1" 200 238
2023-10-25 15:29:30,584 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzzz0/last_record HTTP/1.1" 200 238
2023-10-25 15:29:30,590 - {modules.vehicles.tronity.api:99} - {DEBUG:fetch soc_ev7} - Retrieved Tronity data: {'odometer': 119635, 'range': 237, 'level': 92, 'charging': 'Charging', 'plugged': True, 'chargerPower': None, 'chargeRemainingTime': None, 'latitude': 48.4726075, 'longitude': 16.2916325, 'status': None, 'timestamp': 1698240517032, 'lastUpdate': 1698239409000}
2023-10-25 15:29:30,599 - {modules.common.store._api:26} - {DEBUG:fetch soc_ev7} - Raw data CarState(soc=92, range=237, soc_timestamp=1698239409000)
2023-10-25 15:29:30,727 - {modules.common.store._api:30} - {INFO:store soc_ev7} - Saving CarState(soc=92, range=237, soc_timestamp=1698239409000)
2023-10-25 15:34:29,844 - {modules.common.component_context:24} - {DEBUG:fetch soc_ev7} - Update Komponente ['Tronity']
2023-10-25 15:34:29,845 - {modules.vehicles.tronity.api:17} - {DEBUG:fetch soc_ev7} - Fetching Tronity SOC
2023-10-25 15:34:29,850 - {modules.vehicles.tronity.api:29} - {DEBUG:fetch soc_ev7} - Found Token: xxxxxxxxx
2023-10-25 15:34:29,852 - {modules.vehicles.tronity.api:36} - {DEBUG:fetch soc_ev7} - Token still valid: {'sub': '6yyyyyyyy', 'vehicleId': None, 'scopes': [], 'role': 'user', 'iat': 1698224850, 'exp': 1698311250, 'aud': 'https://platform.tronity.io', 'iss': 'platform.tronity.io'}
2023-10-25 15:34:29,854 - {modules.vehicles.tronity.api:74} - {DEBUG:fetch soc_ev7} - Using existing Tronity Access Token
2023-10-25 15:34:29,860 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 15:34:29,860 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 15:34:29,993 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzzz0/last_record HTTP/1.1" 200 238
2023-10-25 15:34:29,993 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzzz0/last_record HTTP/1.1" 200 238
2023-10-25 15:34:29,996 - {modules.vehicles.tronity.api:99} - {DEBUG:fetch soc_ev7} - Retrieved Tronity data: {'odometer': 119635, 'range': 237, 'level': 92, 'charging': 'Charging', 'plugged': True, 'chargerPower': None, 'chargeRemainingTime': None, 'latitude': 48.4726075, 'longitude': 16.2916325, 'status': None, 'timestamp': 1698240756684, 'lastUpdate': 1698239409000}
2023-10-25 15:34:30,002 - {modules.common.store._api:26} - {DEBUG:fetch soc_ev7} - Raw data CarState(soc=92, range=237, soc_timestamp=1698239409000)
2023-10-25 15:34:30,020 - {modules.common.store._api:30} - {INFO:store soc_ev7} - Saving CarState(soc=92, range=237, soc_timestamp=1698239409000)
2023-10-25 15:39:28,827 - {modules.common.component_context:24} - {DEBUG:fetch soc_ev7} - Update Komponente ['Tronity']
2023-10-25 15:39:28,836 - {modules.vehicles.tronity.api:17} - {DEBUG:fetch soc_ev7} - Fetching Tronity SOC
2023-10-25 15:39:28,838 - {modules.vehicles.tronity.api:29} - {DEBUG:fetch soc_ev7} - Found Token: xxxxxxxxx
2023-10-25 15:39:28,840 - {modules.vehicles.tronity.api:36} - {DEBUG:fetch soc_ev7} - Token still valid: {'sub': '6yyyyyyyy', 'vehicleId': None, 'scopes': [], 'role': 'user', 'iat': 1698224850, 'exp': 1698311250, 'aud': 'https://platform.tronity.io', 'iss': 'platform.tronity.io'}
2023-10-25 15:39:28,842 - {modules.vehicles.tronity.api:74} - {DEBUG:fetch soc_ev7} - Using existing Tronity Access Token
2023-10-25 15:39:28,850 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 15:39:28,850 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 15:39:28,986 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzzz0/last_record HTTP/1.1" 200 238
2023-10-25 15:39:28,986 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzzz0/last_record HTTP/1.1" 200 238
2023-10-25 15:39:28,989 - {modules.vehicles.tronity.api:99} - {DEBUG:fetch soc_ev7} - Retrieved Tronity data: {'odometer': 119635, 'range': 237, 'level': 92, 'charging': 'Charging', 'plugged': True, 'chargerPower': None, 'chargeRemainingTime': None, 'latitude': 48.4726075, 'longitude': 16.2916325, 'status': None, 'timestamp': 1698241120164, 'lastUpdate': 1698239409000}
2023-10-25 15:39:28,995 - {modules.common.store._api:26} - {DEBUG:fetch soc_ev7} - Raw data CarState(soc=92, range=237, soc_timestamp=1698239409000)
2023-10-25 15:39:29,014 - {modules.common.store._api:30} - {INFO:store soc_ev7} - Saving CarState(soc=92, range=237, soc_timestamp=1698239409000)
2023-10-25 15:44:23,028 - {modules.common.component_context:24} - {DEBUG:fetch soc_ev7} - Update Komponente ['Tronity']
2023-10-25 15:44:23,030 - {modules.vehicles.tronity.api:17} - {DEBUG:fetch soc_ev7} - Fetching Tronity SOC
2023-10-25 15:44:23,032 - {modules.vehicles.tronity.api:29} - {DEBUG:fetch soc_ev7} - Found Token: xxxxxxxxx
2023-10-25 15:44:23,033 - {modules.vehicles.tronity.api:36} - {DEBUG:fetch soc_ev7} - Token still valid: {'sub': '6yyyyyyyy', 'vehicleId': None, 'scopes': [], 'role': 'user', 'iat': 1698224850, 'exp': 1698311250, 'aud': 'https://platform.tronity.io', 'iss': 'platform.tronity.io'}
2023-10-25 15:44:23,035 - {modules.vehicles.tronity.api:74} - {DEBUG:fetch soc_ev7} - Using existing Tronity Access Token
2023-10-25 15:44:23,055 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 15:44:23,055 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 15:44:30,738 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzzz0/last_record HTTP/1.1" 200 238
2023-10-25 15:44:30,738 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzzz0/last_record HTTP/1.1" 200 238
2023-10-25 15:44:30,746 - {modules.vehicles.tronity.api:99} - {DEBUG:fetch soc_ev7} - Retrieved Tronity data: {'odometer': 119635, 'range': 237, 'level': 92, 'charging': 'Charging', 'plugged': True, 'chargerPower': None, 'chargeRemainingTime': None, 'latitude': 48.4726075, 'longitude': 16.2916325, 'status': None, 'timestamp': 1698241357103, 'lastUpdate': 1698239409000}
2023-10-25 15:44:30,769 - {modules.common.store._api:26} - {DEBUG:fetch soc_ev7} - Raw data CarState(soc=92, range=237, soc_timestamp=1698239409000)
2023-10-25 15:44:30,862 - {modules.common.store._api:30} - {INFO:store soc_ev7} - Saving CarState(soc=92, range=237, soc_timestamp=1698239409000)
2023-10-25 15:53:13,965 - {modules.common.component_context:24} - {DEBUG:fetch soc_ev7} - Update Komponente ['Tronity']
2023-10-25 15:53:13,970 - {modules.vehicles.tronity.api:17} - {DEBUG:fetch soc_ev7} - Fetching Tronity SOC
2023-10-25 15:53:13,973 - {modules.vehicles.tronity.api:29} - {DEBUG:fetch soc_ev7} - Found Token: xxxxxxxxx
2023-10-25 15:53:13,975 - {modules.vehicles.tronity.api:36} - {DEBUG:fetch soc_ev7} - Token still valid: {'sub': '6yyyyyyyy', 'vehicleId': None, 'scopes': [], 'role': 'user', 'iat': 1698224850, 'exp': 1698311250, 'aud': 'https://platform.tronity.io', 'iss': 'platform.tronity.io'}
2023-10-25 15:53:13,979 - {modules.vehicles.tronity.api:74} - {DEBUG:fetch soc_ev7} - Using existing Tronity Access Token
2023-10-25 15:53:13,998 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 15:53:13,998 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 15:53:14,152 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzzz0/last_record HTTP/1.1" 200 242
2023-10-25 15:53:14,152 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzzz0/last_record HTTP/1.1" 200 242
2023-10-25 15:53:14,163 - {modules.vehicles.tronity.api:99} - {DEBUG:fetch soc_ev7} - Retrieved Tronity data: {'odometer': 119635, 'range': 242, 'level': 93, 'charging': 'Disconnected', 'plugged': True, 'chargerPower': None, 'chargeRemainingTime': None, 'latitude': 48.4726075, 'longitude': 16.2916325, 'status': None, 'timestamp': 1698241958202, 'lastUpdate': 1698241524000}
2023-10-25 15:53:14,197 - {modules.common.store._api:26} - {DEBUG:fetch soc_ev7} - Raw data CarState(soc=93, range=242, soc_timestamp=1698241524000)
2023-10-25 15:53:14,318 - {modules.common.store._api:30} - {INFO:store soc_ev7} - Saving CarState(soc=93, range=242, soc_timestamp=1698241524000)
2023-10-25 15:58:08,354 - {modules.common.component_context:24} - {DEBUG:fetch soc_ev7} - Update Komponente ['Tronity']
2023-10-25 15:58:08,360 - {modules.vehicles.tronity.api:17} - {DEBUG:fetch soc_ev7} - Fetching Tronity SOC
2023-10-25 15:58:08,363 - {modules.vehicles.tronity.api:29} - {DEBUG:fetch soc_ev7} - Found Token: xxxxxxxxx
2023-10-25 15:58:08,366 - {modules.vehicles.tronity.api:36} - {DEBUG:fetch soc_ev7} - Token still valid: {'sub': '6yyyyyyyy', 'vehicleId': None, 'scopes': [], 'role': 'user', 'iat': 1698224850, 'exp': 1698311250, 'aud': 'https://platform.tronity.io', 'iss': 'platform.tronity.io'}
2023-10-25 15:58:08,369 - {modules.vehicles.tronity.api:74} - {DEBUG:fetch soc_ev7} - Using existing Tronity Access Token
2023-10-25 15:58:08,382 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 15:58:08,382 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 15:58:08,531 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzzz0/last_record HTTP/1.1" 200 238
2023-10-25 15:58:08,531 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzzz0/last_record HTTP/1.1" 200 238
2023-10-25 15:58:08,534 - {modules.vehicles.tronity.api:99} - {DEBUG:fetch soc_ev7} - Retrieved Tronity data: {'odometer': 119635, 'range': 242, 'level': 93, 'charging': 'Charging', 'plugged': True, 'chargerPower': None, 'chargeRemainingTime': None, 'latitude': 48.4726075, 'longitude': 16.2916325, 'status': None, 'timestamp': 1698242197002, 'lastUpdate': 1698242025000}
2023-10-25 15:58:08,540 - {modules.common.store._api:26} - {DEBUG:fetch soc_ev7} - Raw data CarState(soc=93, range=242, soc_timestamp=1698242025000)
2023-10-25 15:58:08,559 - {modules.common.store._api:30} - {INFO:store soc_ev7} - Saving CarState(soc=93, range=242, soc_timestamp=1698242025000)
2023-10-25 16:03:07,248 - {modules.common.component_context:24} - {DEBUG:fetch soc_ev7} - Update Komponente ['Tronity']
2023-10-25 16:03:07,252 - {modules.vehicles.tronity.api:17} - {DEBUG:fetch soc_ev7} - Fetching Tronity SOC
2023-10-25 16:03:07,255 - {modules.vehicles.tronity.api:29} - {DEBUG:fetch soc_ev7} - Found Token: xxxxxxxxx
2023-10-25 16:03:07,259 - {modules.vehicles.tronity.api:36} - {DEBUG:fetch soc_ev7} - Token still valid: {'sub': '6yyyyyyyy', 'vehicleId': None, 'scopes': [], 'role': 'user', 'iat': 1698224850, 'exp': 1698311250, 'aud': 'https://platform.tronity.io', 'iss': 'platform.tronity.io'}
2023-10-25 16:03:07,263 - {modules.vehicles.tronity.api:74} - {DEBUG:fetch soc_ev7} - Using existing Tronity Access Token
2023-10-25 16:03:07,276 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 16:03:07,276 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 16:03:07,413 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzzz0/last_record HTTP/1.1" 200 238
2023-10-25 16:03:07,413 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzzz0/last_record HTTP/1.1" 200 238
2023-10-25 16:03:07,416 - {modules.vehicles.tronity.api:99} - {DEBUG:fetch soc_ev7} - Retrieved Tronity data: {'odometer': 119635, 'range': 242, 'level': 93, 'charging': 'Charging', 'plugged': True, 'chargerPower': None, 'chargeRemainingTime': None, 'latitude': 48.4726075, 'longitude': 16.2916325, 'status': None, 'timestamp': 1698242564109, 'lastUpdate': 1698242025000}
2023-10-25 16:03:07,422 - {modules.common.store._api:26} - {DEBUG:fetch soc_ev7} - Raw data CarState(soc=93, range=242, soc_timestamp=1698242025000)
2023-10-25 16:03:07,441 - {modules.common.store._api:30} - {INFO:store soc_ev7} - Saving CarState(soc=93, range=242, soc_timestamp=1698242025000)
2023-10-25 16:09:57,980 - {modules.common.component_context:24} - {DEBUG:fetch soc_ev7} - Update Komponente ['Tronity']
2023-10-25 16:09:57,982 - {modules.vehicles.tronity.api:17} - {DEBUG:fetch soc_ev7} - Fetching Tronity SOC
2023-10-25 16:09:57,983 - {modules.vehicles.tronity.api:29} - {DEBUG:fetch soc_ev7} - Found Token: xxxxxxxxx
2023-10-25 16:09:57,986 - {modules.vehicles.tronity.api:36} - {DEBUG:fetch soc_ev7} - Token still valid: {'sub': '6yyyyyyyy', 'vehicleId': None, 'scopes': [], 'role': 'user', 'iat': 1698224850, 'exp': 1698311250, 'aud': 'https://platform.tronity.io', 'iss': 'platform.tronity.io'}
2023-10-25 16:09:57,988 - {modules.vehicles.tronity.api:74} - {DEBUG:fetch soc_ev7} - Using existing Tronity Access Token
2023-10-25 16:09:57,998 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 16:09:57,998 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 16:09:58,509 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzzz0/last_record HTTP/1.1" 200 242
2023-10-25 16:09:58,509 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzzz0/last_record HTTP/1.1" 200 242
2023-10-25 16:09:58,511 - {modules.vehicles.tronity.api:99} - {DEBUG:fetch soc_ev7} - Retrieved Tronity data: {'odometer': 119635, 'range': 244, 'level': 94, 'charging': 'Disconnected', 'plugged': True, 'chargerPower': None, 'chargeRemainingTime': None, 'latitude': 48.4726075, 'longitude': 16.2916325, 'status': None, 'timestamp': 1698242924188, 'lastUpdate': 1698242901000}
2023-10-25 16:09:58,518 - {modules.common.store._api:26} - {DEBUG:fetch soc_ev7} - Raw data CarState(soc=94, range=244, soc_timestamp=1698242901000)
2023-10-25 16:09:58,542 - {modules.common.store._api:30} - {INFO:store soc_ev7} - Saving CarState(soc=94, range=244, soc_timestamp=1698242901000)
2023-10-25 16:17:49,440 - {modules.common.component_context:24} - {DEBUG:fetch soc_ev7} - Update Komponente ['Tronity']
2023-10-25 16:17:49,443 - {modules.vehicles.tronity.api:17} - {DEBUG:fetch soc_ev7} - Fetching Tronity SOC
2023-10-25 16:17:49,446 - {modules.vehicles.tronity.api:29} - {DEBUG:fetch soc_ev7} - Found Token: xxxxxxxxx
2023-10-25 16:17:49,448 - {modules.vehicles.tronity.api:36} - {DEBUG:fetch soc_ev7} - Token still valid: {'sub': '6yyyyyyyy', 'vehicleId': None, 'scopes': [], 'role': 'user', 'iat': 1698224850, 'exp': 1698311250, 'aud': 'https://platform.tronity.io', 'iss': 'platform.tronity.io'}
2023-10-25 16:17:49,449 - {modules.vehicles.tronity.api:74} - {DEBUG:fetch soc_ev7} - Using existing Tronity Access Token
2023-10-25 16:17:49,463 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 16:17:49,463 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 16:17:49,597 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzzz0/last_record HTTP/1.1" 200 242
2023-10-25 16:17:49,597 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzzz0/last_record HTTP/1.1" 200 242
2023-10-25 16:17:49,600 - {modules.vehicles.tronity.api:99} - {DEBUG:fetch soc_ev7} - Retrieved Tronity data: {'odometer': 119635, 'range': 244, 'level': 94, 'charging': 'Disconnected', 'plugged': True, 'chargerPower': None, 'chargeRemainingTime': None, 'latitude': 48.4726075, 'longitude': 16.2916325, 'status': None, 'timestamp': 1698243406199, 'lastUpdate': 1698243092000}
2023-10-25 16:17:49,606 - {modules.common.store._api:26} - {DEBUG:fetch soc_ev7} - Raw data CarState(soc=94, range=244, soc_timestamp=1698243092000)
2023-10-25 16:17:49,624 - {modules.common.store._api:30} - {INFO:store soc_ev7} - Saving CarState(soc=94, range=244, soc_timestamp=1698243092000)
2023-10-25 16:22:44,278 - {modules.common.component_context:24} - {DEBUG:fetch soc_ev7} - Update Komponente ['Tronity']
2023-10-25 16:22:44,279 - {modules.vehicles.tronity.api:17} - {DEBUG:fetch soc_ev7} - Fetching Tronity SOC
2023-10-25 16:22:44,284 - {modules.vehicles.tronity.api:29} - {DEBUG:fetch soc_ev7} - Found Token: xxxxxxxxx
2023-10-25 16:22:44,288 - {modules.vehicles.tronity.api:36} - {DEBUG:fetch soc_ev7} - Token still valid: {'sub': '6yyyyyyyy', 'vehicleId': None, 'scopes': [], 'role': 'user', 'iat': 1698224850, 'exp': 1698311250, 'aud': 'https://platform.tronity.io', 'iss': 'platform.tronity.io'}
2023-10-25 16:22:44,290 - {modules.vehicles.tronity.api:74} - {DEBUG:fetch soc_ev7} - Using existing Tronity Access Token
2023-10-25 16:22:44,298 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 16:22:44,298 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 16:22:44,441 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzzz0/last_record HTTP/1.1" 200 242
2023-10-25 16:22:44,441 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzzz0/last_record HTTP/1.1" 200 242
2023-10-25 16:22:44,444 - {modules.vehicles.tronity.api:99} - {DEBUG:fetch soc_ev7} - Retrieved Tronity data: {'odometer': 119635, 'range': 244, 'level': 94, 'charging': 'Disconnected', 'plugged': True, 'chargerPower': None, 'chargeRemainingTime': None, 'latitude': 48.4726075, 'longitude': 16.2916325, 'status': None, 'timestamp': 1698243643300, 'lastUpdate': 1698243563000}
2023-10-25 16:22:44,450 - {modules.common.store._api:26} - {DEBUG:fetch soc_ev7} - Raw data CarState(soc=94, range=244, soc_timestamp=1698243563000)
2023-10-25 16:22:44,467 - {modules.common.store._api:30} - {INFO:store soc_ev7} - Saving CarState(soc=94, range=244, soc_timestamp=1698243563000)
2023-10-25 17:46:25,201 - {modules.common.component_context:24} - {DEBUG:fetch soc_ev7} - Update Komponente ['Tronity']
2023-10-25 17:46:25,203 - {modules.vehicles.tronity.api:17} - {DEBUG:fetch soc_ev7} - Fetching Tronity SOC
2023-10-25 17:46:25,204 - {modules.vehicles.tronity.api:29} - {DEBUG:fetch soc_ev7} - Found Token: xxxxxxxxx
2023-10-25 17:46:25,207 - {modules.vehicles.tronity.api:36} - {DEBUG:fetch soc_ev7} - Token still valid: {'sub': '6yyyyyyyy', 'vehicleId': None, 'scopes': [], 'role': 'user', 'iat': 1698224850, 'exp': 1698311250, 'aud': 'https://platform.tronity.io', 'iss': 'platform.tronity.io'}
2023-10-25 17:46:25,210 - {modules.vehicles.tronity.api:74} - {DEBUG:fetch soc_ev7} - Using existing Tronity Access Token
2023-10-25 17:46:25,232 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 17:46:25,232 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 17:46:25,389 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzzz0/last_record HTTP/1.1" 200 242
2023-10-25 17:46:25,389 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzzz0/last_record HTTP/1.1" 200 242
2023-10-25 17:46:25,392 - {modules.vehicles.tronity.api:99} - {DEBUG:fetch soc_ev7} - Retrieved Tronity data: {'odometer': 119635, 'range': 244, 'level': 94, 'charging': 'Disconnected', 'plugged': True, 'chargerPower': None, 'chargeRemainingTime': None, 'latitude': 48.4726075, 'longitude': 16.2916325, 'status': None, 'timestamp': 1698248681848, 'lastUpdate': 1698244073000}
2023-10-25 17:46:25,398 - {modules.common.store._api:26} - {DEBUG:fetch soc_ev7} - Raw data CarState(soc=94, range=244, soc_timestamp=1698244073000)
2023-10-25 17:46:25,415 - {modules.common.store._api:30} - {INFO:store soc_ev7} - Saving CarState(soc=94, range=244, soc_timestamp=1698244073000)
2023-10-25 17:59:35,927 - {modules.common.component_context:24} - {DEBUG:fetch soc_ev7} - Update Komponente ['Tronity']
2023-10-25 17:59:35,941 - {modules.vehicles.tronity.api:17} - {DEBUG:fetch soc_ev7} - Fetching Tronity SOC
2023-10-25 17:59:35,951 - {modules.vehicles.tronity.api:29} - {DEBUG:fetch soc_ev7} - Found Token: xxxxxxxxx
2023-10-25 17:59:35,953 - {modules.vehicles.tronity.api:36} - {DEBUG:fetch soc_ev7} - Token still valid: {'sub': '6yyyyyyyy', 'vehicleId': None, 'scopes': [], 'role': 'user', 'iat': 1698224850, 'exp': 1698311250, 'aud': 'https://platform.tronity.io', 'iss': 'platform.tronity.io'}
2023-10-25 17:59:35,960 - {modules.vehicles.tronity.api:74} - {DEBUG:fetch soc_ev7} - Using existing Tronity Access Token
2023-10-25 17:59:35,975 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 17:59:35,975 - {urllib3.connectionpool:973} - {DEBUG:fetch soc_ev7} - Starting new HTTPS connection (1): api.tronity.tech:443
2023-10-25 17:59:36,182 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzzz0/last_record HTTP/1.1" 200 250
2023-10-25 17:59:36,182 - {urllib3.connectionpool:452} - {DEBUG:fetch soc_ev7} - https://api.tronity.tech:443 "GET /tronity/vehicles/zzzzzzzzz0/last_record HTTP/1.1" 200 250
2023-10-25 17:59:36,185 - {modules.vehicles.tronity.api:99} - {DEBUG:fetch soc_ev7} - Retrieved Tronity data: {'odometer': 119635, 'range': 244, 'level': 94, 'charging': 'Disconnected', 'plugged': True, 'chargerPower': None, 'chargeRemainingTime': None, 'latitude': 48.4726075, 'longitude': 16.291632777777778, 'status': None, 'timestamp': 1698249516400, 'lastUpdate': 1698248805000}
2023-10-25 17:59:36,191 - {modules.common.store._api:26} - {DEBUG:fetch soc_ev7} - Raw data CarState(soc=94, range=244, soc_timestamp=1698248805000)
2023-10-25 17:59:36,208 - {modules.common.store._api:30} - {INFO:store soc_ev7} - Saving CarState(soc=94, range=244, soc_timestamp=1698248805000)
Protokoll des letzten Updates
Protokoll des Remote-Dienstes
Protokoll des SmartHome Dienstes
Open Source made with love!
Jede Spende hilft die Weiterentwicklung von openWB voranzutreiben
Gesperrt