Wemo switch not status not showing

hi
i thought something with my pc…so i bought a raspberry pi . and install basic image and HA… and put wemo: configuration file and i add in the HA… on and off throught HA is working showing the right status…but if i turn on through swtich … HA not showing the right status…

Are there any logs that are relevant?

I would recommend changing your logger configuration (https://home-assistant.io/components/logger/) to default to “warn” and then set wemo to “debug” It might look like this:

# Example configuration.yaml entry
logger:
  default: warn
  logs:
    homeassistant.components.wemo: debug

i did and this is what am seeing on the logs.
agian … this is what i notices… if i stop/start switch though HA … i am seeing the status… if i use swtich (physically) stop/start not seeing the status on HA… always showing off line

ERROR:netdisco.ssdp:Error fetching description at https://192.168.0.17:8888
ERROR:netdisco.ssdp:Error fetching description at https://192.168.0.23:8888
WARNING:homeassistant.components.wemo:Unable to probe wemo at 192.168.0.13
WARNING:homeassistant.components.wemo:Unable to probe wemo at 192.168.0.19
WARNING:homeassistant.components.wemo:Unable to probe wemo at 192.168.0.21
WARNING:homeassistant.components.wemo:Unable to probe wemo at 192.168.0.15
WARNING:homeassistant.components.wemo:Unable to probe wemo at 192.168.0.19
WARNING:homeassistant.components.wemo:Unable to probe wemo at 192.168.0.21

What does your configuration.yaml have regarding wemo?

Can you ping those addresses from your HASS Pi? 192.168.0.13, 192.168.0.19, etc…

hi on my configuration i put just wemo:

root@osmc:~/.homeassistant# ping 192.168.0.13
PING 192.168.0.13 (192.168.0.13): 56 data bytes
64 bytes from 192.168.0.13: seq=0 ttl=64 time=1.630 ms
64 bytes from 192.168.0.13: seq=1 ttl=64 time=1.655 ms
64 bytes from 192.168.0.13: seq=2 ttl=64 time=1.769 ms
64 bytes from 192.168.0.13: seq=3 ttl=64 time=1.422 ms

guys … someone help me…
womo switch working fine … with wemo apps…is showing the status… if i manually off and on.but HA not showing the status…

Hey, the same just happened to me after updating to 0.42. Everything about the switches work, except from HASS.

You probably figured this out by now, but if anyone else comes looking for answers, and finds this; the age-old trick of simply ‘rebooting’ (cutting power to the wemo’s and re-powering) fixed it.

(Why, oh why, do I spend 10 minutes googling before lifting my ass for 8 seconds to actually touch the switch?)

2 Likes

This problem still has not been fixed as of release 0.60. I have one Wemo switch and it works fine with Alexa and Ios App but status is not updated on HASSIO frontend when switch is turned on/off either manually, by Alexa or IPhone. I will be glad to provide logs. BTW: the solution is NOT to just unplug the device. That does not works.

2 Likes

I’m still getting it too