Replies: 2 comments
-
Could somehow be related to #692, as there are some check against timestamps? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Well, I already had a look before, but didn't notice any errors so I couldn't link this to #692. However I tested the commit and also the location seems to work now! Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Has anybody seen something strange with the vehicle (
bimmer_connected/bimmer_connected/vehicle/vehicle.py
Line 89 in ce07342
I am using this to define if the car is at home or not... However in lot of case this returns
None
. However when looking it up into the data (https://github.com/bimmerconnected/bimmer_connected/blob/master/bimmer_connected/vehicle/vehicle.py#L224) after the update, I see the location is available...Location of vehicle:
VehicleLocation(location=None, heading=None, vehicle_update_timestamp=None, account_region=<Regions.REST_OF_WORLD: 'row'>, remote_service_position=None)
self.myVehicle.data[ATTR_STATE].get('location')
gives{'coordinates': {'latitude': xx.94467972222222, 'longitude': yy.3341030555555555}, 'address': {'formatted': 'xxxxxxxxxx'}, 'heading': 310})
Somebody has noticed something similar?
Filip
Beta Was this translation helpful? Give feedback.
All reactions