Somewhere down the upgrade from 0.46 to 0.49.1 i lost the EDIMAX plug, the plug works fine with EDIMAX own app
IP, username and password is set correct, is it just me or a general fail in EDIMAC component?
jul 26 08:17:15 raspberrypi hass[1129]: ERROR:homeassistant.helpers.entity:Update for switch.lys_stue fails
jul 26 08:17:15 raspberrypi hass[1129]: Traceback (most recent call last):
jul 26 08:17:15 raspberrypi hass[1129]: File “/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/helpers/entity.py”, line 225, in async_update_ha_state
jul 26 08:17:15 raspberrypi hass[1129]: yield from self.hass.async_add_job(self.update)
jul 26 08:17:15 raspberrypi hass[1129]: File “/usr/lib/python3.4/asyncio/futures.py”, line 388, in iter
jul 26 08:17:15 raspberrypi hass[1129]: yield self # This tells Task to wait for completion.
jul 26 08:17:15 raspberrypi hass[1129]: File “/usr/lib/python3.4/asyncio/tasks.py”, line 286, in _wakeup
jul 26 08:17:15 raspberrypi hass[1129]: value = future.result()
jul 26 08:17:15 raspberrypi hass[1129]: File “/usr/lib/python3.4/asyncio/futures.py”, line 277, in result
jul 26 08:17:15 raspberrypi hass[1129]: raise self._exception
jul 26 08:17:15 raspberrypi hass[1129]: File “/usr/lib/python3.4/concurrent/futures/thread.py”, line 54, in run
jul 26 08:17:15 raspberrypi hass[1129]: result = self.fn(*self.args, **self.kwargs)
jul 26 08:17:15 raspberrypi hass[1129]: File “/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/switch/edimax.py”, line 97, in update
jul 26 08:17:15 raspberrypi hass[1129]: self._state = self.smartplug.state == ‘ON’
jul 26 08:17:15 raspberrypi hass[1129]: File “/home/homeassistant/.homeassistant/deps/pyedimax/smartplug.py”, line 172, in state
jul 26 08:17:15 raspberrypi hass[1129]: raise Exception(“Failed to communicate with SmartPlug”)
jul 26 08:17:15 raspberrypi hass[1129]: Exception: Failed to communicate with SmartPlug