I had an old topic about this but it quickly became too convoluted talking about other problems so I decided to make a new one specific to this issue. I feel like I’ve ALMOST got Z-wave working but I’m stonewalled by this error log, I don’t know what to do about it, any help would be appreciated.
2019-01-23 23:16:53 WARNING (Dummy-4) [openzwave] Z-Wave Notification DriverFailed : {'notificationType': 'DriverFailed', 'homeId': 0, 'nodeId': 255}
2019-01-23 23:21:53 WARNING (MainThread) [homeassistant.components.zwave] Z-Wave not ready after 300 seconds, continuing anyway
2019-01-23 23:21:53 ERROR (MainThread) [homeassistant.core] Error doing job: Future exception was never retrieved
Traceback (most recent call last):
File "/usr/local/lib/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/zwave/__init__.py", line 703, in _finalize_start
network.set_poll_interval(polling_interval, False)
File "/usr/local/lib/python3.6/site-packages/openzwave/network.py", line 894, in set_poll_interval
self.manager.setPollInterval(milliseconds, bIntervalBetweenPolls)
File "/usr/local/lib/python3.6/site-packages/openzwave/network.py", line 564, in manager
raise ZWaveException(u"Manager not initialised")
openzwave.object.ZWaveException: 'Zwave Generic Exception : Manager not initialised'
2019-01-24 00:00:00 WARNING (SyncWorker_6) [openzwave] Network must be awake
Not entirely sure what it means by Manager not initialized but none of the commands work in the Z-Wave Network Management besides “Start Network” which seems to call and then do nothing. All other commands fail to call.