Setup Information:
Raspberry Pi 3
Home Assistant Hass.io
Version 0.73.0
Aeotec Z-Stick Gen5
Aeotec Siren Gen5, Z-Wave Plus, 105dB siren with strobe alerts, Plug-in, Backup battery
Aeotec by Aeon Labs ZW120 Door / Window Sensor, Small, White
Holmes Smart Wifi-Enabled WeMo True-HEPA Premium Air Purifier, WAP532
Hi All,
I have had very little success integrating the about Wemo Air Purifier into HA. I have attempted to use the wemo component leveraging auto discovery, but no success.
wemo:
I have attempted to staticly configure wemo using the device IP address, but no success.
wemo:
static:
- XXX.XX
With the last attempt, home-assistant.log file shows the following information:
2018-07-12 13:55:10 ERROR (SyncWorker_6) [pywemo.ssdp] Found malformed XML at http://192.168.55.45:9080: status=ok
2018-07-12 13:55:15 WARNING (MainThread) [homeassistant.setup] Setup of config is taking over 10 seconds.
2018-07-12 13:55:15 ERROR (MainThread) [homeassistant.setup] Error during setup of component wemo
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/homeassistant/setup.py", line 146, in _async_setup_component
component.setup, hass, processed_config) # type: ignore
File "/usr/lib/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/lib/python3.6/site-packages/homeassistant/components/wemo.py", line 100, in setup
'model_name': device.model_name,
AttributeError: 'NoneType' object has no attribute 'model_name'
2018-07-12 13:55:49 WARNING (SyncWorker_0) [netdisco.ssdp] Found malformed XML at http://192.168.55.45:9080: status=ok
2018-07-12 13:55:55 ERROR (MainThread) [homeassistant.setup] Unable to setup dependencies of switch.wemo. Setup failed for dependencies: wemo
2018-07-12 13:55:55 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform switch.wemo: Could not setup all dependencies.
Does anyone have any suggestions on how to resolve these issues with integrating the Wemo Air Purifier into HA?
Thanks in advance for any help!