dingo35 / ha-SmartEVSEv3

Integrate SmartEVSEv3 with HomeAssistant through custom component
13 stars 8 forks source link

Unable to prepare setup for platform smartevse.switch #9

Closed XanderF closed 1 year ago

XanderF commented 1 year ago

I'm using SERKRI-1.5.3 and ha-SmartEVSEv3 v 1.0.1.

When Home Assistant is starting the following error is written to the HA log file:

Unable to prepare setup for platform smartevse.switch: Platform not found (No module named 'custom_components.smartevse.switch').

This error appeared after updating ha-SmartEVSEv3 to version 1.0.1. I think I upgraded from version 0.9.2 which did not have this issue.

XanderF commented 1 year ago

Also removed the integration from HA and reinstalled it. Same error.

dingo35 commented 1 year ago

Ok if you installed via HACS you should see an update to v1.0.2 , that should fix it.

XanderF commented 1 year ago

Thank you. The issue is resolved.

XanderF commented 1 year ago

There's something wrong. The entire integration is now disabled. Reinstalled it, but all entities are unavailable (disabled).

dingo35 commented 1 year ago

Yes that is probably because you are not running the latest dev version of the firmware, we had an API change there; I will make the code less dependable on the API.

XanderF commented 1 year ago

Ok, I'll await that version. Downgraded to 0.9 for now.

Thanks for your time and effort.

dingo35 commented 1 year ago

Try v1.0.3

XanderF commented 1 year ago

Working great again. Thank you!