Anyone any experience setting up a Popp ZWE Connect TVR?
in my yaml the zwave part is simple at the moment
z-wave
zwave:
usb_path: /dev/ttyACM0
config_path: /srv/homeassistant/lib/python3.4/site-packages/libopenzwave-0.3.2-py3.4-linux-armv7l.egg/config
climate:
platform: zwave
However on boot I am getting
17-03-15 19:05:59 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/usr/lib/python3.4/asyncio/tasks.py”, line 237, in _step
result = next(coro)
File “/srv/homeassistant/lib/python3.4/site-packages/homeassistant/helpers/entity_component.py”, line 359, in async_process_entity
new_entity, self, update_before_add=update_before_add
File “/srv/homeassistant/lib/python3.4/site-packages/homeassistant/helpers/entity_component.py”, line 215, in async_add_entity
yield from entity.async_update_ha_state()
File “/srv/homeassistant/lib/python3.4/site-packages/homeassistant/helpers/entity.py”, line 222, in async_update_ha_state
attr = self.state_attributes or {}
File “/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/climate/init.py”, line 416, in state_attributes
self._convert_for_display(self.current_temperature),
File “/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/climate/init.py”, line 700, in _convert_for_display
self.unit_of_measurement)
File “/srv/homeassistant/lib/python3.4/site-packages/homeassistant/util/temperature.py”, line 24, in convert
TEMPERATURE))
ValueError: is not a recognized temperature unit.
17-03-15 19:06:00 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/usr/lib/python3.4/asyncio/tasks.py”, line 237, in _step
result = next(coro)
File “/srv/homeassistant/lib/python3.4/site-packages/homeassistant/helpers/entity.py”, line 222, in async_update_ha_state
attr = self.state_attributes or {}
File “/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/climate/init.py”, line 416, in state_attributes
self._convert_for_display(self.current_temperature),
File “/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/climate/init.py”, line 700, in _convert_for_display
self.unit_of_measurement)
File “/srv/homeassistant/lib/python3.4/site-packages/homeassistant/util/temperature.py”, line 24, in convert
TEMPERATURE))
ValueError: is not a recognized temperature unit.
17-03-15 19:06:24 WARNING (Thread-3) [homeassistant.components.zwave] zwave not ready after 30 seconds, continuing anyway