Update Open Zwave Hass 52.1

I have HASS installed on a RPI3 in a python virtualenv. What are the steps to upgrading open zwave if I know some device that are supported in the latest OWZ are supported.

1 Like

It is a PIP (Python Install Package), OZWCP was used in older versions of Home Assistant. So simply said there is not really a way to update it to the latest unless it has been made available in this new format. Try to “run pip3 install openzwave” and see if there is an update.

The issue is the dependencies for HA will roll you back to the older version on every restart…And you can’t update it while HA is running so you are stuck…

Try executing this command from inside the virtualenv:
pip3 install python_openzwave --install-option="--flavor=ozwdev"