bimmerconnected / ha_custom_component

Home Assistant Custom Component of BMW Connected Drive
34 stars 13 forks source link

Update to recent version - tracking disabled #18

Closed MarcinL1977 closed 2 years ago

MarcinL1977 commented 2 years ago

Is there something needed on the configuration side of things to enable tracking back? I have updated custom component to the latest version in HACS an hour ago and lost tracking of vehicle. Below is the log from home assistant core. Before the update I had no issues with car position being updated

2021-12-04 14:22:58 INFO (MainThread) [custom_components.bmw_connected_drive.device_tracker] Tracking is (currently) disabled for vehicle X3 xDrive20d (VIN ...), defaulting to unknown

rikroe commented 2 years ago

Please provide a fingerprint of your vehicle. There were some recent changes but they didn't break anything in my tests.

MarcinL1977 commented 2 years ago

Sure, attached.

vehicles_v2_bmw_0.txt

epl2005 commented 2 years ago

I have the same issue here my fingerprint Thank you vehicles_v2_bmw_0.txt

rikroe commented 2 years ago

Oops, I updated the Python code for the custom component, but didn't specify to use the latest library version in the custom component.

Please update and let me know if it is working again.

MarcinL1977 commented 2 years ago

Works now! Let me use the opportunity to thank you for your time and effort you dedicate to have this working.

epl2005 commented 2 years ago

Oops, I updated the Python code for the custom component, but didn't specify to use the latest library version in the custom component.

Please update and let me know if it is working again.

It works also for me thank you very much