My Wemo lights are playing up after the update to 0.73 and 0.73.1. They will turn themselves on and off at regular intervals and I can’t see any reason for it. Anyone else having this issue?
Yes I’m also having this issue. Did you find any solution?
@gstorer / @balloob Maybe it’s related with this pull request?
- Expose Wemo component availability to home assistant (@gstorer - #14995) (light.wemo docs)
I didn’t figure out what was wrong. I ended up removing the WeMo hub and am now using zigbee2mqtt and it works correctly
Its pretty unlikely that that change is causing the problem since it just adds a feature. However, the associated change in pywemo could be the root cause. This tries to use what I think is a newer message.
https://github.com/pavoni/pywemo/pull/100
Try rolling that change back, its only a few lines of code and see if the problem goes away. My other suggestion would be to see if you can firmware update the Wemo devices. For what its worth my lights are firmware version 83 and my Wemo link is version ‘WeMo_WW_2.00.11057.PVT-OWRT-Link’
In general I found the Wemo bridge to be pretty temperamental. Just polling the device for its status seemed to kick it into action sometimes.
Thanks for your response @Gstorer.
I have the same version for lights and link:
<?xml version="1.0" encoding="utf-8"?>
<DeviceLists>
<DeviceList>
<DeviceListType>Paired</DeviceListType>
<DeviceInfos/>
<GroupInfos>
<GroupInfo>
<GroupID>1512148620</GroupID>
<GroupName>Luces Exteriores</GroupName>
<GroupCapabilityIDs>10006,10008,30008,30009,3000A</GroupCapabilityIDs>
<GroupCapabilityValues>0,191:0,0:0,,</GroupCapabilityValues>
<DeviceInfos>
<DeviceInfo>
<DeviceIndex>0</DeviceIndex>
<DeviceID>[redacted]</DeviceID>
<FriendlyName>Barrera Izquierda</FriendlyName>
<IconVersion>1</IconVersion>
<FirmwareVersion>83</FirmwareVersion>
<CapabilityIDs>10006,10008,30008,30009,3000A</CapabilityIDs>
<CurrentState>0,191:0,,,</CurrentState>
<Manufacturer>MRVL</Manufacturer>
<ModelCode>MZ100</ModelCode>
<productName>Lighting</productName>
<WeMoCertified>YES</WeMoCertified>
</DeviceInfo>
<DeviceInfo>
<DeviceIndex>1</DeviceIndex>
<DeviceID>[redacted]</DeviceID>
<FriendlyName>Puerta Coladuria</FriendlyName>
<IconVersion>1</IconVersion>
<FirmwareVersion>83</FirmwareVersion>
<CapabilityIDs>10006,10008,30008,30009,3000A</CapabilityIDs>
<CurrentState>0,191:0,,,</CurrentState>
<Manufacturer>MRVL</Manufacturer>
<ModelCode>MZ100</ModelCode>
<productName>Lighting</productName>
<WeMoCertified>YES</WeMoCertified>
</DeviceInfo>
<DeviceInfo>
<DeviceIndex>2</DeviceIndex>
<DeviceID>[redacted]</DeviceID>
<FriendlyName>Barrera Derecha</FriendlyName>
<IconVersion>1</IconVersion>
<FirmwareVersion>83</FirmwareVersion>
<CapabilityIDs>10006,10008,30008,30009,3000A</CapabilityIDs>
<CurrentState>0,191:0,,,</CurrentState>
<Manufacturer>MRVL</Manufacturer>
<ModelCode>MZ100</ModelCode>
<productName>Lighting</productName>
<WeMoCertified>YES</WeMoCertified>
</DeviceInfo>
</DeviceInfos>
</GroupInfo>
</GroupInfos>
</DeviceList>
</DeviceLists>
<?xml version="1.0"?>
<Device>
<DeviceInformation>
<firmwareVersion>WeMo_WW_2.00.11057.PVT-OWRT-Link</firmwareVersion>
<iconVersion>0</iconVersion>
<iconPort>49153</iconPort>
<macAddress>[redacted]</macAddress>
<binaryState>0</binaryState>
<hwVersion>v1</hwVersion>
<deviceCurrentTime>1537544591</deviceCurrentTime>
<productName>Bridge</productName>
<FriendlyName>WeMo Link</FriendlyName>
<currentFWUpdateState>4</currentFWUpdateState>
<CountdownEndTime>0</CountdownEndTime>
</DeviceInformation>
</Device>
Rolling back the change it didn’t work neither.
As it became unusable for me I removed the Wemo light entities from HA and added some basic rules in the Wemo app
Zigbee2mqtt works really well if you want an alternative to remove Wemo hub