Closed muxiachuixue closed 9 months ago
The custom component directly replaces the integrated component (no beta rename), so it should use it.
Please try and replace the refresh_token
in config/storage/.config_entries
with null
and try again.
The custom component directly replaces the integrated component (no beta rename), so it should use it.
Please try and replace the
refresh_token
inconfig/storage/.config_entries
withnull
and try again.
There is no refresh token in the /config/.storage/core.config_entries
file and neither the bmw
keyword. It seems that HA did not load the BETA integration. Weird. Other integrations installed from HACS work well.
Solved: I found the path of the bimmer_connected library on HA using sudo find / -name bimmer_connected
and replaced the library files with the 0.13.6 version and then restarted HA. Now it is able to login.
Great that you found a workaround, but I don't know why HACS didn't update accordingly...
Maybe try 20230604.1. This should definitely install 0.13.6.
I successfully downloaded the 20230517.1 version of BMW Connected Drive BETA from HACS. The files are located in
/config/homeassistant/custom_components/bmw_connected_drive
. I checked themanifest.json
file in this folder and it is indeed the latest with"requirements": ["bimmer_connected==0.13.5"]
.The problem is I could not find the BMW Connected Drive BETA integration from Settings -> Devices & Services. There is only a "BWM Connected Drive" integration in the menu and when I tried to login using this one, the error showed:
It seems like this "BMW Connected Drive" integration in the
Devices & Services
menu is the official version which is not usable for Chinese users. I also installed the latest bimmer_connected on the Linux host and checked the status of the vehicle using the command line. It successfully returned the vehicle status data. So the problem is not from thebimmer_connected
library.So any solutions to make the BETA version installed on HA?
What I have tried but did not work:
custom_components/bmw_connected_drive
folder and then restarted HA;manifest.json
file from "BMW Connected Drive" to "BMW Connected Drive BETA" and then restarted HA;HA info: