erikkastelec / hass-WEM-Portal

Custom component for retrieving sensor information from Weishaupt WEM Portal
MIT License
44 stars 9 forks source link

"check configuration" keeps spinning on docker #44

Closed Speed1 closed 1 year ago

Speed1 commented 1 year ago

Hi, I have the same issue mentioned in #35 As soon as I add the following lines for the wemportal in my configuration.yaml the "check configuration" keeps spinning.

wemportal:
  username: !secret wemUsername
  password: !secret wemPassword

When I restart the container manually in the UI I get "Wrapping up startup, not everything will be available until it is finished" for a while and in the log I get this: 2022-11-11 19:51:41.385 ERROR (MainThread) [homeassistant.setup] Setup failed for custom integration wemportal: Requirements for wemportal not found: ['python-Levenshtein==0.20.*'].

Do you have some idea how to resolve this?

Best

erikkastelec commented 1 year ago

This is not related to #35 but #42 . For now the solution is explained in the link.

Let me know if you need any additional help. Also it would be help if you provide the type of Home Assistant installation you are using (link), so I can find a fix for the next release.

Speed1 commented 1 year ago

Thank for your quick response. You are right, now everything is working, thank you. I run HA in a docker container.