Hi, i got several times the error below, from the nest component.
16-11-25 06:41:39 homeassistant.core: Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/usr/local/Cellar/python3/3.5.2_3/Frameworks/Python.framework/Versions/3.5/lib/python3.5/asyncio/tasks.py”, line 241, in _step
result = coro.throw(exc)
File “/usr/local/lib/python3.5/site-packages/homeassistant/helpers/entity_component.py”, line 386, in _update_entity_states
yield from update_coro
File “/usr/local/lib/python3.5/site-packages/homeassistant/helpers/entity.py”, line 213, in async_update_ha_state
yield from self.hass.loop.run_in_executor(None, self.update)
File “/usr/local/Cellar/python3/3.5.2_3/Frameworks/Python.framework/Versions/3.5/lib/python3.5/asyncio/futures.py”, line 361, in iter
yield self # This tells Task to wait for completion.
File “/usr/local/Cellar/python3/3.5.2_3/Frameworks/Python.framework/Versions/3.5/lib/python3.5/asyncio/tasks.py”, line 296, in _wakeup
future.result()
File “/usr/local/Cellar/python3/3.5.2_3/Frameworks/Python.framework/Versions/3.5/lib/python3.5/asyncio/futures.py”, line 274, in result
raise self._exception
File “/usr/local/Cellar/python3/3.5.2_3/Frameworks/Python.framework/Versions/3.5/lib/python3.5/concurrent/futures/thread.py”, line 55, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/local/lib/python3.5/site-packages/homeassistant/components/sensor/nest.py”, line 132, in update
self._state = getattr(self.device, self.variable)
File “/usr/local/lib/python3.5/site-packages/nest/nest.py”, line 454, in last_ip
return self._track[‘last_ip’]
KeyError: ‘last_ip’