bimmer_connected: position does not update in BMW API
Describe the issue
Hello,
i have the problem, that the “updateTime” does not update. Therefore my homeassistant shows an old location of the car.
Expected behavior
My homeassistant has to show the actual position of the car and not the position from 2021-08-11
Which Home Assistant version are you using?
core-2021.9.7
What was the last working version of Home Assistant Core?
core-2021.8
What is your region?
Rest of world
ConnectedDrive website
- I can still successfully login to the BMW ConnectedDrive website and the car status is available there.
- I have ConnectedDrive enabled for my vehicle.
Number of cars
- I have 2 or more cars linked to the ConnectedDrive account.
- I have a Mini vehicle linked to my account.
Output of bimmer_connected fingerprint
{
"vehicleStatus": {
"DCS_CCH_Activation": "NA",
"DCS_CCH_Ongoing": false,
"position": {
"lat": 12.3456,
"lon": 34.5678,
"status": "OK"
},
"updateTime": "2021-08-11T07:00:29+0000",
"vehicleCountry": "DE",
"vin": "some_vin"
}
}
{
"vehicles": [
{
"a4a": "USB_ONLY",
"bodytype": "F10",
"brand": "BMW",
"breakdownNumber": "+4989358957103",
"carCloud": "NOT_SUPPORTED",
"chargeNow": "NOT_SUPPORTED",
"chargingControl": "NOT_SUPPORTED",
"climateControl": "START_TIMER",
"climateControlRES": "NOT_SUPPORTED",
"climateFunction": "PARK_HEATING",
"climateNow": "ACTIVATED",
"climateNowRES": "NOT_SUPPORTED",
"color": "CARBONSCHWARZ METALLIC",
"colorCode": "416",
"countryCode": "V6",
"dealer": {
"city": "some_city",
"country": "DE",
"name": "some_name",
"phone": "some_phone",
"postalCode": "some_postal_code",
"street": "some_street"
},
"doorLock": "ACTIVATED",
"doorUnlock": "ACTIVATED",
"driveTrain": "CONV",
"egoVehiclePath": "",
"fuelType": "DIESEL",
"hasAlarmSystem": true,
"hmiVersion": "ID4",
"hornBlow": "ACTIVATED",
"hub": "HUB_ECE",
"intermodalRouting": "NOT_AVAILABLE",
"ipa": "NOT_SUPPORTED",
"lastDestinations": "NOT_SUPPORTED",
"lightFlash": "ACTIVATED",
"lscType": "NOT_SUPPORTED",
"model": "535d xDrive",
"onlineSearchMode": "MAP",
"onlineSearchProvider": "GOOGLE",
"puStep": "1119",
"rangeMap": "NOT_SUPPORTED",
"remote360": "NOT_SUPPORTED",
"remoteSoftwareUpgrade": "NOT_SUPPORTED",
"sendPoi": "ACTIVATED",
"smartSolution": "NOT_SUPPORTED",
"statisticsAvailable": false,
"statisticsCommunityEnabled": false,
"steering": "LH",
"vehicleFinder": "ACTIVATED",
"vehicleFinderRestriction": "NONE",
"vin": "some_vin",
"yearOfConstruction": 2015
}
]
}
Anything in the logs that might be useful for us?
Executing:
bimmerconnected vehiclefinder
DEBUG:bimmer_connected.state:{'STATUS': {'vin': '---', 'updateTime': '2021-08-11T07:00:29+0000', 'position': {'lat': ---, 'lon': ---, 'status': 'OK'}, 'vehicleCountry': 'DE', 'DCS_CCH_Activation': 'NA', 'DCS_CCH_Ongoing': False}, 'LAST_TRIP': {}, 'ALL_TRIPS': {}, 'CHARGING_PROFILE': {}, 'DESTINATIONS': {}, 'RANGEMAP': {}, 'EFFICIENCY': {}, 'NAVIGATION': {}}
DEBUG:bimmer_connected.state:received new data from connected drive
ExecutionState.EXECUTED
Additional information
No response
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Reactions: 1
- Comments: 27 (11 by maintainers)
I think I just found the switch: In the fingerprint provided earlier, the following is set:
All other fingerprints that were submitted to us have
"isEnabled": true
. I’ll update the library and the component accordingly!my bad gps in car was deactivatet, i did some tests a few days earlier. Now activated and it works again yayyyy thank you man !
Please check if there are error messages in the HA log. If using the custom component, a manual pip install shouldn’t be needed.
Also, please try running
vehiclefinder
from CLI to see if get a response at all.