skodaconnect / homeassistant-skodaconnect

Skoda Connect - A home assistant plugin to add integration with your car
Apache License 2.0
224 stars 28 forks source link

Config migration not working in v1.0.42-RC2 #43

Closed bslefevre closed 3 years ago

bslefevre commented 3 years ago

Describe the bug None of the entities are working, no errors are being shown (see screenshot) image

Latest working release v1.0.40-RC5

Additional context I've downgraded back to RC5 and now it works again image

derjungewilde commented 3 years ago

I have the same issue. but my last working version is v.1.0.40-RC2

Version v.1.0.42.RC2 Übersicht_-_Home_Assistant

Version v.1.0.40-RC2 - last working version for me Übersicht_-_Home_Assistant-2

Farfar commented 3 years ago

@bslefevre @derjungewilde did it work at all after setup? Did you go through the config after updating? What does it say under integrations i GUI? Screenshot_20210701-151408_Home Assistant

jhqv commented 3 years ago

I am also experiencing issues. After updating to rc1 and then rc2 all entities disappeared. After figuring out how to run the config wizard I get stuck at the VIN selection which doesn't list my vehicle, despite the correct Skoda connect credentials. I don't see anything relevant in the logs, unfortunately.

I also tried removing the integration from HACS, rebooting and reinstalling it but the VIN is still not visible.

derjungewilde commented 3 years ago

@bslefevre @derjungewilde did it work at all after setup? Did you go through the config after updating? What does it say under integrations i GUI? Screenshot_20210701-151408_Home Assistant

I don't see this Integration in the GUI after installing the newest version. Also when I click on add integration there is no Skoda connect integration

derjungewilde commented 3 years ago

OK I had to completely uninstall - restart - install again and then I was able to see this integration in the UI. But If I want to configure it the VIN number was empty. I'm not able to select one there.

Farfar commented 3 years ago

OK I had to completely uninstall - restart - install again and then I was able to see this integration in the UI. But If I want to configure it the VIN number was empty. I'm not able to select one there.

Is it completely empty? Screenshot_20210701-172317_Home Assistant~2 Screenshot_20210701-172405_Home Assistant

derjungewilde commented 3 years ago

OK I had to completely uninstall - restart - install again and then I was able to see this integration in the UI. But If I want to configure it the VIN number was empty. I'm not able to select one there.

Is it completely empty? Screenshot_20210701-172317_Home Assistant~2 Screenshot_20210701-172405_Home Assistant

Yes. If I click on VIN Number the dropdown ist empty. Nothing to select

Farfar commented 3 years ago

Yes. If I click on VIN Number the dropdown ist empty. Nothing to select

Very strange. And none of the versions after 1.0.40-RC2 was last working? If you check the Home Assistant log, what does the library report as version?

Edit: It should be a line like this: 2021-07-01 07:24:04 INFO (MainThread) [skodaconnect.connection] Init Skoda Connect library, version 1.0.42

derjungewilde commented 3 years ago

Yes. If I click on VIN Number the dropdown ist empty. Nothing to select

Very strange. And none of the versions after 1.0.40-RC2 was last working? If you check the Home Assistant log, what does the library report as version?

Edit: It should be a line like this: 2021-07-01 07:24:04 INFO (MainThread) [skodaconnect.connection] Init Skoda Connect library, version 1.0.42

there is no entry in the Supervisor and Core logs

Farfar commented 3 years ago

Yes. If I click on VIN Number the dropdown ist empty. Nothing to select

Very strange. And none of the versions after 1.0.40-RC2 was last working? If you check the Home Assistant log, what does the library report as version? Edit: It should be a line like this: 2021-07-01 07:24:04 INFO (MainThread) [skodaconnect.connection] Init Skoda Connect library, version 1.0.42

there is no entry in the Supervisor and Core logs

Then the library hasn't been updated as it should. Don't know why, sorry. I'm not familiar with supervisor. From library version 1.0.41 and onwards it logs the version number just for this specific reason.

derjungewilde commented 3 years ago

I tried again to uninstall - reboot - install latest version. But now the integration did not show up again in the guy. I tried several times.

I will stick with the 1.0.40-RC2 for now

Farfar commented 3 years ago

I tried again to uninstall - reboot - install latest version. But now the integration did not show up again in the guy.

It probably doesn't install correctly. Logs might tells you why. There's not that much changed for the Octavia so you aren't missing out on other features than modifying departure schedule.

Farfar commented 3 years ago

To clarify. The issues here are related to yaml config not being imported to config flow and the library not being updated correctly. New installations shouldn't be affected at all.

Farfar commented 3 years ago

This should be fixed in 1.0.48. It won't work correctly with migration from RCs to latest stable.