HA complaining python-openzwave is not installed even though it is

For anyone having problems with this, the solution appears to be pretty easy. This is what I did:

sudo su -s /bin/bash homeassistant
vi /srv/homeassistant/pyvenv.cfg

the edit the line from:

include-system-site-packages = false

to:

include-system-site-packages = true

restart or reboot and it started working for me. Hope that helps

3 Likes