I’ve also been having lots of Z-Wave issues probably for the last 10 versions. It could go a month without issues, but lately it’s been daily. My issues are ONLY with Z-Wave, and my ZigBee stuff (via Xiaomi Gateway) have been solid, and fast. Like others here, I’m using an Aeotec Z-Stick Gen5, but unlike others here, I am running HASS in a CentOS 7 LXC ontop of Proxmox 4, with the USB device passed through. I just enabled debugging in zwave config, and immediately saw this, not that I have a clue how to resolve.
2017-09-03 05:18:35 ERROR (Dummy-24) [openzwave] Error in manager callback
Traceback (most recent call last):
File "/opt/homeassistant/deps/lib/python3.5/site-packages/openzwave/network.py", line 948, in zwcallback
self._handle_value_added(args)
File "/opt/homeassistant/deps/lib/python3.5/site-packages/openzwave/network.py", line 1478, in _handle_value_added
'value' : self.nodes[args['nodeId']].values[args['valueId']['id']]})
File "/usr/lib/python3.5/site-packages/pydispatch/dispatcher.py", line 338, in send
**named
File "/usr/lib/python3.5/site-packages/pydispatch/robustapply.py", line 55, in robustApply
return receiver(*arguments, **named)
File "/usr/lib/python3.5/site-packages/homeassistant/components/zwave/__init__.py", line 287, in log_all
pprint(_obj_to_dict(value))
File "/usr/lib64/python3.5/pprint.py", line 53, in pprint
printer.pprint(object)
File "/usr/lib64/python3.5/pprint.py", line 139, in pprint
self._format(object, self._stream, 0, 0, {}, 0)
File "/usr/lib64/python3.5/pprint.py", line 167, in _format
p(self, object, stream, indent, allowance, context, level + 1)
File "/usr/lib64/python3.5/pprint.py", line 189, in _pprint_dict
context, level)
File "/usr/lib64/python3.5/pprint.py", line 346, in _format_dict_items
context, level)
File "/usr/lib64/python3.5/pprint.py", line 176, in _format
stream.write(rep)
UnicodeEncodeError: 'ascii' codec can't encode character '\xf4' in position 10: ordinal not in range(128)
Any ideas what might have \xf4
and why it’s giving problems? Not sure if that’s related to my issue, but my symptoms are just like others in this thread.