Wemo prevents restart

Hi! After upgrading (now on home assistant 0.56.2), I can no longer restart home assistant. The home-assistant.log shows that it gets stuck at:

2017-10-25 21:09:24 INFO (Thread-10) [homeassistant.components.wemo] Shutting down subscriptions.

The same if I do a sudo reboot, though here it does restart, just after a long delay. It seems similar to this issue: Wemo slows down/prevents restart. But since that should have been fixed in 0.43.1, I’m not really sure.

I have two WeMo insight switches, and in my config, I have:

wemo:
  static:
    - 192.168.0.6
    - 192.168.0.11

I’ve also tried removing the static part with the same result. I also tried unplugging the wemos and rebooting the home assistant with no luck.

Try removing the wemo: entry and try. That will disable wemo entirely, however it wouldn’t take effect until HA was restarted.

After removing wemo:, rebooting, then adding all the initial wemo config and restarting, it seems to work fine again. Thanks a lot!

Great to hear.

I can confirm that bug on hassio.

And I can now confirm that the bug re-appears after a system reboot.

Restarting home assistant either from within home assisitant, or from the terminal with sudo systemctl restart [email protected] is fine, but rebooting the system (raspberry pi) breaks it, and I have to remove wemo:, and re-add it after a reboot.

This does not happen with it installed to Ubuntu in a non-virtual python environment. Has either of you posted this to the Github site? If not you should, so it gets dealt with.

Done: https://github.com/home-assistant/home-assistant/issues/10171

1 Like