Seite 12 von 12

Re: Rückmeldungen 2.1.6 Release

Verfasst: Fr Dez 13, 2024 9:50 am
von Meli
openWB hat geschrieben: Di Nov 26, 2024 8:48 pm
bios hat geschrieben: Di Nov 26, 2024 8:03 pm
heidanei hat geschrieben: Mo Nov 25, 2024 7:05 pm Schade dass es das reparierte BMW-SOC-Modul nicht mehr in das Release geschafft hat.
ja, damit hätten wohl viele gerechnet...
Weshalb?
Der PR ist von vor wenigen Tagen. Kommt nun in die Alpha.
Durchlauft dann den regulären Zyklus mit Beta, RC und ist dann im nächsten Stable Release.
In OWB1 nightly it is already fixed

In OWB2 I updated to 2.1.7-Alpha.1 2024-12-12 15:49:02 +0100 [1927094]

But as I already wrote in GitHub I still get this Error in Log:
2024-12-13 09:44:09,786 - {modules.vehicles.bmwbc.api:49} - {WARNING:fetch soc_ev6} - load_store: store file not found, full authentication required
2024-12-13 09:44:09,787 - {modules.vehicles.bmwbc.api:143} - {ERROR:fetch soc_ev6} - bmwbc.fetch_soc: requestData Error, vnum: 6 err=TypeError("__init__() got an unexpected keyword argument 'hcaptcha_token'"), type(err)=<class 'TypeError'>
2024-12-13 09:44:09,789 - {modules.common.fault_state:49} - {ERROR:fetch soc_ev6} - BMW (Bimmer): FaultState FaultStateLevel.ERROR, FaultStr <class 'TypeError'> ("__init__() got an unexpected keyword argument 'hcaptcha_token'",), Traceback:
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 66, in update
car_state = self._get_carstate_by_source(vehicle_update_data, source)
File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 110, in _get_carstate_by_source
return self.__component_updater(vehicle_update_data)
File "/var/www/html/openWB/packages/modules/vehicles/bmwbc/soc.py", line 20, in updater
return api.fetch_soc(
File "/var/www/html/openWB/packages/modules/vehicles/bmwbc/api.py", line 156, in fetch_soc
soc, range = loop.run_until_complete(_fetch_soc(user_id, password, vin, captcha_token, vnum))
File "/usr/lib/python3.9/asyncio/base_events.py", line 642, in run_until_complete
return future.result()
File "/var/www/html/openWB/packages/modules/vehicles/bmwbc/api.py", line 101, in _fetch_soc
auth = MyBMWAuthentication(user_id,
TypeError: __init__() got an unexpected keyword argument 'hcaptcha_token'


Did anybody get 2.1.7-Alpha.1 working with the captcha ?

Re: Rückmeldungen 2.1.6 Release

Verfasst: Fr Dez 13, 2024 11:30 am
von rleidner
Meli hat geschrieben: Fr Dez 13, 2024 9:50 am
Did anybody get 2.1.7-Alpha.1 working with the captcha ?
Please use this thread for issues related to BMW SOC: https://forum.openwb.de/viewtopic.php?t=4870
In that thread is already another post with the same problem: https://forum.openwb.de/viewtopic.php?p=120990#p120990
Important is the Version installed: It should be: 2024-12-12 16:34:43 +0100 [2256710a8] or later!