Zwave flush floorheating not working

I don’t know since when it’s not working because I didn’t use it during the whole summer.
When I try to turn on (option: AUTO) the floorheating using the Qubino Zwave On/Off thermostat I get this error in the log:

2017-09-10 18:50:32 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 233, in _step
    result = coro.throw(exc)
  File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/core.py", line 1025, in _event_to_service_call
    yield from service_handler.func(service_call)
  File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/climate/__init__.py", line 376, in async_operation_set_service
    yield from climate.async_set_operation_mode(operation_mode)
  File "/usr/lib/python3.4/asyncio/futures.py", line 388, in __iter__
    yield self  # This tells Task to wait for completion.
  File "/usr/lib/python3.4/asyncio/tasks.py", line 286, in _wakeup
    value = future.result()
  File "/usr/lib/python3.4/asyncio/futures.py", line 277, in result
    raise self._exception
  File "/usr/lib/python3.4/concurrent/futures/thread.py", line 54, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/climate/zwave.py", line 196, in set_operation_mode
    self.values.mode.data = operation_mode
  File "/srv/homeassistant/lib/python3.4/site-packages/openzwave-0.3.1-py3.4.egg/openzwave/value.py", line 292, in data
    self._network.manager.setValue(self.value_id, value)
  File "src-lib/libopenzwave/libopenzwave.pyx", line 2825, in libopenzwave.PyManager.setValue (src-lib/libopenzwave/libopenzwave.cpp:21717)
TypeError: expected bytes, str found

It’s a ZMNHIA2 zwave thermostat (http://qubino.com/products/flush-onoff-thermostat/ I think the newer version is the ZMNHID1).
I have 2 options to turn it on (which is AUTO) or off (OFF). I set the temperature and then select AUTO.
Currently it doesn’t do anything and in Hass it jumps back to OFF even though the temperature I set is higher than the reading temperature.

Anyone any idea?

bumping this topic

Check this guy out.

1 Like

LOL at “check THIS GUY” out while it you :).

anyway helped me a lot because after updating openzwave the device works right away and correct!

1 Like