Replies: 5 comments 7 replies
-
Working on it, currently experiencing the 429 since yesterday. Let me follow the beta release instructions. So I think I need to wait untill I am 'unbanned'. Is there a possibility to check if I got the correct version installed ;-) Output``` Defaulting to user installation because normal site-packages is not writeable Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting bimmer-connected==0.16.0.0b1 Downloading https://www.piwheels.org/simple/bimmer-connected/bimmer_connected-0.16.0.0b1-py3-none-any.whl (159 kB) ---------------------------------------- 159.9/159.9 kB 2.2 MB/s eta 0:00:00 Requirement already satisfied: httpx in ./.local/lib/python3.9/site-packages (from bimmer-connected==0.16.0.0b1) (0.25.0) Requirement already satisfied: pycryptodome>=3.4 in ./.local/lib/python3.9/site-packages (from bimmer-connected==0.16.0.0b1) (3.19.0) Requirement already satisfied: pyjwt>=2.1.0 in ./.local/lib/python3.9/site-packages (from bimmer-connected==0.16.0.0b1) (2.8.0) Requirement already satisfied: Pillow in ./.local/lib/python3.9/site-packages (from bimmer-connected==0.16.0.0b1) (10.0.0) Requirement already satisfied: certifi in /usr/lib/python3/dist-packages (from httpx->bimmer-connected==0.16.0.0b1) (2020.6.20) Requirement already satisfied: httpcore<0.19.0,>=0.18.0 in ./.local/lib/python3.9/site-packages (from httpx->bimmer-connected==0.16.0.0b1) (0.18.0) Requirement already satisfied: idna in /usr/lib/python3/dist-packages (from httpx->bimmer-connected==0.16.0.0b1) (2.10) Requirement already satisfied: sniffio in ./.local/lib/python3.9/site-packages (from httpx->bimmer-connected==0.16.0.0b1) (1.3.0) Requirement already satisfied: anyio<5.0,>=3.0 in ./.local/lib/python3.9/site-packages (from httpcore<0.19.0,>=0.18.0->httpx->bimmer-connected==0.16.0.0b1) (4.0.0) Requirement already satisfied: h11<0.15,>=0.13 in ./.local/lib/python3.9/site-packages (from httpcore<0.19.0,>=0.18.0->httpx->bimmer-connected==0.16.0.0b1) (0.14.0) Requirement already satisfied: exceptiongroup>=1.0.2 in ./.local/lib/python3.9/site-packages (from anyio<5.0,>=3.0->httpcore<0.19.0,>=0.18.0->httpx->bimmer-connected==0.16.0.0b1) (1.1.3) WARNING: Error parsing dependencies of gpg: Invalid version: '1.14.0-unknown' Installing collected packages: bimmer-connected Attempting uninstall: bimmer-connected Found existing installation: bimmer_connected 0.15.3 Uninstalling bimmer_connected-0.15.3: Successfully uninstalled bimmer_connected-0.15.3 Successfully installed bimmer-connected-0.16.0.0b1 ```By adding sudo should be okay. Output``` Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Requirement already satisfied: bimmer-connected==0.16.0.0b1 in /usr/local/lib/python3.9/dist-packages (0.16.0.0b1) Requirement already satisfied: pycryptodome>=3.4 in /usr/local/lib/python3.9/dist-packages (from bimmer-connected==0.16.0.0b1) (3.20.0) Requirement already satisfied: Pillow in /usr/local/lib/python3.9/dist-packages (from bimmer-connected==0.16.0.0b1) (10.4.0) Requirement already satisfied: pyjwt>=2.1.0 in /usr/local/lib/python3.9/dist-packages (from bimmer-connected==0.16.0.0b1) (2.8.0) Requirement already satisfied: httpx in /usr/local/lib/python3.9/dist-packages (from bimmer-connected==0.16.0.0b1) (0.27.0) Requirement already satisfied: anyio in /usr/local/lib/python3.9/dist-packages (from httpx->bimmer-connected==0.16.0.0b1) (4.4.0) Requirement already satisfied: httpcore==1.* in /usr/local/lib/python3.9/dist-packages (from httpx->bimmer-connected==0.16.0.0b1) (1.0.5) Requirement already satisfied: idna in /usr/lib/python3/dist-packages (from httpx->bimmer-connected==0.16.0.0b1) (2.10) Requirement already satisfied: certifi in /usr/lib/python3/dist-packages (from httpx->bimmer-connected==0.16.0.0b1) (2020.6.20) Requirement already satisfied: sniffio in /usr/local/lib/python3.9/dist-packages (from httpx->bimmer-connected==0.16.0.0b1) (1.3.1) Requirement already satisfied: h11<0.15,>=0.13 in /usr/local/lib/python3.9/dist-packages (from httpcore==1.*->httpx->bimmer-connected==0.16.0.0b1) (0.14.0) Requirement already satisfied: exceptiongroup>=1.0.2 in /usr/local/lib/python3.9/dist-packages (from anyio->httpx->bimmer-connected==0.16.0.0b1) (1.2.1) Requirement already satisfied: typing-extensions>=4.1 in /usr/local/lib/python3.9/dist-packages (from anyio->httpx->bimmer-connected==0.16.0.0b1) (4.12.2)
|
Beta Was this translation helpful? Give feedback.
-
MyBMW APP continues to work the CLI.... not anymore.
Debug output
|
Beta Was this translation helpful? Give feedback.
-
12:00 UTC just passed and I now have: 401 Debug output
After running it a second time 429 Debug output
|
Beta Was this translation helpful? Give feedback.
-
Can you login to the MyBMW website? I also had to reset my password (i.e. "forget password" via the website) to be able to login again. The app continued to work. |
Beta Was this translation helpful? Give feedback.
-
I use the CLI version in FHEM and this #626 fixes my 429 errors! Thank you very much! |
Beta Was this translation helpful? Give feedback.
-
Hi all,
I would like your feedback on #626.
It should massively remove the amount of logins required when using the CLI, as we now store both Access Token (valid 1hr) and refresh token (valid very long) in a file.
You can easy test it by installing the beta release with
pip install bimmer-connected==0.16.0.0b2
.For more Infos, also check the latest release notes: https://github.com/bimmerconnected/bimmer_connected/releases/tag/0.16.0b2
Some feedback from you guys who use this without Home Assistant is appreciated!
Thanks!
CC @borisneubert @Isy99 @sincze @rsteininger @S54Mpower
Beta Was this translation helpful? Give feedback.
All reactions