Ich hab' jetzt mal unseren zweiten Ladepunkt auf auf die 2.0er gebracht. Gestern aktuelles Image heruntergeladen, nach dem Booten auf den aktuellen Stand im Release-Branch aktualisiert. Ist als Nur Ladepunkt (secondary) konfiguriert.
Derzeit scheint die Box aber in der Aktualisierung der Konfiguration stecken zu bleiben, ich schau' gleich mal ob ich das durch einen Reboot o.ä. adressiert bekomme.
Auf den ersten Blick wird wohl nach dem Efficency Parameter in der SoC Konfiguration gesucht, den gibts dort m.W. ja gar nicht:
Code: Alles auswählen
2024-02-02 08:05:49: boot done :-)
2024-02-02 08:05:51,558 - {root:164} - {DEBUG:MainThread} - Start openWB2.service
2024-02-02 08:05:51,559 - {helpermodules.update_config:468} - {DEBUG:MainThread} - Broker-Konfiguration aktualisieren
2024-02-02 08:05:52,966 - {helpermodules.update_config:499} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/system/configurable/web_themes
2024-02-02 08:05:52,980 - {helpermodules.update_config:499} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/system/time
2024-02-02 08:05:52,998 - {helpermodules.update_config:499} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/vehicle/set/vehicle_update_completed
2024-02-02 08:05:53,053 - {helpermodules.update_config:499} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/command/mqttjs_d3595d79/messages/1706857474131
2024-02-02 08:05:53,057 - {helpermodules.update_config:499} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/command/mqttjs_d3595d79/messages/1706857478765
2024-02-02 08:05:53,060 - {helpermodules.update_config:499} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/command/mqttjs_d3595d79/messages/1706857483310
2024-02-02 08:05:53,063 - {helpermodules.update_config:499} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/command/command_completed
2024-02-02 08:05:55,155 - {helpermodules.update_config:540} - {ERROR:MainThread} - Fehler beim Akutalisieren von openWB/vehicle/0/soc_module/general_config mit Payload b'{"use_soc_from_cp": false, "request_interval_charging": 5, "request_interval_not_charging": 720, "request_only_plugged": false}'
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/update_config.py", line 538, in _loop_all_received_topics
func(topic, payload)
File "/var/www/html/openWB/packages/helpermodules/update_config.py", line 982, in upgrade
ev_template.update({"efficiency": payload["efficiency"]})
KeyError: 'efficiency'
2024-02-02 08:05:58,017 - {modules.internal_chargepoint_handler.rfid:99} - {DEBUG:MainThread} - **** /dev/input/event0 raspberrypi-ts ****
2024-02-02 08:05:58,018 - {modules.internal_chargepoint_handler.rfid:100} - {DEBUG:MainThread} - {('EV_SYN', 0): [('SYN_REPORT', 0), ('SYN_CONFIG', 1), ('SYN_DROPPED', 3)], ('EV_KEY', 1): [('BTN_TOUCH', 330)], ('EV_ABS', 3): [(('ABS_X', 0), AbsInfo(value=706, min=0, max=799, fuzz=0, flat=0, resolution=0)), (('ABS_Y', 1), AbsInfo(value=108, min=0, max=479, fuzz=0, flat=0, resolution=0)), (('ABS_MT_SLOT', 47), AbsInfo(value=0, min=0, max=9, fuzz=0, flat=0, resolution=0)), (('ABS_MT_POSITION_X', 53), AbsInfo(value=0, min=0, max=799, fuzz=0, flat=0, resolution=0)), (('ABS_MT_POSITION_Y', 54), AbsInfo(value=0, min=0, max=479, fuzz=0, flat=0, resolution=0)), (('ABS_MT_TRACKING_ID', 57), AbsInfo(value=0, min=0, max=65535, fuzz=0, flat=0, resolution=0))]}
2024-02-02 08:05:58,018 - {modules.internal_chargepoint_handler.rfid:103} - {DEBUG:MainThread} - device emits keyboard events
2024-02-02 08:05:58,019 - {modules.internal_chargepoint_handler.rfid:108} - {DEBUG:MainThread} - no 'enter' key detected, skipping device
2024-02-02 08:05:58,019 - {modules.internal_chargepoint_handler.rfid:111} - {INFO:MainThread} - detected keyboard devices:
2024-02-02 08:05:58,019 - {asyncio:59} - {DEBUG:MainThread} - Using selector: EpollSelector