Core: Wemo Devices not appearing at all

Created on 12 Jun 2019  ·  10Comments  ·  Source: home-assistant/core

Home Assistant release with the issue:

Home Assistant 0.94.1

Last working Home Assistant release (if known):
Home Assistant 0.93

Operating environment (Hass.io/Docker/Windows/etc.):

Hass.io on Raspberry Pi 3B+

Component/platform:

Wemo

Description of problem:
It appears that the issue I was having with HomeAssistant 0.94.1is somehow related to Wemo, and not HomeKit.

With HomeAssistant 0.93, Wemo was working and since I have dependencies on some Wemo devices in my HomeKit startup script, no HomeKit.

Upgrading to HomeAssistant 0.94.1 somehow broke my Wemo stuff, wasn’t appearing in Lovelace.

Downgraded to HomeAssistant 0.93, Wemo cards reappeared in Lovelace. Homekit came back.

Again, upgraded to HomeAssistant 0.94.1, again Wemo cards absent from Lovelace, again no HomeKit.

Again downgraded to HomeAssistant 0.93, again Wemo cards present in Lovelace. Again HomeKit present.

Parked at HomeAssistant 0.93 until problem fixed/new version.

Problem-relevant configuration.yaml entries and (fill out even if it seems unimportant):

from automations.yaml

- id: start-homekit-after-wait
  alias: 'Start HomeKit'
  trigger:
  - platform: homeassistant
    event: start
  action:
  - wait_template: >-
      {% if not states.media_player.apple_tv_lr %}
        false
      {% elif not states.media_player.apple_tv_mb %}
        false
      {% elif not states.media_player.portable %}
        false
      {% elif not states.media_player.upstairs %}
        false
      {% elif not states.fan.living_room %}
        false
      {% elif not states.fan.upstairs %}
        false
      {% elif not states.switch.wemo_insight_heater %}
        false
      {% elif not states.switch.wemo_plug_fan %}
        false
      {% elif not states.switch.wemo_plug_outlet %}
        false
      {% elif not states.remote.apple_tv_lr %}
        false
      {% elif not states.remote.apple_tv_mb %}
        false
      {% elif not states.sensor.living_room_humidity %}
        false
      {% elif not states.sensor.upstairs_humidity %}
        false
      {% elif not states.sensor.lr_temperature %}
        false
      {% elif not states.sensor.upstairs_temperature %}
        false
      {% else %}
        true
      {% endif %}
    timeout: 00:15  # Waits 15 minutes
    continue_on_timeout: false
  - service: homekit.start

Traceback (if applicable):


Additional information:

wemo stale

Most helpful comment

I had the same problem, but I added the wemo: enable and that appears to have solved my issue on 0.94.1.

https://www.home-assistant.io/components/wemo/

All 10 comments

I had the same problem, but I added the wemo: enable and that appears to have solved my issue on 0.94.1.

https://www.home-assistant.io/components/wemo/

Hey there @sqldiablo, mind taking a look at this issue as its been labeled with a integration (wemo) you are listed as a codeowner for? Thanks!

_This is a automatic comment generated by codeowners-mention to help ensure issues and pull requests are seen by the right people._

wemo: fixed it for me too

wemo: did not fix it for me in 94.3

UPDATE: Upgraded to 94.4 and is now working again.

Mine are still not showing up and I have the
:wemo in configuration.yaml.
Update 94.4 didnt fix it for me either.

@liamrpowell

Mine are still not showing up and I have the
:wemo in configuration.yaml.

It is meant to be
wemo:
Note the colon character (:) is at the end of the word.

That is how I have it. I misspelled it when I posted.

Sent from my iPhone

On Jun 23, 2019, at 9:41 AM, Alexander Zehnwirth notifications@github.com wrote:

@liamrpowell

Mine are still not showing up and I have the
:wemo in configuration.yaml.

It is meant to be
wemo:
Note the colon character (:) is at the end of the word.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.

I thought it was fixed in 0.94.4, but it seems to be random as to if/when devices want to show up. I do not have this issue on my 0.85 HA Instance.

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.
Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍
This issue now has been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

Latest version Home Assistant 0.101.0 wemo does not work either

Was this page helpful?
0 / 5 - 0 ratings