bimmer_connected: Error communicating with BMW API (Quota exceeded)
Describe the issue
Logger: homeassistant.config_entries Source: config_entries.py:1089 First occurred: 14:32:12 (1 occurrences) Last logged: 14:32:12
Config entry ‘EMail’ for bmw_connected_drive integration not ready yet: Error communicating with BMW API: Client error ‘403 Quota Exceeded’ for url ‘https://cocoapi.bmwgroup.com/eadrax-vcs/v2/vehicles’ For more information check: https://httpstatuses.com/403; Retrying in background
Expected behavior
Is it only a connection Problem or a Failure ?
Which Home Assistant version are you using?
2022.11.5
What was the last working version of Home Assistant Core?
2022.11.5
What is your region?
Rest of world
MyBMW website
- I can still successfully login to the BMW MyBMW website and the car status is available there.
- I have MyBMW enabled for my vehicle.
Number of cars
- I have 2 or more cars linked to the MyBMW account.
- I have a Mini vehicle linked to my account.
Output of bimmer_connected fingerprint
No response
Anything in the logs that might be useful for us?
Logger: homeassistant.config_entries
Source: config_entries.py:1089
First occurred: 14:32:12 (1 occurrences)
Last logged: 14:32:12
Config entry 'EMail' for bmw_connected_drive integration not ready yet: Error communicating with BMW API: Client error '403 Quota Exceeded' for url 'https://cocoapi.bmwgroup.com/eadrax-vcs/v2/vehicles' For more information check: https://httpstatuses.com/403; Retrying in background
Additional information
No response
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 18 (7 by maintainers)
It seems that changing the API endpoints to the ones used by the latest MyBMW version (#509) solved the Quota exeeded issue. I was able to check the vehicle status every minute for 2.5 hours - the old one would have cancelled after 2 hours (120 requests).
I have just released the changes with a new version (https://github.com/bimmerconnected/bimmer_connected/releases/tag/0.12.0) and will create a PR for Home Assistant.