Advertisement
jsg4

Untitled

Nov 5th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.97 KB | None | 0 0
  1. Nov 05 13:19:08 raspberrypi hass[1753]: ERROR:homeassistant.components.sensor:Error while setting up platform zwave
  2. Nov 05 13:19:08 raspberrypi hass[1753]: Traceback (most recent call last):
  3. Nov 05 13:19:08 raspberrypi hass[1753]: File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/helpers/entity_component.py", line 151, in _async_setup_platform
  4. Nov 05 13:19:08 raspberrypi hass[1753]: entity_platform.add_entities, discovery_info
  5. Nov 05 13:19:08 raspberrypi hass[1753]: File "/usr/lib/python3.4/asyncio/futures.py", line 388, in __iter__
  6. Nov 05 13:19:08 raspberrypi hass[1753]: yield self # This tells Task to wait for completion.
  7. Nov 05 13:19:08 raspberrypi hass[1753]: File "/usr/lib/python3.4/asyncio/tasks.py", line 286, in _wakeup
  8. Nov 05 13:19:08 raspberrypi hass[1753]: value = future.result()
  9. Nov 05 13:19:08 raspberrypi hass[1753]: File "/usr/lib/python3.4/asyncio/futures.py", line 277, in result
  10. Nov 05 13:19:08 raspberrypi hass[1753]: raise self._exception
  11. Nov 05 13:19:08 raspberrypi hass[1753]: File "/usr/lib/python3.4/concurrent/futures/thread.py", line 54, in run
  12. Nov 05 13:19:08 raspberrypi hass[1753]: result = self.fn(*self.args, **self.kwargs)
  13. Nov 05 13:19:08 raspberrypi hass[1753]: File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/components/sensor/zwave.py", line 37, in setup_platform
  14. Nov 05 13:19:08 raspberrypi hass[1753]: add_devices([ZWaveMultilevelSensor(value)])
  15. Nov 05 13:19:08 raspberrypi hass[1753]: File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/helpers/entity_component.py", line 284, in add_entities
  16. Nov 05 13:19:08 raspberrypi hass[1753]: ).result()
  17. Nov 05 13:19:08 raspberrypi hass[1753]: File "/usr/lib/python3.4/concurrent/futures/_base.py", line 402, in result
  18. Nov 05 13:19:08 raspberrypi hass[1753]: return self.__get_result()
  19. Nov 05 13:19:08 raspberrypi hass[1753]: File "/usr/lib/python3.4/concurrent/futures/_base.py", line 354, in __get_result
  20. Nov 05 13:19:08 raspberrypi hass[1753]: raise self._exception
  21. Nov 05 13:19:08 raspberrypi hass[1753]: File "/usr/lib/python3.4/asyncio/tasks.py", line 233, in _step
  22. Nov 05 13:19:08 raspberrypi hass[1753]: result = coro.throw(exc)
  23. Nov 05 13:19:08 raspberrypi hass[1753]: File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/helpers/entity_component.py", line 294, in async_add_entities
  24. Nov 05 13:19:08 raspberrypi hass[1753]: yield from asyncio.gather(*tasks, loop=self.component.hass.loop)
  25. Nov 05 13:19:08 raspberrypi hass[1753]: File "/usr/lib/python3.4/asyncio/futures.py", line 388, in __iter__
  26. Nov 05 13:19:08 raspberrypi hass[1753]: yield self # This tells Task to wait for completion.
  27. Nov 05 13:19:08 raspberrypi hass[1753]: File "/usr/lib/python3.4/asyncio/tasks.py", line 286, in _wakeup
  28. Nov 05 13:19:08 raspberrypi hass[1753]: value = future.result()
  29. Nov 05 13:19:08 raspberrypi hass[1753]: File "/usr/lib/python3.4/asyncio/futures.py", line 277, in result
  30. Nov 05 13:19:08 raspberrypi hass[1753]: raise self._exception
  31. Nov 05 13:19:08 raspberrypi hass[1753]: File "/usr/lib/python3.4/asyncio/tasks.py", line 237, in _step
  32. Nov 05 13:19:08 raspberrypi hass[1753]: result = next(coro)
  33. Nov 05 13:19:08 raspberrypi hass[1753]: File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/helpers/entity_component.py", line 309, in _async_process_entity
  34. Nov 05 13:19:08 raspberrypi hass[1753]: ret = yield from self.component.async_add_entity(new_entity, self)
  35. Nov 05 13:19:08 raspberrypi hass[1753]: File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/helpers/entity_component.py", line 189, in async_add_entity
  36. Nov 05 13:19:08 raspberrypi hass[1753]: yield from entity.async_update_ha_state()
  37. Nov 05 13:19:08 raspberrypi hass[1753]: File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/helpers/entity.py", line 213, in async_update_ha_state
  38. Nov 05 13:19:08 raspberrypi hass[1753]: device_attr = self.device_state_attributes
  39. Nov 05 13:19:08 raspberrypi hass[1753]: File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/components/zwave/__init__.py", line 597, in device_state_attributes
  40. Nov 05 13:19:08 raspberrypi hass[1753]: battery_level = self._value.node.get_battery_level()
  41. Nov 05 13:19:08 raspberrypi hass[1753]: File "/srv/hass/hass_venv/lib/python3.4/site-packages/openzwave-0.3.1-py3.4.egg/openzwave/command.py", line 284, in get_battery_level
  42. Nov 05 13:19:08 raspberrypi hass[1753]: for val in self.get_battery_levels():
  43. Nov 05 13:19:08 raspberrypi hass[1753]: File "/srv/hass/hass_venv/lib/python3.4/site-packages/openzwave-0.3.1-py3.4.egg/openzwave/command.py", line 306, in get_battery_levels
  44. Nov 05 13:19:08 raspberrypi hass[1753]: type='Byte', readonly=True, writeonly=False)
  45. Nov 05 13:19:08 raspberrypi hass[1753]: File "/srv/hass/hass_venv/lib/python3.4/site-packages/openzwave-0.3.1-py3.4.egg/openzwave/node.py", line 438, in get_values
  46. Nov 05 13:19:08 raspberrypi hass[1753]: for value in self.values:
  47. Nov 05 13:19:08 raspberrypi hass[1753]: RuntimeError: dictionary changed size during iteration
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement