I’ve had no success with anything involving Raspberry Pi’s, Aeotech Gen 5 USB, and HASS.
Ultimately, on the attempts I get HASS to open without issue, I’m brought to the inability to properly configure ZWave.
Just curious what works right now? I very well may be the dumbest user on the planet, but I figured I’d see more users experiencing issues with the Hassbian image, but I really don’t, or they’re not vocal. The AIO issues as well, I see more experiencing problems in that realm but I ultimately still run into this Zwave issue. Nonetheless, I’d love to hear some success stories.
Any advice and/or direction would be great.
On the verge of just buying the Pi 3 and waiting for the next version the AIO.
If you’re interested, here’s a post I made a couple days ago with more detail:
UPDATE: Found issue in the log. Need to work on that. I thought the “all in one install” included the open zwave component.
17-01-21 19:38:02 homeassistant.components.zwave: You are missing required dependency Python Open Z-Wave. Please follow instructions at: Z-Wave - Home Assistant
UPDATE: Nope, still have the same issue. I rebuilt the openzwave git project and the resulting package contained the same files that were installed with the “all in one install”. I tried changing the config to point to the new openzwave package but same result. Still says in the log that it can’t be found.
Yea, I was thinking that also but not sure how to test. It works fine on my Windows machine when I use the Aeotech firmware upgrade tool. But perhaps it has other issues.
Which model zwave stick do you have that is working?
I am also considering buying the zwave daughter card but it’s pretty pricy and I wanted to play with hass before I pull the trigger on that.
I decided to start over with my install. Last time I used the hass image and then upgraded it with the all in one. I think this doesn’t work correctly. The documentation is very confusing because it seems out of date. A lot of the references are incorrect in terms of names of paths etc.
Anyway, I started with a raw raspbian image and then installed the all in one image. Had to do it twice because it fails if you don’t change your pi user password before you start. That’s not documented.
I have it running now and I have zwave configured with
zwave:
usb_path: /dev/ttyUSB0
The error message that zwave isn’t configured correctly is gone now. But I can’t tell if the zwave stuff is working. I thought there was supposed to be a zwave config panel but I don’t see it.
Totally missed that! OZWCP just didn’t realize this was short for the Open Zwave Control Panel. I thought it was something else I wasn’t ready to setup yet like MQTT…Doh… Thanks for bearing with me.