I’m trying to get my zwave usb stick working but running into trouble for uncertain reasons. First of all, I see /dev/ttyAMA0
available but not /dev/ttyACM0
- it seems most everyone uses the second one so I’m curious if thats a problem.
I’m running a Raspberry Pi v4 w/usb 2 hub w/ AEOTEC USB stick. I followed the manual install on raspbian as documented here - https://www.home-assistant.io/docs/installation/raspberry-pi/
I suspect I don’t have enough info to troubleshoot. What should I do?
update, found this in the logs -
2019-09-18 06:14:18 WARNING (MainThread) [homeassistant.components.zwave] Z-Wave not ready after 300 seconds, continuing anyway
2019-09-18 06:14:18 ERROR (MainThread) [homeassistant.core] Error doing job: Future exception was never retrieved
Traceback (most recent call last):
File "/usr/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/zwave/__init__.py", line 875, in _finalize_start
network.set_poll_interval(polling_interval, False)
File "/srv/homeassistant/lib/python3.7/site-packages/openzwave/network.py", line 894, in set_poll_interval
self.manager.setPollInterval(milliseconds, bIntervalBetweenPolls)
File "/srv/homeassistant/lib/python3.7/site-packages/openzwave/network.py", line 564, in manager
raise ZWaveException(u"Manager not initialised")
openzwave.object.ZWaveException: 'Zwave Generic Exception : Manager not initialised'
type or paste code here
found this, wish me luck - https://raspberrypi.stackexchange.com/questions/47671/why-my-program-wont-communicate-through-ttyama0-on-raspbian-jessie