mitch-dc / volkswagen_we_connect_id

Apache License 2.0
202 stars 53 forks source link

Device tracker is missing after upgrade to v0.1.0.1 #94

Closed whohencode closed 2 years ago

whohencode commented 2 years ago

Looks like the device tracker is removed, is this a reason for this or can it be brought back?

device_tracker.id_5_pro_performance_tracker

This entity is no longer being provided by the volkswagen_we_connect_id integration. If the entity is no longer in use, delete it in settings.

whohencode commented 2 years ago

Checked the coded and it looks like that the device tracker is there, not showing up for me. Will continue troubleshooting.

robinostlund commented 2 years ago

Also removed for me :)

pplucky commented 2 years ago

Also removed for me :)

+1

pplucky commented 2 years ago

Fixed in https://github.com/mitch-dc/volkswagen_we_connect_id/commit/4116e786b184c1d0b5febd89ca01d3f9acb09461, but after updating to main, I noticed that it was reverted by https://github.com/mitch-dc/volkswagen_we_connect_id/commit/79c2bf423cc543d6508630e44d87c280f63639b8.

I remove the comment from this line manually again and restarted HA and device tracker is back. https://github.com/mitch-dc/volkswagen_we_connect_id/blob/49b111f63ac65244c7f8270dae40e093a64d6605/custom_components/volkswagen_we_connect_id/__init__.py#L27

@mitch-dc Can you confirm this is what is missing for the device tracker to work properly again? Thanks in advance.

whohencode commented 2 years ago

In the latest commit the code is still commented. Doesn´t matter if you re-install.

pplucky commented 2 years ago

In the latest commit the code is still commented. Doesn´t matter if you re-install.

That's why I said I manually removed the comment from the file in the custom components folder, for testing purposes... and it seems to be working.

mitch-dc commented 2 years ago

i've added it again