I finally upgraded from version 0.43.2 to 0.46.1 and knock wood everything seemed to go smoothly until . . . .
I have an automation that triggers a closet light when motion is detected. The light went on as usual however I noticed on the HA UI it showed both the closet light being on and the bedroom switch being on. When I went to shut off the bedroom switch via the UI it also shut down the closet light. Knowing that with version 0.45 OZWCP is now part of the HA install I began to wonder if my zwave-config_path is correctly pointing to the right folders and if this could be the problem.
The path I have had since day one is:
config_path: /srv/hass/hass_venv/lib/python3.4/site-packages/libopenzwave-0.3.0-py3.4-linux-armv7l.egg/config
However I noticed that an OZWCP folder has been created in my config folder under:
/deps/python_openzwave/ozw_config
My question is does my config_path for zwave need to change with my upgrade to 0.46.1 and is the old path currently in use causing a conflict of some kind?
****Edit
As per a suggestion from @dale3h I removed the config_path from my configuration.yaml file as the latest version of HA should know the correct path for OZWCP. While this seems to work it did not correct the conflict issue I am seeing mentioned above.
If anyone has any ideas on that please let me know. Thx