I installed fresh Ubuntu and python 3.6.4 on a server which it will be dedicated to home assistant. I still have the old installation on my pi3 working no issues, but when I migrated all the files from the pi to the server, the zwave stopped working. It is a problem with the configuration because when I put it back on the pi, everything goes back to normal. I’ve been trying to fix it now for 2 days and I have had no luck.
Please help!!!
This is my configuration:
zwave:
usb_path: /dev/ttyUSB0
config_path: /srv/homeassistant/lib/python3.6/site-packages/python_openzwave/ozw_config/config/
I had tried without the config_path and still nothing.
There is nothing on the logs beside the warning saying that is not ready.
2018-03-03 13:42:41 WARNING (SyncWorker_3) [homeassistant.components.emulated_hue] When targeting Google Home, listening port has to be port 80
2018-03-03 13:48:08 WARNING (MainThread) [homeassistant.components.zwave] Z-Wave not ready after 300 seconds, continuing anyway
I was sure it was, I unported the dongle and re-port it. Now it showed up on /dev/ttyACM0.
I changed the configuration.yaml file and I restarted home assistant. Now ALL my devices are back.
Thanks