I have been struggling with this since the release of hass.io
I got it to finally find my Razberry but when trying to add a Zwave device I get the following in the logs.
2017-07-27 06:15:07 ERROR (MainThread) [homeassistant.core] Error doing job: Future exception was never retrieved
Traceback (most recent call last):
File “/usr/lib/python3.6/concurrent/futures/thread.py”, line 55, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/lib/python3.6/site-packages/homeassistant/core.py”, line 1028, in execute_service
service_handler.func(service_call)
File “/usr/lib/python3.6/site-packages/homeassistant/components/zwave/init.py”, line 363, in add_node
network.controller.add_node()
File “/usr/lib/python3.6/site-packages/openzwave/controller.py”, line 657, in add_node
return self._network.manager.addNode(self.home_id, doSecurity)
File “src-lib/libopenzwave/libopenzwave.pyx”, line 4244, in libopenzwave.PyManager.addNode (openzwave-embed/open-zwave-master/python-openzwave/src-lib/libopenzwave/libopenzwave.cpp:31062)
TypeError: an integer is required
What can I do to solve this? I’m coming from Domoticz where i was quite spoiled but really want this to work.
If you need anything more to understand this issue please just tell and I will provide.